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
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
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
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
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
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
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
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/
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