[PHP-CVS] cvs: php4 /ext/mbstring/tests bug20087.phpt casefold.phpt htmlent.phpt mb_convert_encoding.phpt mb_convert_variables.phpt mb_detect_encoding.phpt mb_detect_order.phpt mb_ereg.phpt mb_ereg_replace.phpt mb_ereg_search_xxx.phpt mb_http_input.phpt mb_http_output.phpt mb_internal_encoding.phpt mb_output_handler_euc_jp.phpt mb_preferred_mime_name.phpt mb_regex_set_options.phpt mb_split.phpt mb_strcut.phpt mb_strimwidth.phpt mb_strlen.phpt mb_strpos.phpt mb_strwidth.phpt mb_substitute_character.phpt mb_substr.phpt php_gr_jp_10830.phpt simpletest.phpt

2002-10-30 Thread Moriyoshi Koizumi
moriyoshi Wed Oct 30 03:06:53 2002 EDT Modified files: /php4/ext/mbstring/testsbug20087.phpt casefold.phpt htmlent.phpt mb_convert_encoding.phpt mb_convert_variables.phpt

Re: [PHP-CVS] cvs: php4 /ext/xslt/tests xslt_process-001.phpt xslt_set_object.phpt xslt_setopt.phpt

2002-10-30 Thread Melvyn Sopacua
At 22:57 29-10-2002, Marcus Börger wrote: --use var_dump() Why? Please Marcus - discuss with the person who developed the test before altering it's behavior. What's the positive side of using var_dump? Here are the negatives: -- iconv could be unsupported (which was on my list of things

[PHP-CVS] cvs: php4 /build buildcheck.sh

2002-10-30 Thread Sascha Schumann
sas Wed Oct 30 06:42:23 2002 EDT Modified files: /php4/build buildcheck.sh Log: Remove overzealous bison check 1. bison is not invoked during buildconf, so why the heck was the check embedded here. 2. bison 1.35 works fine for ze1. if there is a

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

2002-10-30 Thread Moriyoshi Koizumi
moriyoshi Wed Oct 30 06:42:51 2002 EDT Modified files: /php4/ext/standard string.c Log: Fixed bug #20169 Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.329 php4/ext/standard/string.c:1.330 --- php4/ext/standard/string.c:1.329

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

2002-10-30 Thread Moriyoshi Koizumi
moriyoshi Wed Oct 30 06:48:51 2002 EDT Added files: /php4/ext/standard/tests/stringsbug20169.phpt Log: Added a test case for bug #20169 Index: php4/ext/standard/tests/strings/bug20169.phpt +++ php4/ext/standard/tests/strings/bug20169.phpt

[PHP-CVS] cvs: php4 /ext/dbx dbx_fbsql.c dbx_mssql.c dbx_mysql.c dbx_oci8.c dbx_odbc.c dbx_pgsql.c dbx_sybasect.c

2002-10-30 Thread Marc Boeren
mboeren Wed Oct 30 07:02:51 2002 EDT Modified files: /php4/ext/dbx dbx_fbsql.c dbx_mssql.c dbx_mysql.c dbx_oci8.c dbx_odbc.c dbx_pgsql.c dbx_sybasect.c Log: escape_string functions will now return empty string directly. Index:

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

2002-10-30 Thread Marcus Börger
helly Wed Oct 30 07:18:48 2002 EDT Modified files: /php4 README.TESTING run-tests.php Log: Enough discussion on display_erros it seems Index: php4/README.TESTING diff -u php4/README.TESTING:1.17 php4/README.TESTING:1.18 --- php4/README.TESTING:1.17

Re: [PHP-CVS] cvs: php4 /build buildcheck.sh

2002-10-30 Thread Sascha Schumann
On Wed, 30 Oct 2002, Jani Taskinen wrote: 1. bison is not invoked during buildconf, so why the heck was the check embedded here. a) Bison is needed for CVS builds b) Bison is not needed for snapshot/release builds c) buildconf is needed for CVS builds And btw, if

[PHP-CVS] cvs: php4(PHP_4_2_0) /netware BisonFlexZend.bat

2002-10-30 Thread Anantha Kesari H Y
hyanantha Wed Oct 30 07:34:56 2002 EDT Added files: (Branch: PHP_4_2_0) /php4/netware BisonFlexZend.bat Log: Bison/Flex tool to build Zend for NetWare. Index: php4/netware/BisonFlexZend.bat +++ php4/netware/BisonFlexZend.bat -- PHP CVS

[PHP-CVS] cvs: php4(PHP_4_2_0) /netware BisonExtStandard.bat

2002-10-30 Thread Anantha Kesari H Y
hyanantha Wed Oct 30 07:42:56 2002 EDT Added files: (Branch: PHP_4_2_0) /php4/netware BisonExtStandard.bat Log: Bison tool to build phplib for NetWare. Index: php4/netware/BisonExtStandard.bat +++ php4/netware/BisonExtStandard.bat -- PHP

Re: [PHP-CVS] cvs: php4 /build buildcheck.sh

