e=ssl \
--activate-module=src/modules/php4/libphp4.a \
--enable-module=php4 \
--enable-module=auth_dbm \
--enable-module=auth_db
make
make certificate
make install
cd ..
echo " => Install [ APACHE FINAL OK =) ] ";
cd php-4.3.0
cp php.ini-dist /usr/local/lib/php.ini
cd ..
From: dino at kataris dot de
Operating system: Linux Debian
PHP version: 5.0.0
PHP Bug Type: Variables related
Bug description: Data not in $_REQUEST, but in $_POST or $_GET
Description:
I think I don't have to say more as in the summary I wrote,...
Data n
ID: 20854
Comment by: olympic at dino-online dot de
Reported By: pardy at freemail dot hu
Status: Bogus
Bug Type: Oracle related
Operating System: Windows 2000 Server
PHP Version: 4.2.3
New Comment:
Some people here seem to be very ignorant
From: olympic at dino-online dot de
Operating system: all
PHP version: 5.0.5
PHP Bug Type: Feature/Change Request
Bug description: static calls and $this
Description:
In static calls $this is set.
While in theory it might make sense to allow objects
of the
ID: 34990
User updated by: olympic at dino-online dot de
Reported By: olympic at dino-online dot de
Status: Wont fix
Bug Type: Feature/Change Request
Operating System: all
PHP Version: 5.0.5
New Comment:
ok, my example is missing
From: olympic at dino-online dot de
Operating system: *nix
PHP version: 5.0.5
PHP Bug Type: Feature/Change Request
Bug description: $this != ($this)
Description:
$this is treated as references, while ($this) not...
$this != ($this) ?? omg :)
Reproduce code
ID: 35034
User updated by: olympic at dino-online dot de
Reported By: olympic at dino-online dot de
Status: Bogus
Bug Type: Feature/Change Request
Operating System: *nix
PHP Version: 5.0.5
New Comment:
Following your comment:
$a=new Foo();
$b=$a