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

2003-12-16 Thread Jani Taskinen
sniper Tue Dec 16 03:06:10 2003 EDT Modified files: /php-srcNEWS Log: BFN Index: php-src/NEWS diff -u php-src/NEWS:1.1537 php-src/NEWS:1.1538 --- php-src/NEWS:1.1537 Sun Dec 14 19:43:28 2003 +++ php-src/NEWSTue Dec 16 03:06:09 2003 @@ -38,6 +38,7

[PHP-CVS] cvs: php-src /ext/mysqli mysqli_api.c mysqli_fe.c mysqli_prop.c

2003-12-16 Thread Georg Richter
georg Tue Dec 16 03:18:32 2003 EDT Modified files: /php-src/ext/mysqli mysqli_api.c mysqli_fe.c mysqli_prop.c Log: added properties - insert_id - server_status fixed bug in mysqli_execute (report func) Index:

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

2003-12-16 Thread Harald Radi
phanto Tue Dec 16 05:27:48 2003 EDT Modified files: /php-src/ext/oci8 oci8.dsp Log: fix include path Index: php-src/ext/oci8/oci8.dsp diff -u php-src/ext/oci8/oci8.dsp:1.11 php-src/ext/oci8/oci8.dsp:1.12 --- php-src/ext/oci8/oci8.dsp:1.11 Tue Aug 20

[PHP-CVS] cvs: php-src /ext/oci8 CREDITS

2003-12-16 Thread Harald Radi
phanto Tue Dec 16 05:28:01 2003 EDT Modified files: /php-src/ext/oci8 CREDITS Log: add myself Index: php-src/ext/oci8/CREDITS diff -u php-src/ext/oci8/CREDITS:1.4 php-src/ext/oci8/CREDITS:1.5 --- php-src/ext/oci8/CREDITS:1.4Wed Jan 29 13:31:48 2003

[PHP-CVS] cvs: php-src /ext/oci8 oci8.c php_oci8.h

2003-12-16 Thread Harald Radi
phanto Tue Dec 16 05:29:12 2003 EDT Modified files: /php-src/ext/oci8 oci8.c php_oci8.h Log: @- fixed #20006, #22674 and #24531 (harald) @- added ZTS connection pooling support to the oci extension @ connections will now be pooled per process and not @

[PHP-CVS] cvs: php-src /ext/xml/tests bug26614.phpt

2003-12-16 Thread Dmitry Stogov
dmitry Tue Dec 16 05:41:41 2003 EDT Modified files: /php-src/ext/xml/tests bug26614.phpt Log: Improper test file was fixed. Index: php-src/ext/xml/tests/bug26614.phpt diff -u php-src/ext/xml/tests/bug26614.phpt:1.1

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

2003-12-16 Thread Harald Radi
phanto Tue Dec 16 06:15:56 2003 EDT Modified files: /php-src/ext/oci8 oci8.c Log: fix non-zts build errors Index: php-src/ext/oci8/oci8.c diff -u php-src/ext/oci8/oci8.c:1.220 php-src/ext/oci8/oci8.c:1.221 --- php-src/ext/oci8/oci8.c:1.220 Tue Dec 16

[PHP-CVS] cvs: php-src /ext/session/tests 014.phpt

2003-12-16 Thread Dmitry Stogov
dmitry Tue Dec 16 06:19:22 2003 EDT Modified files: /php-src/ext/session/tests 014.phpt Log: Incorrect test file was fixed. (Use pattern insted of absolute filename) Index: php-src/ext/session/tests/014.phpt diff -u php-src/ext/session/tests/014.phpt:1.5

Re: [PHP-CVS] cvs: php-src /ext/session/tests 014.phpt

2003-12-16 Thread Derick Rethans
Dmitry, On Tue, 16 Dec 2003, Dmitry Stogov wrote: Modified files: /php-src/ext/session/tests014.phpt Log: Incorrect test file was fixed. (Use pattern insted of absolute filename) -Warning: ini_set(): A session is active. You cannot change the session module's ini

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

