Re: [PHP-DEV] RE : [PHP-DEV] [PATCH] better implementation for __HALT_COMPILER();

2007-02-07 Thread Antony Dovgal
On 02/07/2007 01:14 PM, LAUPRETRE François (P) wrote: From: Gregory Beaver [mailto:[EMAIL PROTECTED] Currently, this code results in a fatal error Are you sure it is a fatal error ? I only get an E_NOTICE in 5.1.6. Did it change in 5.2? Please tell me if it is the case, because I would have

[PHP-DEV] RE : [PHP-DEV] [PATCH] better implementation for __HALT_COMPILER();

2007-02-07 Thread P
> From: Gregory Beaver [mailto:[EMAIL PROTECTED] > Currently, this code results in a fatal error Are you sure it is a fatal error ? I only get an E_NOTICE in 5.1.6. Did it change in 5.2? Please tell me if it is the case, because I would have to update my documentation. > However, this is extr

[PHP-DEV] [PATCH] better implementation for __HALT_COMPILER();

2007-02-06 Thread Gregory Beaver
Hi, With the first release of pecl/phar, I have started thinking about the implementation of __HALT_COMPILER(); Currently, this code results in a fatal error: file1.php: file2.php: file3.php: The current implementation simply defines __COMPILER_HALT_OFFSET__ as the first __HALT_COMPILER();