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
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
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
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
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/
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)
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.
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
27 matches
Mail list logo