2003-12-16 Thread Derick Rethans
derick Tue Dec 16 09:53:43 2003 EDT Modified files: /php-srcrun-tests.php Log: - Added %e modifier which gets replaced by the current value of DIRECTORY_SEPARATOR. Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.181

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

2003-12-16 Thread Derick Rethans
derick Tue Dec 16 10:00:26 2003 EDT Modified files: /php-srcrun-tests.php Log: - Remove debug info :) Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.182 php-src/run-tests.php:1.183 --- php-src/run-tests.php:1.182 Tue Dec 16 09:53:43 2003 +++

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

2003-12-16 Thread Antony Dovgal
tony2001Tue Dec 16 10:48:22 2003 EDT Modified files: /php-src/ext/oci8 oci8.c Log: fix warning, concerned to second _oci_close_server() call Index: php-src/ext/oci8/oci8.c diff -u php-src/ext/oci8/oci8.c:1.221 php-src/ext/oci8/oci8.c:1.222 ---

[PHP-CVS] cvs: php-src /ext/oci8 config.m4 oci8.c

2003-12-16 Thread Antony Dovgal
tony2001Tue Dec 16 10:58:11 2003 EDT Modified files: /php-src/ext/oci8 config.m4 oci8.c Log: fix bug #26133 (thanks to Harald) rename constant and add library check to config.m4 add info lines to see if Collection Temp Lob support enabled or not

Re: [PHP-CVS] cvs: php-src /ext/oci8 config.m4 oci8.c

2003-12-16 Thread Ilia Alshanetsky
On December 16, 2003 10:58 am, Antony Dovgal wrote: tony2001 Tue Dec 16 10:58:11 2003 EDT Please don't forget to MFH (backport the fix into the 4.3 tree). Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src /ext/oci8 oci8.c php_oci8.h

2003-12-16 Thread Ilia Alshanetsky
On December 16, 2003 05:29 am, Harald Radi wrote: phantoTue Dec 16 05:29:12 2003 EDT @- fixed #20006, #22674 and #24531 (harald) Please don't forget to MFH the fixes to 4.3 tree. Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-CVS] cvs: php-src /ext/oci8 config.m4 oci8.c

2003-12-16 Thread Antony Dovgal
On Tue, 16 Dec 2003 11:18:53 -0500 Ilia Alshanetsky [EMAIL PROTECTED] wrote: On December 16, 2003 10:58 am, Antony Dovgal wrote: tony2001Tue Dec 16 10:58:11 2003 EDT Please don't forget to MFH (backport the fix into the 4.3 tree). should I port all changes to PHP_4_3 branch or

[PHP-CVS] cvs: php-src /ext/dom php_dom.c /ext/simplexml simplexml.c /ext/xml xml.c

2003-12-16 Thread Ilia Alshanetsky
iliaa Tue Dec 16 12:14:07 2003 EDT Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/xmlxml.c /php-src/ext/domphp_dom.c Log: Removed duplicate php_libxml_(init|shutdown) they are already done by ext/libxml. Index:

[PHP-CVS] cvs: php-src /ext/gd/libgd gdft.c

2003-12-16 Thread Ilia Alshanetsky
iliaa Tue Dec 16 12:23:16 2003 EDT Modified files: /php-src/ext/gd/libgd gdft.c Log: ZTS fix. Index: php-src/ext/gd/libgd/gdft.c diff -u php-src/ext/gd/libgd/gdft.c:1.26 php-src/ext/gd/libgd/gdft.c:1.27 --- php-src/ext/gd/libgd/gdft.c:1.26Tue Dec

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/gd/libgd gdft.c

2003-12-16 Thread Ilia Alshanetsky
iliaa Tue Dec 16 12:23:27 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/gd/libgd gdft.c Log: ZTS fix. Index: php-src/ext/gd/libgd/gdft.c diff -u php-src/ext/gd/libgd/gdft.c:1.11.2.12 php-src/ext/gd/libgd/gdft.c:1.11.2.13 ---

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

