#21653 [Com]: Warning: fsockopen() [function.fsockopen]: php_hostconnect: connect failed

2003-01-21 Thread dino
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 ..

#29263 [NEW]: Data not in $_REQUEST, but in $_POST or $_GET

2004-07-19 Thread dino at kataris dot de
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

#20854 [Com]: Unable to load dynamic library

2004-03-11 Thread olympic at dino-online dot de
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

#34990 [NEW]: static calls and $this

2005-10-26 Thread olympic at dino-online dot de
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

#34990 [WFx]: static calls and $this

2005-10-26 Thread olympic at dino-online dot de
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

#35034 [NEW]: $this != ($this)

2005-10-31 Thread olympic at dino-online dot de
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

#35034 [Bgs]: $this != ($this)

2005-11-01 Thread olympic at dino-online dot de
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