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

2003-12-01 Thread Christian Stocker
chregu Mon Dec 1 03:18:36 2003 EDT Modified files: /php-src/ext/domdocument.c Log: Fix Bug, if parser input is not a filename (By Adam) Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.38 php-src/ext/dom/document.c:1.39 --- php-src

[PHP-CVS] cvs: php-src / NEWS /ext/db .cvsignore CREDITS config.m4 db.c db.dsp package.xml php_db.h /ext/db/tests .cvsignore 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt test.inc /main main.c

2003-12-01 Thread Jani Taskinen
sniper Mon Dec 1 05:47:09 2003 EDT Removed files: /php-src/ext/db .cvsignore CREDITS config.m4 db.c db.dsp package.xml php_db.h /php-src/ext/db/tests .cvsignore 001.phpt 002.phpt 003.phpt 004.ph

[PHP-CVS] cvs: php-src /tests/lang bug26182.phpt

2003-12-01 Thread Jani Taskinen
sniper Mon Dec 1 07:07:36 2003 EDT Modified files: /php-src/tests/lang bug26182.phpt Log: - Nuke property_exists() calls - Fix the test. (this is BUG in PHP 5, works in PHP 4) Index: php-src/tests/lang/bug26182.phpt diff -u php-src/tests/lang/bug26182.php

[PHP-CVS] cvs: php-src /ext/bcmath/libbcmath/src bcmath.h

2003-12-01 Thread Jani Taskinen
sniper Mon Dec 1 09:01:39 2003 EDT Modified files: /php-src/ext/bcmath/libbcmath/src bcmath.h Log: missing config.h include Index: php-src/ext/bcmath/libbcmath/src/bcmath.h diff -u php-src/ext/bcmath/libbcmath/src/bcmath.h:1.7 php-src/ext/bcmath/libbcmath/s

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/bcmath/libbcmath/src bcmath.h

2003-12-01 Thread Jani Taskinen
sniper Mon Dec 1 09:01:49 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/bcmath/libbcmath/src bcmath.h Log: MFH Index: php-src/ext/bcmath/libbcmath/src/bcmath.h diff -u php-src/ext/bcmath/libbcmath/src/bcmath.h:1.2.10.2 php-src/ext/bcmath/libbcmath/

[PHP-CVS] cvs: php-src / configure.in /sapi/cgi config9.m4 /sapi/cli config.m4 /scripts Makefile.frag

