Re: [PHP-DEV] class constants crash PHP

2004-03-13 Thread Joe Estock
Andi Gutmans wrote: Fixed. At 07:10 PM 3/5/2004 +0100, Ard Biesheuvel wrote: This script crashes with the latest HEAD. I don't know if it is something that did work at an earlier time. class Image { const RESOURCE_FORMAT = ResourceFormat::IMG; } print_r(constant('Image::RESOURCE_FORMAT'));

[PHP-DEV] Re: ht being destroyed...

2004-03-13 Thread Joe Estock
Derick Rethans wrote: Hello, the following script: function foo() { $this->a = $this; $this->b = $this; } } function bar($o) { } $f = new foo(); bar($f); bar($f); ?> generates the following warning: /dat/dev/php/php-5.0dev/Zend/zen

[PHP-DEV] Infinite loop

2004-03-13 Thread Joe Estock
This results in PHP obviously becoming stuck in an infinite loop. The semantecs of it make complete sense, str_replace will always return TRUE. My question is this: Shouldn't there be some type of detection for this that would at least cause PHP to throw a warning? Regards, Joe Estock (gu

Re: [PHP-DEV] Re: -d stopped working in 4.3.4?

2004-02-04 Thread Joe Estock
On 2/4/2004 4:13 PM, Rasmus Lerdorf wrote: On Wed, 4 Feb 2004, Joe Estock wrote: On 2/4/2004 3:12 PM, Rasmus Lerdorf wrote: Is it me or does -d no longer work in 4.3? To test: php -d "track_errors=1" -i | grep track (assuming you have it off in your php.ini) Works fine for me in

[PHP-DEV] Re: -d stopped working in 4.3.4?

2004-02-04 Thread Joe Estock
On 2/4/2004 3:12 PM, Rasmus Lerdorf wrote: Is it me or does -d no longer work in 4.3? To test: php -d "track_errors=1" -i | grep track (assuming you have it off in your php.ini) Works fine for me in 4.3.2 but looks quite broken in 4.3.4. Anybody play around in that code? -Rasmus Works fine

[PHP-DEV] Re: RC1

2004-02-04 Thread Joe Estock
er, I am not sure how > stable is SOAP extension after massive revisions Dmitry did and the > TODO list still has quite a few entries in it. Do we really want to > halt (feature freeze) development at this point? Even still, I feel that this would be a valuable addition to PHP since many site

[PHP-DEV] CVS Account Request: guru

2004-01-18 Thread Joe Estock
To help maintain the documentation manual for php.net. I am fairly versed in Spanish therefore I could help with the Spanish translation as well. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php