Re: [PHP-CVS] cvs: php-src /ext/standard dl.c

2004-02-14 Thread Pierre-Alain Joye
On Sat, 14 Feb 2004 20:17:22 +0100 Jan Lehnardt <[EMAIL PROTECTED]> wrote: > Hi Pierre > On 14 Feb 2004, at 20:03, Pierre-Alain Joye wrote: > > The best way to improve it is to remove it ;) > > ranting helps. Please see internals, this is unrelated to > the discussion. I cannot resist :) -- PH

Re: [PHP-CVS] cvs: php-src /ext/standard dl.c

2004-02-14 Thread Jan Lehnardt
Hi Pierre On 14 Feb 2004, at 20:03, Pierre-Alain Joye wrote: The best way to improve it is to remove it ;) ranting helps. Please see internals, this is unrelated to the discussion. Jan -- -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src /ext/standard dl.c

2004-02-14 Thread Pierre-Alain Joye
On Sat, 14 Feb 2004 19:02:23 - "Jan Lehnardt" <[EMAIL PROTECTED]> wrote: > Modified files: > /php-src/ext/standard dl.c > Log: >- improve error message The best way to improve it is to remove it ;) pierre -- PHP CVS Mailing List (http://www.php.net/) To unsub

[PHP-CVS] cvs: php-src /ext/standard dl.c

2004-02-14 Thread Jan Lehnardt
jan Sat Feb 14 14:02:23 2004 EDT Modified files: /php-src/ext/standard dl.c Log: - improve error message http://cvs.php.net/diff.php/php-src/ext/standard/dl.c?r1=1.87&r2=1.88&ty=u Index: php-src/ext/standard/dl.c diff -u php-src/ext/standard/dl.c:1

Re: [PHP-CVS] cvs: php-src /ext/standard dl.c

2004-02-14 Thread Andi Gutmans
At 06:54 PM 2/14/2004 +0100, Jan Lehnardt wrote: Hi, On 11 Feb 2004, at 12:46, Zeev Suraski wrote: + zend_error(E_STRICT, "dl() is deprecated - use extension= in your php.ini"); unrelated to the ongoing discussion, wouldn't it make sense to show the module's name in the error message

Re: [PHP-CVS] cvs: php-src /ext/standard dl.c

2004-02-14 Thread Jan Lehnardt
Hi, On 11 Feb 2004, at 12:46, Zeev Suraski wrote: + zend_error(E_STRICT, "dl() is deprecated - use extension= in your php.ini"); unrelated to the ongoing discussion, wouldn't it make sense to show the module's name in the error message? Something like: zend_error(E_STRICT, "dl() is deprecate

[PHP-CVS] cvs: php-src / NEWS

2004-02-14 Thread Jani Taskinen
sniper Sat Feb 14 11:25:21 2004 EDT Modified files: /php-srcNEWS Log: bfn http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1608&r2=1.1609&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1608 php-src/NEWS:1.1609 --- php-src/NEWS:1.1608 Sat Feb 14 07:29:04 2004

[PHP-CVS] cvs: php-src /main php_ini.c

2004-02-14 Thread Derick Rethans
derick Sat Feb 14 07:35:59 2004 EDT Modified files: /php-src/main php_ini.c Log: - We always need to destroy the llist though. http://cvs.php.net/diff.php/php-src/main/php_ini.c?r1=1.126&r2=1.127&ty=u Index: php-src/main/php_ini.c diff -u php-src/main/

[PHP-CVS] cvs: php-src / NEWS /main php_ini.c

2004-02-14 Thread Derick Rethans
derick Sat Feb 14 07:29:06 2004 EDT Modified files: /php-src/main php_ini.c /php-srcNEWS Log: - Fixed zero bytes memory allocation when no extra ini files are found in the --with-config-file-scan-dir specified directory. (patch by Eric Colinet