2002-10-30 Thread Marcus Boerger
At 22:15 27.10.2002, Andi Gutmans wrote: At 09:10 PM 10/27/2002 +0100, Derick Rethans wrote: On Sun, 27 Oct 2002, Melvyn Sopacua wrote: At 20:47 27-10-2002, Jani Taskinen wrote: sniper Sun Oct 27 14:47:34 2002 EDT Modified files: /php4/build buildcheck.sh Log: We

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

2002-10-30 Thread Marcus Börger
helly Wed Oct 30 09:15:16 2002 EDT Modified files: /php4/ext/xslt sablot.c xslt.c Log: php_error - php_error_docref Index: php4/ext/xslt/sablot.c diff -u php4/ext/xslt/sablot.c:1.59 php4/ext/xslt/sablot.c:1.60 --- php4/ext/xslt/sablot.c:1.59 Fri Oct

[PHP-CVS] cvs: php4 /ext/dbx dbx_oci8.c

2002-10-30 Thread Marc Boeren
mboeren Wed Oct 30 09:57:56 2002 EDT Modified files: /php4/ext/dbx dbx_oci8.c Log: Fixed weird membug in oci8 support. Index: php4/ext/dbx/dbx_oci8.c diff -u php4/ext/dbx/dbx_oci8.c:1.11 php4/ext/dbx/dbx_oci8.c:1.12 --- php4/ext/dbx/dbx_oci8.c:1.11

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

2002-10-30 Thread Marcus Börger
helly Wed Oct 30 09:57:57 2002 EDT Modified files: /php4/ext/domxmlconfig.m4 Log: added default library path Index: php4/ext/domxml/config.m4 diff -u php4/ext/domxml/config.m4:1.42 php4/ext/domxml/config.m4:1.43 --- php4/ext/domxml/config.m4:1.42

[PHP-CVS] cvs: php4 /ext/dbx dbx_fbsql.c dbx_mssql.c dbx_mysql.c dbx_oci8.c dbx_odbc.c dbx_pgsql.c dbx_sybasect.c

2002-10-30 Thread Marc Boeren
mboeren Wed Oct 30 10:03:02 2002 EDT Modified files: /php4/ext/dbx dbx_fbsql.c dbx_mssql.c dbx_mysql.c dbx_oci8.c dbx_odbc.c dbx_pgsql.c dbx_sybasect.c Log: Coding style. # not my style :-) Index: php4/ext/dbx/dbx_fbsql.c

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

2002-10-30 Thread Derick Rethans
On Wed, 30 Oct 2002, Marcus Börger wrote: helly Wed Oct 30 09:57:57 2002 EDT Modified files: /php4/ext/domxml config.m4 Log: added default library path hmm, why do you look in the lib/ dir for includes? This doesn't make much sense to me... Derick

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c config.m4

