tony2001Tue Jul 31 07:09:08 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/strings bug40754.phpt
Log:
fix test
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/bug40754.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
In
tony2001Tue Jul 31 12:23:42 2007 UTC
Modified files:
/php-src/ext/mbstring config.m4
Log:
fix typo
it would be much better if Gentoo people send us this patch long ago instead
of using their private patches.
http://cvs.php.net/viewvc.cgi/php-
tony2001Tue Jul 31 12:23:50 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/mbstring config.m4
Log:
fix typo
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/config.m4?r1=1.58.2.4.2.9&r2=1.58.2.4.2.10&diff_format=u
Index: php-src/ext/mb
janiTue Jul 31 13:02:01 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/interbase config.m4
/php-src/ext/odbc config.m4
/php-src/ext/pdo_firebird config.m4
/php-src/ext/pdo_mysql config.m4
/php-src/ext/pdo_pgsql config.m
janiTue Jul 31 13:01:42 2007 UTC
Modified files:
/php-src/ext/interbase config.m4
/php-src/ext/odbc config.m4
/php-src/ext/pdo_firebird config.m4
/php-src/ext/pdo_pgsql config.m4
/php-src/ext/snmp config.m4
Log:
- Fix some li
rrichards Tue Jul 31 15:07:15 2007 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
fix possible crash
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.241&r2=1.242&diff_format=u
Index: php-src/ext/simplexml/simplexml.c
rrichards Tue Jul 31 15:07:54 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/simplexml simplexml.c
Log:
MFH: fix possible crash
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1=1.151.2.22.2.33&r2=1.151.2.22.2.34&diff_format=u
rrichards Tue Jul 31 15:40:00 2007 UTC
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
fix bug #41833 (addChild() on a non-existent node, no node created, getName()
segfaults)
http://cvs.php.net/viewvc.cgi/php-src/ext/simplexml/simplexml.c?r1
rrichards Tue Jul 31 15:40:49 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/simplexml simplexml.c
Log:
MFH: fix bug #41833 (addChild() on a non-existent node, no node created,
getName() segfaults)
http://cvs.php.net/viewvc.cgi/php-src/ext/si
rrichards Tue Jul 31 15:41:32 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
Log:
BFN
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.865&r2=1.2027.2.547.2.866&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.8
sebastian Tue Jul 31 16:03:45 2007 UTC
Modified files:
/php-srcREADME.namespaces
Log:
Add ext/tokenizer support to the TODO.
http://cvs.php.net/viewvc.cgi/php-src/README.namespaces?r1=1.2&r2=1.3&diff_format=u
Index: php-src/README.namespaces
diff -u ph
tony2001Tue Jul 31 19:19:40 2007 UTC
Modified files:
/php-src/ext/oci8 oci8.c oci8_collection.c oci8_interface.c
oci8_lob.c oci8_statement.c php_oci8_int.h
Log:
fix #42134 (oci_error() returns false after oci_new_collection() fail
tony2001Tue Jul 31 19:21:08 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
/php-src/ext/oci8 oci8.c oci8_collection.c oci8_interface.c
oci8_lob.c oci8_statement.c php_oci8_int.h
Log:
MFH: fix #42134 (oci_error() r
tony2001Tue Jul 31 21:08:38 2007 UTC
Modified files:
/php-src/ext/oci8 oci8_interface.c
Log:
missing part of the fix for bug #42134
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_interface.c?r1=1.31&r2=1.32&diff_format=u
Index: php-src/ext/oci8
tony2001Tue Jul 31 21:09:01 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/oci8 oci8_interface.c
Log:
MFH: missing part of the fix for bug #42134
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_interface.c?r1=1.8.2.7.2.11&r2=1.8.2.7.2.12
tony2001Tue Jul 31 21:11:22 2007 UTC
Added files:
/php-src/ext/oci8/tests bug42134.phpt
Log:
add test (thanks Chris!)
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/bug42134.phpt?view=markup&rev=1.1
Index: php-src/ext/oci8/tests/bug42134
tony2001Tue Jul 31 21:11:33 2007 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/oci8/tests bug42134.phpt
Log:
add test
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/bug42134.phpt?view=markup&rev=1.1
Index: php-src/ext/oci8/tests/bug4213
janiTue Jul 31 21:29:11 2007 UTC
Modified files:
/php-srcrun-tests.php
Log:
- Allow using * in test filenames to match pattern
http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.328&r2=1.329&diff_format=u
Index: php-src/run-tests.php
diff -u php-sr
janiTue Jul 31 21:29:21 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-srcrun-tests.php
Log:
MFH:- Allow using * in test filenames to match pattern
http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.33&r2=1.226.2.37.2.34&diff_format=u
In
johannesTue Jul 31 22:47:43 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
Log:
- BFN
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.867&r2=1.2027.2.547.2.868&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.54
iliaa Tue Jul 31 22:48:43 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/pdopdo_stmt.c
/php-srcNEWS
Log:
Fixed bug #41971 (PDOStatement::fetch and PDOStatement::setFetchMode causes
unexpected behavior).
http://cvs.php.net/viewvc.cg
johannesTue Jul 31 23:23:37 2007 UTC
Added files:
/php-src/ext/tokenizer tokenizer_data.c tokenizer_data_gen.sh
Modified files:
/php-src/ext/tokenizer CREDITS config.m4 php_tokenizer.h
tokenizer
johannesTue Jul 31 23:24:11 2007 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/tokenizer tokenizer_data.c tokenizer_data_gen.sh
Modified files:
/php-src/ext/tokenizer CREDITS config.m4 php_tokenizer.h
23 matches
Mail list logo