derick Tue Jul 5 08:45:39 2005 EDT
Modified files:
/php-srcNEWS
/php-src/ext/pgsql pgsql.c
Log:
- Fixed memory corruption in pg_copy_from() in case the as_null parameter was
passed. (Derick)
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1979&r
derick Tue Jul 5 08:47:07 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-srcNEWS
/php-src/ext/pgsql pgsql.c
Log:
- MFH: Fixed memory corruption in pg_copy_from() in case the as_null
parameter was
passed.
http://cvs.php.net/diff.php/php-src/NE
derick Tue Jul 5 08:50:04 2005 EDT
Modified files: (Branch: PHP_4_4)
/php-srcNEWS
/php-src/ext/pgsql pgsql.c
Log:
- MFH: Fixed memory corruption in pg_copy_from() in case the as_null parameter
was passed. (Derick)
http://cvs.php.net/diff.php/ph
dmitry Tue Jul 5 10:10:36 2005 EDT
Modified files:
/php-src/ext/session/tests bug31454.phpt
Log:
Fixed test file
http://cvs.php.net/diff.php/php-src/ext/session/tests/bug31454.phpt?r1=1.2&r2=1.3&ty=u
Index: php-src/ext/session/tests/bug31454.phpt
diff -u p
dmitry Tue Jul 5 10:10:45 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/session/tests bug31454.phpt
Log:
Fixed test file
http://cvs.php.net/diff.php/php-src/ext/session/tests/bug31454.phpt?r1=1.1.2.2&r2=1.1.2.3&ty=u
Index: php-src/ext/session/test
dmitry Tue Jul 5 10:13:48 2005 EDT
Modified files:
/php-src/main main.c
Log:
Fixed crash in ext\standard\tests\general_functions\bug32647.php on Windows
http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.634&r2=1.635&ty=u
Index: php-src/main/main.c
dmitry Tue Jul 5 10:14:03 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/main main.c
Log:
Fixed crash in ext\standard\tests\general_functions\bug32647.php on Windows
http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.604.2.19&r2=1.604.2.20&ty=u
edink Tue Jul 5 10:49:23 2005 EDT
Modified files:
/php-src/ext/pgsql pgsql.c
Log:
Properly detect when the copy command fails
http://cvs.php.net/diff.php/php-src/ext/pgsql/pgsql.c?r1=1.328&r2=1.329&ty=u
Index: php-src/ext/pgsql/pgsql.c
diff -u php-src/ext/pg
derick Tue Jul 5 14:30:30 2005 EDT
Modified files:
/php-src/ext/date php_date.c
/php-src/ext/date/lib timelib.c
Log:
- Change memory management so that tzinfo structures can live outside time
structures too.
http://cvs.php.net/diff.php/php-
iliaa Tue Jul 5 15:24:07 2005 EDT
Added files:
/php-src/ext/standard/tests/filestream_get_line.phpt
Modified files:
/php-srcNEWS
/php-src/ext/standard streamsfuncs.c
Log:
Fixed crash inside stream_get_line() when lengt
derick Tue Jul 5 17:38:37 2005 EDT
Added files:
/php-src/ext/date/tests bug33578.phpt
Log:
- Added testcase for bug #33578.
http://cvs.php.net/co.php/php-src/ext/date/tests/bug33578.phpt?r=1.1&p=1
Index: php-src/ext/date/tests/bug33578.phpt
+++ php-
FYI: we do NOT use PHP_AUTOMAKE anywhere inside the PHP build.
(automake/aclocal dependency was dropped long time ago)
--Jani
On Mon, 4 Jul 2005, Jon Parise wrote:
jon Mon Jul 4 16:37:08 2005 EDT
Modified files:
/php-src run-tests.php
Log:
If the PHP_AUTOCO
sniper Tue Jul 5 19:48:47 2005 EDT
Modified files:
/php-src/ext/standard incomplete_class.c php_incomplete_class.h
Log:
- Fixed crash in serialize() + classes. (64bit only)
http://cvs.php.net/diff.php/php-src/ext/standard/incomplete_class.c?r1=1.26&r2
Let'us be short: you have no experience in writing letters!!!
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
wez Wed Jul 6 02:06:23 2005 EDT
Modified files:
/php-srcrun-tests.php
Log:
Add a new kind of test to the test harness. REDIRECTTEST sections allow an
extension to piggy-back on the tests defined under another dir and run those.
Example of its use f
wez Wed Jul 6 02:07:27 2005 EDT
Added files:
/php-src/ext/pdo/tests pdo_001.phpt pdo_002.phpt pdo_003.phpt
pdo_004.phpt pdo_005.phpt pdo_006.phpt
pdo_007.phpt pdo_008.phpt pdo_009.phpt
wez Wed Jul 6 02:08:53 2005 EDT
Added files:
/php-src/ext/pdo_sqlite/tests common.phpt
Log:
Add a redirect test to run the common pdo core tests against the sqlite
driver
http://cvs.php.net/co.php/php-src/ext/pdo_sqlite/tests/common.phpt?r=1.
wez Wed Jul 6 02:09:13 2005 EDT
Removed files:
/php-src/ext/pdo_sqlite/tests connection.inc pdo_001.phpt
pdo_002.phpt pdo_003.phpt
pdo_004.phpt pdo_005.phpt
wez Wed Jul 6 02:10:52 2005 EDT
Added files:
/php-src/ext/pdo_odbc/tests common.phpt
Removed files:
/php-src/ext/pdo_odbc/tests connection.inc pdo_001.phpt
pdo_002.phpt pdo_003.phpt pdo_004.phpt
wez Wed Jul 6 02:13:44 2005 EDT
Modified files:
/php-src/ext/pdo/tests pdo_016.phpt
Log:
last minute debug stuff sneaked in
http://cvs.php.net/diff.php/php-src/ext/pdo/tests/pdo_016.phpt?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/pdo/tests/pdo_016.phpt
diff
dmitry Wed Jul 6 02:58:44 2005 EDT
Modified files:
/php-src/ext/soap soap.c
Log:
Fixed SIGSEGV during error processing on some systems (linux/ppc)
http://cvs.php.net/diff.php/php-src/ext/soap/soap.c?r1=1.152&r2=1.153&ty=u
Index: php-src/ext/soap/soap.c
di
dmitry Wed Jul 6 02:59:07 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/soap soap.c
Log:
Fixed SIGSEGV during error processing on some systems (linux/ppc)
http://cvs.php.net/diff.php/php-src/ext/soap/soap.c?r1=1.110.2.39&r2=1.110.2.40&ty=u
Index:
22 matches
Mail list logo