2003-12-01 Thread Jani Taskinen
sniper Mon Dec 1 10:17:15 2003 EDT Modified files: /php-srcconfigure.in /php-src/sapi/cgi config9.m4 /php-src/sapi/cli config.m4 /php-src/scriptsMakefile.frag Log: - Made --program-prefix and --program-suffix work. (See bug #23030)

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS configure.in /sapi/cgi config9.m4 /sapi/cli config.m4 /scripts Makefile.frag

2003-12-01 Thread Jani Taskinen
sniper Mon Dec 1 11:12:45 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS configure.in /php-src/sapi/cgi config9.m4 /php-src/sapi/cli config.m4 /php-src/scriptsMakefile.frag Log: MFH Index: php-src/NEWS diff -u php-src/NEWS:1.

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

2003-12-01 Thread Rob Richards
rrichards Mon Dec 1 11:19:18 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/domxml php_domxml.c Log: Fix bug #26443: No errror reporting for Errors in the domxml extension Index: php-src/ext/domxml/php_domxml.c diff -u php-src/ext/domxml/php_domxm

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

2003-12-01 Thread Jani Taskinen
sniper Mon Dec 1 11:36:02 2003 EDT Modified files: /php-src/ext/diodio.c Log: - Fixed bug #26488 (Missing declaration of CRTSCTS in ext/dio/dio.c) Index: php-src/ext/dio/dio.c diff -u php-src/ext/dio/dio.c:1.29 php-src/ext/dio/dio.c:1.30 --- php-src/ext/di

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

2003-12-01 Thread Jani Taskinen
sniper Mon Dec 1 11:37:13 2003 EDT Modified files: /php-src/ext/diodio.c Log: WS fix Index: php-src/ext/dio/dio.c diff -u php-src/ext/dio/dio.c:1.30 php-src/ext/dio/dio.c:1.31 --- php-src/ext/dio/dio.c:1.30 Mon Dec 1 11:36:00 2003 +++ php-src/ext/dio/dio

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

2003-12-01 Thread Jani Taskinen
sniper Mon Dec 1 11:38:25 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/diodio.c Log: MFH: - Fixed bug #26488 (Missing declaration of CRTSCTS in ext/dio/dio.c) Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.488 php-src/

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

2003-12-01 Thread Jani Taskinen
sniper Mon Dec 1 11:41:02 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/diodio.c Log: MFH: ws fixes Index: php-src/ext/dio/dio.c diff -u php-src/ext/dio/dio.c:1.21.2.5 php-src/ext/dio/dio.c:1.21.2.6 --- php-src/ext/dio/dio.c:1.21.2.5 Mon Dec

[PHP-CVS] cvs: php-src /main php_variables.c

2003-12-01 Thread Derick Rethans
derick Mon Dec 1 14:25:08 2003 EDT Modified files: /php-src/main php_variables.c Log: - Fix the default SAPI filter too; all weird problems should be gone again. Index: php-src/main/php_variables.c diff -u php-src/main/php_variables.c:1.73 php-src/mai

[PHP-CVS] cvs: php-src /ext/standard filestat.c /main php_streams.h /main/streams plain_wrapper.c

2003-12-01 Thread Sara Golemon
pollita Mon Dec 1 14:47:06 2003 EDT Modified files: /php-src/main php_streams.h /php-src/main/streams plain_wrapper.c /php-src/ext/standard filestat.c Log: Move safemode/basedir checks for url_stat to plain_wrapper. Index: php-src/ma

RE: [PHP-CVS] cvs: php-src /win32 time.c

2003-12-01 Thread Andi Gutmans
The question is if the run-time works. At 01:16 AM 11/30/2003 +, Steph wrote: Guys, the build doesn't work fully on windows 98, and hasn't since batch files became a part of the process... just thought I'd mention it in passing. > -Original Message- > From: Marcus Boerger [mailto:[EMA

Re: [PHP-CVS] cvs: php-src /ext/standard filestat.c /main php_streams.h /main/streams plain_wrapper.c

2003-12-01 Thread Andi Gutmans
At 07:47 PM 12/1/2003 +, Sara Golemon wrote: + if (strncmp(url, "file://", 7) == 0) { + url += 7; + } Hi Sara, Please when you write such code don't use constant numbers but sizeof. It should look something like: + if (strncmp(url, "file://", sizeof("file://")-1

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

2003-12-01 Thread Ilia Alshanetsky
iliaa Mon Dec 1 16:37:36 2003 EDT Modified files: /php-srcbuildconf Log: The least intrusive way to 'import' PECL extensions into the main tree. For the moment this deals with tidy, further extensions can be added at a later point. Index: php-src/b

[PHP-CVS] cvs: php-src /ext/iconv iconv.c /ext/iconv/tests iconv_mime_decode.phpt

2003-12-01 Thread Moriyoshi Koizumi
moriyoshi Mon Dec 1 16:47:20 2003 EDT Modified files: /php-src/ext/iconv iconv.c /php-src/ext/iconv/testsiconv_mime_decode.phpt Log: More RFC2047 conformance. Add ability to forcefully continue processing on error. Index: php-src/ext/iconv/i

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

2003-12-01 Thread Moriyoshi Koizumi
moriyoshi Mon Dec 1 17:46:46 2003 EDT Modified files: /php-src/ext/iconv iconv.c /php-srcNEWS Log: Add iconv_mime_decode_headers() to parse multiple MIME headers. A few trivial fixes. Index: php-src/ext/iconv/iconv.c diff -u php-src/ext/ico

[PHP-CVS] cvs: php-src /ext/iconv php_iconv.h

2003-12-01 Thread Moriyoshi Koizumi
moriyoshi Mon Dec 1 17:47:04 2003 EDT Modified files: /php-src/ext/iconv php_iconv.h Log: Forgot about this one Index: php-src/ext/iconv/php_iconv.h diff -u php-src/ext/iconv/php_iconv.h:1.20 php-src/ext/iconv/php_iconv.h:1.21 --- php-src/ext/iconv/ph

[PHP-CVS] cvs: php-src /ext/iconv/tests iconv_mime_decode.phpt

2003-12-01 Thread Moriyoshi Koizumi
moriyoshi Mon Dec 1 17:59:29 2003 EDT Modified files: /php-src/ext/iconv/testsiconv_mime_decode.phpt Log: Update test. Index: php-src/ext/iconv/tests/iconv_mime_decode.phpt diff -u php-src/ext/iconv/tests/iconv_mime_decode.phpt:1.3 php-src/ext/ico

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

2003-12-01 Thread Ilia Alshanetsky
iliaa Mon Dec 1 18:17:22 2003 EDT Modified files: /php-src/ext/standard string.c Log: Optimize substr_replace (this makes it 3-8 times faster depending on the string length). Index: php-src/ext/standard/string.c diff -u php-src/ext/standard/string

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

2003-12-01 Thread Ilia Alshanetsky
iliaa Mon Dec 1 18:21:26 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard string.c Log: MFH: Optimize substr_replace Index: php-src/ext/standard/string.c diff -u php-src/ext/standard/string.c:1.333.2.37 php-src/ext/standard/string.c:1

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

2003-12-01 Thread Moriyoshi Koizumi
moriyoshi Mon Dec 1 18:25:06 2003 EDT Modified files: /php-src/ext/iconv iconv.c Log: Allow iconv_mime_decode_headers() to handle multiple occurence of a header. Index: php-src/ext/iconv/iconv.c diff -u php-src/ext/iconv/iconv.c:1.100 php-src/ext/ico

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

2003-12-01 Thread Moriyoshi Koizumi
moriyoshi Mon Dec 1 18:49:21 2003 EDT Modified files: /php-src/ext/iconv iconv.c Log: Loosen error check. There's no reason to forbid a single '=' occurrence in an unencoded string. Fix white space handing. Meaningful spaces have got stripped wrongly

[PHP-CVS] cvs: php-src /ext/iconv/tests iconv_mime_decode_headers.phpt

2003-12-01 Thread Moriyoshi Koizumi
moriyoshi Mon Dec 1 19:05:54 2003 EDT Added files: /php-src/ext/iconv/testsiconv_mime_decode_headers.phpt Log: Add regression test for iconv_mime_decode_headers() Index: php-src/ext/iconv/tests/iconv_mime_decode_headers.phpt +++ php-src/ext/ico

[PHP-CVS] cvs: php-src /main/streams plain_wrapper.c

2003-12-01 Thread Sara Golemon
pollita Mon Dec 1 20:04:15 2003 EDT Modified files: /php-src/main/streams plain_wrapper.c Log: CS Index: php-src/main/streams/plain_wrapper.c diff -u php-src/main/streams/plain_wrapper.c:1.29 php-src/main/streams/plain_wrapper.c:1.30 --- php-src/main/str