2003-12-16 Thread Sara Golemon
pollita Tue Dec 16 14:41:27 2003 EDT Modified files: /php-src/ext/ftpftp.c Log: Fail loudly, silence bogus bugs. Index: php-src/ext/ftp/ftp.c diff -u php-src/ext/ftp/ftp.c:1.95 php-src/ext/ftp/ftp.c:1.96 --- php-src/ext/ftp/ftp.c:1.95 Sat Dec 6 11:12:10

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/ftp ftp.c

2003-12-16 Thread Sara Golemon
pollita Tue Dec 16 14:45:35 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/ftpftp.c Log: MFH: Fail loudly. This is too often reported as a bug. Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.504 php-src/NEWS:1.1247.2.505 ---

[PHP-CVS] cvs: php-src /ext/simplexml/tests 011.phpt

2003-12-16 Thread Marcus Boerger
helly Tue Dec 16 14:49:34 2003 EDT Added files: /php-src/ext/simplexml/tests011.phpt Log: Add test for string conversion capabilities when used with echo/print. Index: php-src/ext/simplexml/tests/011.phpt +++

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests 012.phpt

2003-12-16 Thread Marcus Boerger
helly Tue Dec 16 15:34:20 2003 EDT Added files: /php-src/ext/simplexml/tests012.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: Add error handling for element/attribute creation/changing Index:

[PHP-CVS] cvs: php-src /ext/simplexml CREDITS

2003-12-16 Thread Marcus Boerger
helly Tue Dec 16 15:36:47 2003 EDT Modified files: /php-src/ext/simplexml CREDITS Log: Add myself Index: php-src/ext/simplexml/CREDITS diff -u php-src/ext/simplexml/CREDITS:1.2 php-src/ext/simplexml/CREDITS:1.3 --- php-src/ext/simplexml/CREDITS:1.2 Fri

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

2003-12-16 Thread Jani Taskinen
sniper Tue Dec 16 15:39:41 2003 EDT Modified files: /php-src/ext/socketssockets.c Log: nuke unused code Index: php-src/ext/sockets/sockets.c diff -u php-src/ext/sockets/sockets.c:1.156 php-src/ext/sockets/sockets.c:1.157 ---

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

2003-12-16 Thread Marcus Boerger
helly Tue Dec 16 15:40:25 2003 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: Better comment Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/simplexml/simplexml.c:1.93 php-src/ext/simplexml/simplexml.c:1.94 ---

[PHP-CVS] cvs: php-src /ext/simplexml/tests 013.phpt

2003-12-16 Thread Marcus Boerger
helly Tue Dec 16 15:50:21 2003 EDT Added files: /php-src/ext/simplexml/tests013.phpt Log: Add a test to check split text content collecting Index: php-src/ext/simplexml/tests/013.phpt +++ php-src/ext/simplexml/tests/013.phpt --TEST-- SimpleXML and

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

2003-12-16 Thread Marcus Boerger
helly Tue Dec 16 15:54:52 2003 EDT Added files: /php-src/sapi/tests .cvsignore Log: Add missing .cvsignore Index: php-src/sapi/tests/.cvsignore +++ php-src/sapi/tests/.cvsignore phpt.* *.diff *.log *.exp *.out *.php -- PHP CVS Mailing List

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

2003-12-16 Thread Marcus Boerger
helly Tue Dec 16 15:55:41 2003 EDT Added files: /php-src/ext/tokenizer/tests.cvsignore Log: Add missing .cvsignore Index: php-src/ext/tokenizer/tests/.cvsignore +++ php-src/ext/tokenizer/tests/.cvsignore phpt.* *.diff *.log *.exp *.out *.php --

[PHP-CVS] cvs: php-src /ext/xmlrpc/libxmlrpc simplestring.c xml_element.c xmlrpc.c xmlrpc_introspection.c

