[PHP-CVS] cvs: php-src /ext/standard/tests/file statcache-corruption.phpt

2004-02-23 Thread Wez Furlong
wez Mon Feb 23 16:07:11 2004 EDT Added files: /php-src/ext/standard/tests/filestatcache-corruption.phpt Log: test case for statcache corruption of BG http://cvs.php.net/co.php/php-src/ext/standard/tests/file/statcache-corruption.phpt?r=1.1&p=1 Ind

[PHP-CVS] cvs: php-src /ext/standard basic_functions.h

2004-02-23 Thread Wez Furlong
wez Mon Feb 23 16:03:59 2004 EDT Modified files: /php-src/ext/standard basic_functions.h Log: Ooops, these should not be pointers ;) http://cvs.php.net/diff.php/php-src/ext/standard/basic_functions.h?r1=1.131&r2=1.132&ty=u Index: php-src/ext/stan

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

2004-02-23 Thread Sara Golemon
pollita Mon Feb 23 15:35:00 2004 EDT Modified files: /php-src/ext/standard string.c Log: Make today's changes work w/ str_ireplace() as well. http://cvs.php.net/diff.php/php-src/ext/standard/string.c?r1=1.410&r2=1.411&ty=u Index: php-src/ext/standard/strin

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

2004-02-23 Thread Sara Golemon
pollita Mon Feb 23 15:13:16 2004 EDT Modified files: /php-src/ext/standard string.c Log: Short circuit str_replaces when we already know that needle does not occur in haystack. Note: Prior bugfix was for #27176 not #27276 http://cvs.php.net/diff.p

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

2004-02-23 Thread Sara Golemon
pollita Mon Feb 23 15:06:02 2004 EDT Modified files: /php-src/ext/standard string.c Log: Bugfix #27276: When using str_replace to expand a string, count occurances of needle in haystack to avoid massive overallocation http://cvs.php.net/diff.php/php-src/e

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

2004-02-23 Thread Ilia Alshanetsky
iliaa Mon Feb 23 14:50:48 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/curl curl.c Log: MFH: Fixed bug #27341 (HEAD requests fail to return data). http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.574&r2=1.1247.2.575&ty=

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

2004-02-23 Thread Ilia Alshanetsky
iliaa Mon Feb 23 14:50:08 2004 EDT Modified files: /php-src/ext/curl interface.c Log: Fixed bug #27341 (HEAD requests fail to return data). http://cvs.php.net/diff.php/php-src/ext/curl/interface.c?r1=1.31&r2=1.32&ty=u Index: php-src/ext/curl/interface.c d

[PHP-CVS] cvs: php-src /ext/standard/tests/strings bug27276.phpt

2004-02-23 Thread Derick Rethans
derick Mon Feb 23 14:45:17 2004 EDT Added files: /php-src/ext/standard/tests/strings bug27276.phpt Log: - Added testcase for bug #27276 http://cvs.php.net/co.php/php-src/ext/standard/tests/strings/bug27276.phpt?r=1.1&p=1 Index: php-src/ext/standard/tests

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /sapi/isapi php4isapi.c

2004-02-23 Thread Jani Taskinen
sniper Mon Feb 23 14:15:06 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/sapi/isapi php4isapi.c Log: MFH: fixed bug #27337 (missing sapi_shutdown()) http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.573&r2=1.1247.2.574&ty=u Index:

[PHP-CVS] cvs: php-src /sapi/isapi php5isapi.c

2004-02-23 Thread Jani Taskinen
sniper Mon Feb 23 14:12:23 2004 EDT Modified files: /php-src/sapi/isapi php5isapi.c Log: Fix bug #27337 (missing sapi_shutdown() causing memory leak) http://cvs.php.net/diff.php/php-src/sapi/isapi/php5isapi.c?r1=1.1&r2=1.2&ty=u Index: php-src/sapi/isapi/php5isa

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-23 Thread Sterling Hughes
> If noone complains, I'll commit a patch for solution 3 later this > morning, so that it at least compiles again with libxml2.5. If solution > 4 is preferred, we still can add/revert it later. I don't mind ;) > Ok, Solution 4 is prefered. Or Solution 1. Libxml2.5 is the default on most versio

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

2004-02-23 Thread Georg Richter
georg Mon Feb 23 11:49:19 2004 EDT Modified files: /php-src/ext/mysqli mysqli_nonapi.c Log: fixed prototypes for mysqli_connect_err* functions (thx to Mehdi Achour) http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli_nonapi.c?r1=1.30&r2=1.31&ty=u Index

