[PHP-CVS] cvs: php4 /ext/standard dir.c

2002-09-26 Thread Jan Lehnardt
jan Thu Sep 26 07:19:27 2002 EDT Modified files: /php4/ext/standard dir.c Log: - GLOB_NOMATCH and GLOB_NOESCAPE are only defined in win32/glob.h - fixes build on FreeBSD 4.6 Index: php4/ext/standard/dir.c diff -u php4/ext/standard/dir.c:1.101

[PHP-CVS] cvs: php4 /ext/wddx php_wddx.h php_wddx_api.h wddx.c

2002-10-03 Thread Jan Lehnardt
jan Thu Oct 3 04:56:10 2002 EDT Modified files: /php4/ext/wddx php_wddx.h php_wddx_api.h wddx.c Log: - Added wddx_serialize_type(). Allows users to cast values to WDDX types - Added wddx_serialize_type(). Allows users to cast values to WDDX types

[PHP-CVS] cvs: php4 /ext/aspell aspell.c config.m4 php_aspell.h

2002-10-09 Thread Jan Lehnardt
jan Wed Oct 9 15:12:32 2002 EDT Removed files: /php4/ext/aspellaspell.c config.m4 php_aspell.h Log: - R.I.P. ext aspell - removed ext/aspell (jan) #configure note follows -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe,

[PHP-CVS] cvs: php4 /ext/ccvs CREDITS TODO ccvs.c ccvs.h config.m4

2002-10-09 Thread Jan Lehnardt
jan Wed Oct 9 15:15:31 2002 EDT Removed files: /php4/ext/ccvs CREDITS TODO ccvs.c ccvs.h config.m4 Log: - R.I.P. ext/ccvs. - removed ext/ccvs (jan) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-CVS] cvs: php4 /ext/pspell config.m4

2002-10-09 Thread Jan Lehnardt
jan Wed Oct 9 15:25:17 2002 EDT Modified files: /php4/ext/pspellconfig.m4 Log: - note aspell Index: php4/ext/pspell/config.m4 diff -u php4/ext/pspell/config.m4:1.7 php4/ext/pspell/config.m4:1.8 --- php4/ext/pspell/config.m4:1.7 Tue Mar 12

[PHP-CVS] cvs: php4 /ext/qtdom config.m4

2002-10-09 Thread Jan Lehnardt
jan Wed Oct 9 15:27:11 2002 EDT Modified files: /php4/ext/qtdom config.m4 Log: - fix alignment Index: php4/ext/qtdom/config.m4 diff -u php4/ext/qtdom/config.m4:1.9 php4/ext/qtdom/config.m4:1.10 --- php4/ext/qtdom/config.m4:1.9Sat Sep 14

[PHP-CVS] cvs: php4 /ext/cybercash .cvsignore CREDITS config.m4 cybercash.c cybercash.dsp cybercash.h cyberlib.php test.php

2002-10-09 Thread Jan Lehnardt
jan Wed Oct 9 16:20:18 2002 EDT Removed files: /php4/ext/cybercash CREDITS config.m4 cybercash.c cybercash.h cybercash.dsp cyberlib.php test.php .cvsignore Log: - remove ext/cybercash -

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-10-23 Thread Jan Lehnardt
Hi, On Wed, Oct 23, 2002 at 12:18:06PM +0200, Melvyn Sopacua wrote: Ah - now I get why posting to QA gives me 'cc: command not found'. Any objections to using getenv('CC') and default to 'cc' when undefined? I for one don't have cc in my path and have set the CC=gcc in my profile, further

[PHP-CVS] cvs: php4 / run-tests.php

2002-10-23 Thread Jan Lehnardt
jan Wed Oct 23 04:51:18 2002 EDT Modified files: /php4 run-tests.php Log: - be more verbose Index: php4/run-tests.php diff -u php4/run-tests.php:1.81 php4/run-tests.php:1.82 --- php4/run-tests.php:1.81 Tue Oct 22 14:53:56 2002 +++

[PHP-CVS] cvs: php4 /ext/standard exec.c

2002-10-24 Thread Jan Lehnardt
jan Thu Oct 24 04:46:22 2002 EDT Modified files: /php4/ext/standard exec.c Log: - fix segfault in proc_open #no bugreports found Index: php4/ext/standard/exec.c diff -u php4/ext/standard/exec.c:1.82 php4/ext/standard/exec.c:1.83 ---

[PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2002-10-25 Thread Jan Lehnardt
jan Fri Oct 25 05:28:57 2002 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: - alphabetcial output for php -h (cgi) - cosmetics Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.184 php4/sapi/cgi/cgi_main.c:1.185 ---

[PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2002-10-25 Thread Jan Lehnardt
jan Fri Oct 25 05:32:34 2002 EDT Modified files: /php4/sapi/cli php_cli.c Log: - alphabetical output for php -h (cli) Index: php4/sapi/cli/php_cli.c diff -u php4/sapi/cli/php_cli.c:1.43 php4/sapi/cli/php_cli.c:1.44 --- php4/sapi/cli/php_cli.c:1.43

[PHP-CVS] cvs: php4 / run-tests.php

2003-01-12 Thread Jan Lehnardt
jan Sun Jan 12 06:42:30 2003 EDT Modified files: /php4 run-tests.php Log: - fix typo Index: php4/run-tests.php diff -u php4/run-tests.php:1.137 php4/run-tests.php:1.138 --- php4/run-tests.php:1.137Tue Jan 7 10:21:34 2003 +++

[PHP-CVS] cvs: php-src /ext/spl spl.php

2004-08-29 Thread Jan Lehnardt
jan Sun Aug 29 07:54:39 2004 EDT Modified files: /php-src/ext/splspl.php Log: - language refinements http://cvs.php.net/diff.php/php-src/ext/spl/spl.php?r1=1.26r2=1.27ty=u Index: php-src/ext/spl/spl.php diff -u php-src/ext/spl/spl.php:1.26

[PHP-CVS] cvs: php-src /scripts phpize.in

2003-12-19 Thread Jan Lehnardt
jan Fri Dec 19 09:01:25 2003 EDT Modified files: /php-src/scriptsphpize.in Log: - restructured phpize - added -v and --version to print out API numbers - discussed with Jani and Andi Index: php-src/scripts/phpize.in diff -u

[PHP-CVS] cvs: php-src /scripts phpize.in

2004-01-03 Thread Jan Lehnardt
jan Sat Jan 3 09:03:47 2004 EDT Modified files: /php-src/scriptsphpize.in Log: - remove unneeded subroutine call Index: php-src/scripts/phpize.in diff -u php-src/scripts/phpize.in:1.12 php-src/scripts/phpize.in:1.13 ---

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

2004-02-10 Thread Jan Lehnardt
jan Tue Feb 10 09:40:40 2004 EDT Modified files: /php-src/ext/tokenizer tokenizer.c Log: - fix #27197 for Greg ([EMAIL PROTECTED]) http://cvs.php.net/diff.php/php-src/ext/tokenizer/tokenizer.c?r1=1.25r2=1.26ty=u Index:

[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.87r2=1.88ty=u Index: php-src/ext/standard/dl.c diff -u

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

[PHP-CVS] cvs: php-src /ext/mono php_mono.c

2004-02-15 Thread Jan Lehnardt
jan Sun Feb 15 06:32:28 2004 EDT Modified files: /php-src/ext/mono php_mono.c Log: - fix build (patch by josh at mediascape dot com) - close #26045 http://cvs.php.net/diff.php/php-src/ext/mono/php_mono.c?r1=1.13r2=1.14ty=u Index:

[PHP-CVS] cvs: php-src /ext/mysql/tests skipif.inc

2004-02-16 Thread Jan Lehnardt
jan Mon Feb 16 09:41:39 2004 EDT Modified files: /php-src/ext/mysql/testsskipif.inc Log: - fix typo http://cvs.php.net/diff.php/php-src/ext/mysql/tests/skipif.inc?r1=1.1r2=1.2ty=u Index: php-src/ext/mysql/tests/skipif.inc diff -u

Re: [PHP-CVS] cvs: php-src /ext/pspell php_pspell.h pspell.c

2004-02-11 Thread Jan Lehnardt
Hi, On 11 Feb 2004, at 19:50, Brian France wrote: bfrance Wed Feb 11 13:50:17 2004 EDT Modified files: /php-src/ext/pspell php_pspell.h pspell.c Log: Added two new functions to set the dict-dir and data-dir options. We're in fix-only mode. New features should be discussed with Andi

Re: [PHP-CVS] cvs: php-src /ext/pspell php_pspell.h pspell.c

2004-02-11 Thread Jan Lehnardt
Hi, On 11 Feb 2004, at 19:50, Brian France wrote: bfrance Wed Feb 11 13:50:17 2004 EDT Modified files: /php-src/ext/pspell php_pspell.h pspell.c Log: Added two new functions to set the dict-dir and data-dir options. We're in fix-only mode. New features should be discussed with Andi

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 deprecated

Re: [PHP-CVS] cvs: php-src /ext/fbsql php_fbsql.c php_fbsql.h

2004-02-26 Thread Jan Lehnardt
Hi, On 26 Feb 2004, at 21:31, Frank M. Kromann wrote: fmk Thu Feb 26 15:31:15 2004 EDT Modified files: /php-src/ext/fbsql php_fbsql.c php_fbsql.h Log: Adding function to change user passwords bugfix-only-and-feature-freeze-please-check-with-andi-alert. Jan -- -- PHP CVS Mailing List

Re: [PHP-CVS] cvs: php-src /sapi/cli php_cli.c

2004-03-05 Thread Jan Lehnardt
Hi, On 4 Mar 2004, at 23:49, Moriyoshi Koizumi wrote: moriyoshi Thu Mar 4 17:49:54 2004 EDT Modified files: /php-src/sapi/cli php_cli.c Log: - Prevent cli from printing multiple Interactive mode enabled if the command line option is given more than once (like -aa). MFH? Jan

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

2004-03-14 Thread Jan Lehnardt
jan Sun Mar 14 12:53:29 2004 EDT Modified files: /php-src/ext/socketssockets.c Log: - improve error message http://cvs.php.net/diff.php/php-src/ext/sockets/sockets.c?r1=1.160r2=1.161ty=u Index: php-src/ext/sockets/sockets.c diff -u

[PHP-CVS] cvs: php-src / run-tests.php

2004-03-28 Thread Jan Lehnardt
jan Mon Mar 29 02:49:32 2004 EDT Modified files: /php-srcrun-tests.php Log: - be more verbose http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.191r2=1.192ty=u Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.191