[PHP-DEV] fw:¤£°eªáªº²z¥Ñ.

2004-03-13 Thread ©÷­ô
> > > >不送花的理由 > > > >朋友讀美術系的女友問: > >「我的生日耶!你怎麼都不送花給我?」 > >「什麼?」讀園藝系的某某竟然說: > >「你不知道花是植物的生殖器嗎?!我們為什麼要將人家的生殖器割下來,然 > >[EMAIL PROTECTED] > > > >這男人真是狠角色.. > >竟然講到那女孩子慚愧地低下頭來.』 > > > >所以 > >1.有些女生會比較誰收到的生殖器比較多、比較大 > >2.有經驗的女生,會認為未割過包皮的生殖器(含苞的)可以較持久 > >3.女生們會[EMAI

Re: [PHP-DEV] class constants crash PHP

2004-03-13 Thread Andi Gutmans
At 08:06 AM 3/13/2004 -0600, Joe Estock wrote: 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; }

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

2004-03-13 Thread Andi Gutmans
It was fixed a few days ago. At 07:56 AM 3/13/2004 -0600, Joe Estock wrote: Derick Rethans wrote: Hello, the following script: a = $this; $this->b = $this; } } function bar($o) { } $f = new foo(); bar($f); bar($f); ?> generates the following warning: /da

[PHP-DEV] PHP 4 Bug Summary Report

2004-03-13 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (776 total including feature requests) ===[*Directory/Filesystem functions] 26863 Feedback fgets hangs on some urls ===[*General Issue

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

Re: [PHP-DEV] Infinite loop

2004-03-13 Thread Jan Lehnardt
Hi, On 13 Mar 2004, at 14:28, Joe Estock wrote: My question is this: Shouldn't there be some type of detection for this that would at least cause PHP to throw a warning? while(1); or for(;;;); result in an infinite loop, too and there are cases where it is intentional. PHP is not there to check fo

[PHP-DEV] Infinite loop

2004-03-13 Thread Joe Estock
I know that this would most likely never be used, however someone brought this to my attention and I have verified it on PHP 4.3.4 on FreeBSD 5.2.1-RELEASE as well as PHP 4.3.4 on Windows XP. --- while(str_replace(' ', ' ', ' f dfd 34 dsf ')) { } --- This results in PHP obviously becoming

Re: [PHP-DEV] bug in zend_multiply.h

2004-03-13 Thread Ard Biesheuvel
Andi Gutmans wrote: Can you run this by Sascha <[EMAIL PROTECTED]> who wrote this code? I sent him a message but he never responded. -- Ard Thanks, Andi At 04:50 PM 3/9/2004 +0100, Ard Biesheuvel wrote: This code fails on 64-bit archs because it relies on the accuracy of a double to be s