2002-10-30 Thread Hartmut Holzgraefe
hholzgraWed Oct 30 10:11:11 2002 EDT Modified files: /php4/ext/standard basic_functions.c config.m4 Log: getopt with long options reverted to configure problems (may find the wrong getopt.h so needed structures are not defined :( ) Index:

Re: [PHP-CVS] cvs: php4 /build buildcheck.sh

2002-10-30 Thread Andi Gutmans
Did you test the following?: ? function getFrontendObject() { $a = new $GLOBALS['_PEAR_Command_uiclass']; } ? Andi At 02:00 PM 10/30/2002 +0100, Marcus Boerger wrote: At 22:15 27.10.2002, Andi Gutmans wrote: At 09:10 PM 10/27/2002 +0100, Derick Rethans wrote: On Sun, 27

Re: [PHP-CVS] cvs: php4 /build buildcheck.sh

2002-10-30 Thread Marcus Boerger
[marcuszaphod xslt]$ php -r 'function getFrontendObject() { $a = new $GLOBALS['_PEAR_Command_uiclass']; } ' Command line code(4) : Fatal error - Can't use method return value in write context At 17:45 30.10.2002, Andi Gutmans wrote: Did you test the following?: ? function

Re: [PHP-CVS] cvs: php4 /build buildcheck.sh

2002-10-30 Thread Andi Gutmans
Right, and if you try it with 1.28 it'll work. Andi At 05:59 PM 10/30/2002 +0100, Marcus Boerger wrote: [marcuszaphod xslt]$ php -r 'function getFrontendObject() { $a = new $GLOBALS['_PEAR_Command_uiclass']; } ' Command line code(4) : Fatal error - Can't use method return

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

2002-10-30 Thread Marcus Börger
helly Wed Oct 30 12:42:37 2002 EDT Modified files: /php4/ext/domxmlconfig.m4 Log: that was not good :-( #failure was in my installation Index: php4/ext/domxml/config.m4 diff -u php4/ext/domxml/config.m4:1.43 php4/ext/domxml/config.m4:1.44 ---

Re: [PHP-CVS] cvs: php4 /build buildcheck.sh

2002-10-30 Thread Melvyn Sopacua
On Wed, 30 Oct 2002, Andi Gutmans wrote: Right, and if you try it with 1.28 it'll work. Also works with bison 1.75. Andi At 05:59 PM 10/30/2002 +0100, Marcus Boerger wrote: [marcuszaphod xslt]$ php -r 'function getFrontendObject() { $a = new

Re: [PHP-CVS] cvs: php4 /ext/xslt/tests xslt_process-001.phpt xslt_set_object.phpt xslt_setopt.phpt

2002-10-30 Thread Marcus Boerger
At 11:38 30.10.2002, Melvyn Sopacua wrote: At 22:57 29-10-2002, Marcus Börger wrote: --use var_dump() Why? Please Marcus - discuss with the person who developed the test before altering it's behavior. What's the positive side of using var_dump? I saw no need in first comparing results

Re: [PHP-CVS] cvs: php4 /build buildcheck.sh

2002-10-30 Thread Marcus Boerger
Forgot version: [marcuszaphod php4-HEAD]$ bison --version bison (GNU Bison) 1.75 Geschrieben von Robert Corbett und Richard Stallman. This means we require 1.28? That would be a problem i think! At 17:59 30.10.2002, Marcus Boerger wrote: [marcuszaphod xslt]$ php -r 'function getFrontendObject()

[PHP-CVS] cvs: php4 /ext/gd gd.c /ext/gd/libgd gdxpm.c

2002-10-30 Thread Marcus Börger
helly Wed Oct 30 12:54:36 2002 EDT Modified files: /php4/ext/gdgd.c /php4/ext/gd/libgd gdxpm.c Log: fix warnings Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.219 php4/ext/gd/gd.c:1.220 --- php4/ext/gd/gd.c:1.219 Tue Oct 29 20:05:15

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

2002-10-30 Thread Ilia Alshanetsky
iliaa Wed Oct 30 13:12:34 2002 EDT Modified files: /php4/ext/ldap ldap.c Log: Fixed a memory leak on ldap_connect() failure. Index: php4/ext/ldap/ldap.c diff -u php4/ext/ldap/ldap.c:1.128 php4/ext/ldap/ldap.c:1.129 --- php4/ext/ldap/ldap.c:1.128 Thu

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

2002-10-30 Thread Shane Caraveo
shane Wed Oct 30 13:22:57 2002 EDT Added files: /php4 run-tests2.php Log: initial reorganization of run-tests, commiting so both John and I can work on it. Index: php4/run-tests2.php +++ php4/run-tests2.php ?php /*

Re: [PHP-CVS] cvs: php4 /build buildcheck.sh

2002-10-30 Thread Andi Gutmans
At 06:54 PM 10/30/2002 +0100, Marcus Boerger wrote: Forgot version: [marcuszaphod php4-HEAD]$ bison --version bison (GNU Bison) 1.75 Geschrieben von Robert Corbett und Richard Stallman. This means we require 1.28? Yes. That would be a problem i think! Of course it's a problem but from my

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

2002-10-30 Thread Ilia Alshanetsky
iliaa Wed Oct 30 13:36:39 2002 EDT Modified files: /php4 run-tests.php Log: Corrected my email address. Index: php4/run-tests.php diff -u php4/run-tests.php:1.101 php4/run-tests.php:1.102 --- php4/run-tests.php:1.101Wed Oct 30 07:18:48 2002 +++

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c thttpd_patch

2002-10-30 Thread Sascha Schumann
sas Wed Oct 30 14:09:50 2002 EDT Modified files: /php4/sapi/thttpd thttpd.c thttpd_patch Log: first step towards asynchronous content body processing Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.74 php4/sapi/thttpd/thttpd.c:1.75

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

2002-10-30 Thread Moriyoshi Koizumi
moriyoshi Wed Oct 30 14:21:56 2002 EDT Modified files: /php4/ext/iconv iconv.c Log: Prevent unnecessary notices on success Index: php4/ext/iconv/iconv.c diff -u php4/ext/iconv/iconv.c:1.60 php4/ext/iconv/iconv.c:1.61 --- php4/ext/iconv/iconv.c:1.60

Re: [PHP-CVS] cvs: php4 /ext/xslt/tests xslt_process-001.phpt xslt_set_object.phpt xslt_setopt.phpt

2002-10-30 Thread Melvyn Sopacua
On Wed, 30 Oct 2002, Marcus Boerger wrote: At 11:38 30.10.2002, Melvyn Sopacua wrote: At 22:57 29-10-2002, Marcus Börger wrote: --use var_dump() Why? Please Marcus - discuss with the person who developed the test before altering it's behavior. What's the positive side of using

[PHP-CVS] cvs: php4 /ext/odbc php_odbc.c

2002-10-30 Thread Dan Kalowsky
kalowskyWed Oct 30 21:57:07 2002 EDT Modified files: /php4/ext/odbc php_odbc.c Log: Patch for windows DSN less connection #20086 (by [EMAIL PROTECTED]) Index: php4/ext/odbc/php_odbc.c diff -u php4/ext/odbc/php_odbc.c:1.142

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

2002-10-30 Thread Derick Rethans
derick Thu Oct 31 01:37:18 2002 EDT Modified files: /php4/ext/standard/tests/strings004.phpt Log: - Fix test, in some cases the first significant number in the time was a 3 Index: php4/ext/standard/tests/strings/004.phpt diff -u