[PHP-DEV] PHP 4.0 Bug #9164 Updated: wrong variable is initialized

2001-02-07 Thread waldschrott
ID: 9164 Updated by: waldschrott Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Bogus Bug Type: Scripting Engine problem Assigned To: waldschrott Comments: please read the manual on how to use class members hint: the second $ sign is _not_ needed $this->variable='foo'

[PHP-DEV] PHP 4.0 Bug #9136 Updated: simple script with infinite function calls causes seg fault

2001-02-06 Thread waldschrott
ID: 9136 Updated by: waldschrott Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Feedback Old-Bug Type: Reproduceable crash Bug Type: Feature/Change Request Assigned To: waldschrott Comments: maybe we should move this to feature request for safe mode? it would be fine to give the

[PHP-DEV] PHP 4.0 Bug #9137 Updated: eval adds function to global space rather than class method

2001-02-06 Thread waldschrott
ID: 9137 Updated by: waldschrott Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Class/Object related Assigned To: waldschrott Comments: and this is correct, eval uses its own scope, the only possibilty I see at the moment to solve your specific problem is to eval

[PHP-DEV] PHP 4.0 Bug #9136 Updated: simple script with infinite function calls causes seg fault

2001-02-06 Thread waldschrott
ID: 9136 Updated by: waldschrott Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Reproduceable crash Assigned To: waldschrott Comments: and guess this "bug" was present in any version before, what do you expect to happen here? you will never leave these function calls (as

[PHP-DEV] PHP 4.0 Bug #9117 Updated: output_handler = ob_gzhandler

2001-02-05 Thread waldschrott
ID: 9117 Updated by: waldschrott Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Bug Type: Feature/Change Request Assigned To: waldschrott Comments: personal notes: a) php.ini directive - separated Content-types b) php.ini directive - standard compression (gzhandler only

[PHP-DEV] PHP 4.0 Bug #9093 Updated: if(1) fails

2001-02-05 Thread waldschrott
ID: 9093 Updated by: waldschrott Reported By: [EMAIL PROTECTED] Old-Status: Closed Status: Bogus Bug Type: Scripting Engine problem Assigned To: Comments: bogusing Previous Comments: --- [2001-02-03 19:04:24] [EMAIL

[PHP-DEV] PHP 4.0 Bug #9094 Updated: Microseconds seem to be untrue values

2001-02-04 Thread waldschrott
ID: 9094 Updated by: waldschrott Reported By: [EMAIL PROTECTED] Status: Duplicate Bug Type: Date/time related Assigned To: Comments: unfortunately this is a bug for a long time now Duplicate of #4968 Previous Comments

[PHP-DEV] PHP 4.0 Bug #9094 Updated: Microseconds seem to be untrue values

2001-02-04 Thread waldschrott
ID: 9094 Updated by: waldschrott Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: Date/time related Assigned To: Comments: unfortunately this is a bug for a long time now Duplicate of #4968 Previous Comments

[PHP-DEV] PHP 4.0 Bug #8817 Updated: $foo->getbar()->getfoobar()->method()

2001-01-20 Thread waldschrott
ID: 8817 Updated by: waldschrott Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Suspended Old-Bug Type: Class/Object related Bug Type: Feature/Change Request Assigned To: andi Comments: we know :) it is not available yet Previous Comments

[PHP-DEV] PHP 4.0 Bug #8740 Updated: $this can't be passed by reference inside of constructor

2001-01-16 Thread waldschrott
ID: 8740 Updated by: waldschrott Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *General Issues Assigned To: Comments: you did not quite understand: 1) add a &, like below it should read, on the global scope: $a = &new a(10); 2) remove that xtra lin

[PHP-DEV] PHP 4.0 Bug #8740 Updated: $this can't be passed by reference inside of constructor

2001-01-16 Thread waldschrott
ID: 8740 Updated by: waldschrott Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *General Issues Assigned To: Comments: try this: $foo =& new foobar(); Previous Comments: --- [2001-01-1