dmitry Mon Feb 16 04:56:31 2004 EDT
Modified files:
/php-src/ext/soap php_encoding.c php_http.c
Log:
fix: prevent of possible crash
http://cvs.php.net/diff.php/php-src/ext/soap/php_encoding.c?r1=1.56&r2=1.57&ty=u
Index: php-src/ext/soap/php_encoding.c
diff
stasMon Feb 16 06:21:32 2004 EDT
Modified files:
/php-src/ext/standard var.c
Log:
ce is not used, don't get it
http://cvs.php.net/diff.php/php-src/ext/standard/var.c?r1=1.182&r2=1.183&ty=u
Index: php-src/ext/standard/var.c
diff -u php-src/ext/standa
dmitry Mon Feb 16 07:04:49 2004 EDT
Modified files:
/php-src/ext/soap soap.c
Log:
Prevent processing SOAP headers with invalid namespace in WSDL mode.
http://cvs.php.net/diff.php/php-src/ext/soap/soap.c?r1=1.84&r2=1.85&ty=u
Index: php-src/ext/soap/soap.c
d
rrichards Mon Feb 16 08:07:09 2004 EDT
Modified files:
/php-src/ext/domtext.c processinginstruction.c notation.c node.c
entity.c element.c documenttype.c document.c
characterdata.c attr.c
Log:
issue warnin
derick Mon Feb 16 09:29:08 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-src/main php_ini.c
Log:
- MFH: Fixed zero bytes memory allocation when no extra ini files are found in
the --with-config-file-scan-dir specified directory. (Eric Colinet, Derick)
derick Mon Feb 16 09:29:32 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-srcNEWS
Log:
- Update news too
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.564&r2=1.1247.2.565&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.564 php-src/NEWS:1.12
jan Mon Feb 16 09:41:39 2004 EDT
Modified files:
/php-src/ext/mysql/testsskipif.inc
Log:
- fix typo
http://cvs.php.net/diff.php/php-src/ext/mysql/tests/skipif.inc?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/mysql/tests/skipif.inc
diff -u php-src/ext/mysql/
iliaa Mon Feb 16 10:13:42 2004 EDT
Modified files:
/php-src/ext/gmpgmp.c
Log:
Better gmp fix.
http://cvs.php.net/diff.php/php-src/ext/gmp/gmp.c?r1=1.44&r2=1.45&ty=u
Index: php-src/ext/gmp/gmp.c
diff -u php-src/ext/gmp/gmp.c:1.44 php-src/ext/gmp/gmp.c:1.
iliaa Mon Feb 16 10:13:49 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/gmpgmp.c
Log:
MFH: Better gmp fix.
http://cvs.php.net/diff.php/php-src/ext/gmp/gmp.c?r1=1.29.4.9&r2=1.29.4.10&ty=u
Index: php-src/ext/gmp/gmp.c
diff -u php-src/ext/gmp/gmp.
iliaa Mon Feb 16 10:15:23 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-srcNEWS
Log:
Bug fixing news.
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.565&r2=1.1247.2.566&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.565 php-src/NEWS:1.124
georg Mon Feb 16 10:32:48 2004 EDT
Modified files:
/php-src/ext/mysqli/tests 017.phpt 026.phpt 035.phpt 045.phpt
Log:
fixed some tests
added skip section for prepared statements when using SHOW command
http://cvs.php.net/diff.php/php-src/ext/mysqli/test
iliaa Mon Feb 16 10:34:17 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-srcconfigure.in
/php-src/main php_version.h
Log:
Go with RC3
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.95&r2=1.396.2.96&ty=u
Index: php-src/configure.i
sniper Mon Feb 16 11:00:16 2004 EDT
Modified files:
/php-srcNEWS
Log:
this was MFHd..
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1611&r2=1.1612&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1611 php-src/NEWS:1.1612
--- php-src/NEWS:1.1611 Sun Feb 15 19
iliaa Mon Feb 16 11:03:35 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-srcconfigure.in
/php-src/main php_version.h
Log:
Back to dev.
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.96&r2=1.396.2.97&ty=u
Index: php-src/configure.
gluke Mon Feb 16 11:11:56 2004 EDT
Modified files:
/php-src/ext/mnogosearchphp_mnogo.c
Log:
- A fix to make UDM_LIMIT_DATE work was applied. Thanx to
d.rousseau at nnx.com
http://cvs.php.net/diff.php/php-src/ext/mnogosearch/php_mnogo.c?r1=1.86&r2=1
dmitry Mon Feb 16 11:32:53 2004 EDT
Modified files:
/php-src/ext/soap php_sdl.c
Log:
BUGFIX: incorrect restoring of negative integers from WSDL cache
http://cvs.php.net/diff.php/php-src/ext/soap/php_sdl.c?r1=1.59&r2=1.60&ty=u
Index: php-src/ext/soap/php_sd
dmitry Mon Feb 16 11:36:00 2004 EDT
Modified files:
/php-src/ext/soap php_encoding.c
Log:
specal case of array encoding. If object has only one inner element and this element
has max_occurs > 1, then array can be passed directly.
http://cvs.php.net/diff.p
gluke Mon Feb 16 11:40:15 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/mnogosearchphp_mnogo.c
Log:
- A fix to make UDM_LIMIT_DATE work was applied. Thanks to
d.rousseau at nnx.com
http://cvs.php.net/diff.php/php-src/ext/mnogosearch/php_mn
sniper Mon Feb 16 11:50:12 2004 EDT
Added files:
/php-src/ext/standard/tests/strings bug27278.phpt
Log:
test for bug #27278
http://cvs.php.net/co.php/php-src/ext/standard/tests/strings/bug27278.phpt?r=1.1&p=1
Index: php-src/ext/standard/tests/strings/bug272
sniper Mon Feb 16 11:50:54 2004 EDT
Modified files:
/php-src/ext/standard/tests/strings bug27278.phpt
Log:
nuke copypaste rubbish
http://cvs.php.net/diff.php/php-src/ext/standard/tests/strings/bug27278.phpt?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/standard/tests/s
sniper Mon Feb 16 11:51:25 2004 EDT
Added files: (Branch: PHP_4_3)
/php-src/ext/standard/tests/strings bug27278.phpt
Log:
MFH
http://cvs.php.net/co.php/php-src/ext/standard/tests/strings/bug27278.phpt?r=1.1&p=1
Index: php-src/ext/standard/tests/strings/bug27
iliaa Mon Feb 16 12:09:09 2004 EDT
Modified files:
/php-src/ext/tokenizer/testsbug26463.phpt
Log:
Fix test.
http://cvs.php.net/diff.php/php-src/ext/tokenizer/tests/bug26463.phpt?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/tokenizer/tests/bug26463.phpt
dif
iliaa Mon Feb 16 12:09:38 2004 EDT
Modified files:
/php-src/ext/standard formatted_print.c
Log:
Fixed bug #27278 (*printf() functions treat arguments as if passed by
reference).
http://cvs.php.net/diff.php/php-src/ext/standard/formatted_print.c?r1=1
iliaa Mon Feb 16 12:09:53 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-srcNEWS
/php-src/ext/standard formatted_print.c
Log:
MFH: Fixed bug #27278 (*printf() functions treat arguments as if passed by
reference).
http://cvs.php.net/diff.php
sniper Mon Feb 16 12:42:24 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-srcNEWS
Log:
typofix :)
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.567&r2=1.1247.2.568&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.567 php-src/NEWS:1.1247.2.568
-
sniper Mon Feb 16 12:44:28 2004 EDT
Modified files:
/php-src/ext/standard/tests/strings bug27278.phpt
Log:
shorten the description a bit
http://cvs.php.net/diff.php/php-src/ext/standard/tests/strings/bug27278.phpt?r1=1.2&r2=1.3&ty=u
Index: php-src/ext/standard/
sniper Mon Feb 16 12:44:55 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/standard/tests/strings bug27278.phpt
Log:
MFH
http://cvs.php.net/diff.php/php-src/ext/standard/tests/strings/bug27278.phpt?r1=1.2.2.1&r2=1.2.2.2&ty=u
Index: php-src/ext/standard/t
moriyoshi Mon Feb 16 15:20:56 2004 EDT
Modified files:
/php-src.gdbinit
Log:
- Add "zbacktrace" user-defined command.
http://cvs.php.net/diff.php/php-src/.gdbinit?r1=1.9&r2=1.10&ty=u
Index: php-src/.gdbinit
diff -u php-src/.gdbinit:1.9 php-src/.gdbi
georg Tue Feb 17 02:45:15 2004 EDT
Modified files:
/php-src/ext/mysqli/tests 027.phpt
Log:
changed output
http://cvs.php.net/diff.php/php-src/ext/mysqli/tests/027.phpt?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/mysqli/tests/027.phpt
diff -u php-src/ext/mysqli/
29 matches
Mail list logo