2003-12-16 Thread Jani Taskinen
sniper Tue Dec 16 16:00:22 2003 EDT Modified files: /php-src/ext/xmlrpc/libxmlrpc simplestring.c xml_element.c xmlrpc.c xmlrpc_introspection.c Log: Fix some compile warnings (patch by Joe Orton) Index:

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/xmlrpc/libxmlrpc simplestring.c xml_element.c xmlrpc.c xmlrpc_introspection.c

2003-12-16 Thread Jani Taskinen
sniper Tue Dec 16 16:00:36 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/xmlrpc/libxmlrpc simplestring.c xml_element.c xmlrpc.c xmlrpc_introspection.c Log: MFH: fix compile warnings Index:

[PHP-CVS] cvs: php-src /ext/simplexml/tests 011.phpt 012.phpt 013.phpt

2003-12-16 Thread Marcus Boerger
helly Tue Dec 16 16:02:55 2003 EDT Modified files: /php-src/ext/simplexml/tests011.phpt 012.phpt 013.phpt Log: Not needed here (copy'n'paste) Index: php-src/ext/simplexml/tests/011.phpt diff -u php-src/ext/simplexml/tests/011.phpt:1.1

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

2003-12-16 Thread Marcus Boerger
helly Tue Dec 16 16:40:20 2003 EDT Modified files: /php-src/ext/dbadba_flatfile.c Log: Fix winbuild Index: php-src/ext/dba/dba_flatfile.c diff -u php-src/ext/dba/dba_flatfile.c:1.14 php-src/ext/dba/dba_flatfile.c:1.15 ---

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/dba dba_flatfile.c

2003-12-16 Thread Marcus Boerger
helly Tue Dec 16 16:41:57 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/dbadba_flatfile.c Log: MFH: Fix winbuild Index: php-src/ext/dba/dba_flatfile.c diff -u php-src/ext/dba/dba_flatfile.c:1.8.2.4 php-src/ext/dba/dba_flatfile.c:1.8.2.5 ---

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

2003-12-16 Thread Marcus Boerger
helly Tue Dec 16 16:50:03 2003 EDT Modified files: /php-src/ext/dbadba.dsp Log: Add inifile Index: php-src/ext/dba/dba.dsp diff -u php-src/ext/dba/dba.dsp:1.5 php-src/ext/dba/dba.dsp:1.6 --- php-src/ext/dba/dba.dsp:1.5 Sun Aug 31 12:28:19 2003 +++

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

2003-12-16 Thread Andrei Zmievski
andrei Tue Dec 16 16:53:27 2003 EDT Modified files: /php-src/ext/pcre php_pcre.c Log: Index: php-src/ext/pcre/php_pcre.c diff -u php-src/ext/pcre/php_pcre.c:1.147 php-src/ext/pcre/php_pcre.c:1.148 --- php-src/ext/pcre/php_pcre.c:1.147 Tue Nov 25 15:02:22

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/pcre php_pcre.c

2003-12-16 Thread Andrei Zmievski
andrei Tue Dec 16 16:55:22 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/pcre php_pcre.c Log: Fix function name. Index: php-src/ext/pcre/php_pcre.c diff -u php-src/ext/pcre/php_pcre.c:1.132.2.12 php-src/ext/pcre/php_pcre.c:1.132.2.13 ---

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/pcre config.m4

2003-12-16 Thread Andrei Zmievski
andrei Tue Dec 16 17:14:56 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/pcre config.m4 Log: Umm, let's not enable NO_RECURSE by default. The matches on some patterns can be more than twice as slow as before. # Maybe we should

[PHP-CVS] cvs: php-src / NEWS /ext/standard datetime.c /ext/standard/tests/time date.phpt

2003-12-16 Thread Derick Rethans
derick Tue Dec 16 17:52:49 2003 EDT Added files: /php-src/ext/standard/tests/timedate.phpt Modified files: /php-src/ext/standard datetime.c /php-srcNEWS Log: - Added 'c' modifier to date() which returns the date in ISO