[PHP-CVS] cvs: php-src /ext/sqlite sqlite.c /ext/standard streamsfuncs.c

2004-02-23 Thread Ard Biesheuvel
abies Mon Feb 23 11:26:35 2004 EDT Modified files: /php-src/ext/sqlite sqlite.c /php-src/ext/standard streamsfuncs.c Log: 64-bit fixes http://cvs.php.net/diff.php/php-src/ext/sqlite/sqlite.c?r1=1.122&r2=1.123&ty=u Index: php-src/ext/sqlite/sqlite

[PHP-CVS] cvs: php-src /ext/xml xml.c /ext/xml/tests bug25666.phpt xml009.phpt xml010.phpt

2004-02-23 Thread Christian Stocker
chregu Mon Feb 23 11:19:41 2004 EDT Modified files: /php-src/ext/xmlxml.c /php-src/ext/xml/tests bug25666.phpt xml009.phpt xml010.phpt Log: - omit WARNING instead of ERROR for x_p_c_ns - fix SKIPIF code in tests http://cvs.php.net/diff.php/ph

[PHP-CVS] cvs: php-src /ext/xml/tests bug25666.phpt xml009.phpt xml010.phpt

2004-02-23 Thread Christian Stocker
chregu Mon Feb 23 11:01:16 2004 EDT Modified files: /php-src/ext/xml/tests bug25666.phpt xml009.phpt xml010.phpt Log: skip tests, if xml_parser_create_ns is not supported. http://cvs.php.net/diff.php/php-src/ext/xml/tests/bug25666.phpt?r1=1.1&r2=1.2&ty=

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

2004-02-23 Thread Christian Stocker
chregu Mon Feb 23 10:55:16 2004 EDT Added files: /php-src/ext/xml/tests xml010.phpt Log: test for attributes http://cvs.php.net/co.php/php-src/ext/xml/tests/xml010.phpt?r=1.1&p=1 Index: php-src/ext/xml/tests/xml010.phpt +++ php-src/ext/xml/tests/xml

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

2004-02-23 Thread Christian Stocker
chregu Mon Feb 23 10:54:46 2004 EDT Modified files: /php-src/ext/xmlcompat.c Log: - mixed up name and value... fixed http://cvs.php.net/diff.php/php-src/ext/xml/compat.c?r1=1.29&r2=1.30&ty=u Index: php-src/ext/xml/compat.c diff -u php-src/ext/xml/compat.

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

2004-02-23 Thread Christian Stocker
chregu Mon Feb 23 10:43:49 2004 EDT Modified files: /php-src/ext/xmlcompat.c Log: fix attribute handling in combination with sax2 http://cvs.php.net/diff.php/php-src/ext/xml/compat.c?r1=1.28&r2=1.29&ty=u Index: php-src/ext/xml/compat.c diff -u php-src/ex

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

2004-02-23 Thread Adam Dickmeiss
dickmeiss Mon Feb 23 05:48:44 2004 EDT Modified files: /php-src/ext/yazconfig.m4 php_yaz.c Log: Use ZOOM_resultset_sort for yaz_sort. Require YAZ 2.0.13 or later. http://cvs.php.net/diff.php/php-src/ext/yaz/config.m4?r1=1.15&r2=1.16&ty=u Index: php-

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/domxml/tests bug26384.phpt

2004-02-23 Thread Christian Stocker
chregu Mon Feb 23 05:33:52 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/domxml/tests bug26384.phpt Log: skip test, if no XSLT support is compiled in http://cvs.php.net/diff.php/php-src/ext/domxml/tests/bug26384.phpt?r1=1.1.2.1&r2=1.1.2.2&ty=u Ind

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

2004-02-23 Thread Christian Stocker
chregu Mon Feb 23 04:19:27 2004 EDT Modified files: /php-src/ext/xmlcompat.c xml.c Log: remove compiler warnings http://cvs.php.net/diff.php/php-src/ext/xml/compat.c?r1=1.27&r2=1.28&ty=u Index: php-src/ext/xml/compat.c diff -u php-src/ext/xml/compat.c:1.

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

2004-02-23 Thread Christian Stocker
chregu Mon Feb 23 03:21:11 2004 EDT Modified files: /php-src/ext/xmlcompat.c xml.c Log: - make it compile with libxml2 2.5 again - disable xml_parser_create_ns with libxml2 2.5 for the time being - the #if s can be removed, once we insist on libxml2 2.6