[PHP-CVS] cvs: php4 /ext/com COM.c

2002-10-31 Thread Wez Furlong
wez Thu Oct 31 03:23:56 2002 EDT Modified files: /php4/ext/com COM.c Log: Correct a copy-n-paste bug. Spotted by Michael Sisolak [EMAIL PROTECTED] Index: php4/ext/com/COM.c diff -u php4/ext/com/COM.c:1.88 php4/ext/com/COM.c:1.89 ---

[PHP-CVS] cvs: php4 /ext/calendar calendar.c jewish.c sdncal.h

2002-10-31 Thread Derick Rethans
derick Thu Oct 31 04:16:23 2002 EDT Modified files: /php4/ext/calendar calendar.c jewish.c sdncal.h Log: - Added an aditional parameter to the jdtojewish() function which makes the function return the symbolic hebrew name. (Patch by Moshe Doron [EMAIL

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

2002-10-31 Thread Yasuo Ohgaki
yohgaki Thu Oct 31 08:52:58 2002 EDT Modified files: /php4 Makefile.global run-tests.php Log: Fixed more ini settings. # Derick. Be responsible to your change and opinion. # These are settings I know that should be set. # There may be other settingis

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

2002-10-31 Thread Derick Rethans
derick Thu Oct 31 09:02:00 2002 EDT Modified files: /php4 Makefile.global run-tests.php Log: Discuss first! Index: php4/Makefile.global diff -u php4/Makefile.global:1.38 php4/Makefile.global:1.39 --- php4/Makefile.global:1.38 Thu Oct 31 08:52:58

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

2002-10-31 Thread Yasuo Ohgaki
Marcus Boerger wrote: You forgot -d 'zlib.output_compression=' and have doubled -d 'safe_mode=0' Thanks. Copy paste mistake :) I think -d 'zlib.output_compression=' isn't needed since it's not a web client. -- Yasuo Ohgaki and thanks i will add the missing valued to run-test.php when

[PHP-CVS] cvs: php4 / README.CVS-RULES

2002-10-31 Thread Derick Rethans
derick Thu Oct 31 09:55:54 2002 EDT Modified files: /php4 README.CVS-RULES Log: - Make Jani happy Index: php4/README.CVS-RULES diff -u php4/README.CVS-RULES:1.14 php4/README.CVS-RULES:1.15 --- php4/README.CVS-RULES:1.14 Sun Jul 28 09:44:37 2002 +++

[PHP-CVS] cvs: php4 /ext/standard/tests/strings htmlentities.phpt /tests/strings 003.phpt

2002-10-31 Thread Moriyoshi Koizumi
moriyoshi Thu Oct 31 10:28:21 2002 EDT Added files: /php4/ext/standard/tests/stringshtmlentities.phpt Removed files: /php4/tests/strings 003.phpt Log: Moved the test into the suitable place Index:

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

2002-10-31 Thread Jani Taskinen
sniper Thu Oct 31 12:34:10 2002 EDT Modified files: /php4/sapi/cli php_cli.c Log: Added built date and time to -v output. Index: php4/sapi/cli/php_cli.c diff -u php4/sapi/cli/php_cli.c:1.45 php4/sapi/cli/php_cli.c:1.46 --- php4/sapi/cli/php_cli.c:1.45

[PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2002-10-31 Thread Christian Stocker
chregu Thu Oct 31 14:52:46 2002 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: fix proto for clone_node Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.216 php4/ext/domxml/php_domxml.c:1.217 ---

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

2002-10-31 Thread Moriyoshi Koizumi
moriyoshi Thu Oct 31 15:23:53 2002 EDT Modified files: /php4/ext/iconv config.m4 Log: Fixed library capability detection behaviour. # Whew! I've fixed all the known problems. # And should I become a maintainer of this module? Index:

[PHP-CVS] cvs: php4 /ext/xslt/tests xslt_getopt.phpt

2002-10-31 Thread Melvyn Sopacua
msopacuaThu Oct 31 16:09:04 2002 EDT Added files: /php4/ext/xslt/testsxslt_getopt.phpt Log: Add test for xslt_getopt # see next commit Index: php4/ext/xslt/tests/xslt_getopt.phpt +++ php4/ext/xslt/tests/xslt_getopt.phpt --TEST--

[PHP-CVS] cvs: php4 /ext/xslt/tests xslt_setopt.phpt

2002-10-31 Thread Melvyn Sopacua
msopacuaThu Oct 31 16:11:56 2002 EDT Modified files: /php4/ext/xslt/testsxslt_setopt.phpt Log: Fix typo Index: php4/ext/xslt/tests/xslt_setopt.phpt diff -u php4/ext/xslt/tests/xslt_setopt.phpt:1.2 php4/ext/xslt/tests/xslt_setopt.phpt:1.3 ---

[PHP-CVS] cvs: php4 /main config.w32.h.in

2002-10-31 Thread Ilia Alshanetsky
iliaa Thu Oct 31 19:57:54 2002 EDT Modified files: /php4/main config.w32.h.in Log: Possible fix for #20014. Suggested by [EMAIL PROTECTED] Index: php4/main/config.w32.h.in diff -u php4/main/config.w32.h.in:1.19 php4/main/config.w32.h.in:1.20 ---

[PHP-CVS] cvs: php4 /ext/xslt sablot.c

2002-10-31 Thread Melvyn Sopacua
msopacuaThu Oct 31 21:05:36 2002 EDT Modified files: /php4/ext/xslt sablot.c Log: - Fix registration of XSLT_SABOPT_FILES_TO_HANDLER Index: php4/ext/xslt/sablot.c diff -u php4/ext/xslt/sablot.c:1.61 php4/ext/xslt/sablot.c:1.62 ---

[PHP-CVS] cvs: php4 /ext/xslt/tests xslt_set_scheme_handlers-002.phpt

2002-10-31 Thread Melvyn Sopacua
msopacuaThu Oct 31 21:21:57 2002 EDT Added files: /php4/ext/xslt/testsxslt_set_scheme_handlers-002.phpt Log: Testcase for new Sablotron option Index: php4/ext/xslt/tests/xslt_set_scheme_handlers-002.phpt +++

[PHP-CVS] cvs: php4 /main config.w32.h.in

2002-10-31 Thread Ilia Alshanetsky
iliaa Thu Oct 31 22:25:21 2002 EDT Modified files: /php4/main config.w32.h.in Log: Reverting previous OpenSSL patch. Index: php4/main/config.w32.h.in diff -u php4/main/config.w32.h.in:1.20 php4/main/config.w32.h.in:1.21 --- php4/main/config.w32.h.in:1.20

[PHP-CVS] cvs: php4 /main streams.c

2002-10-31 Thread Wez Furlong
wez Thu Oct 31 23:58:23 2002 EDT Modified files: /php4/main streams.c Log: Probable fix for #20180. Index: php4/main/streams.c diff -u php4/main/streams.c:1.122 php4/main/streams.c:1.123 --- php4/main/streams.c:1.122 Mon Oct 28 07:37:31 2002 +++