]>
granicus.if.org Git - php/log
Hannes Magnusson [Wed, 24 Mar 2010 22:06:21 +0000 (22:06 +0000)]
Fix tests
Hannes Magnusson [Wed, 24 Mar 2010 21:57:30 +0000 (21:57 +0000)]
Fix test (the key can be negative)
Rasmus Lerdorf [Wed, 24 Mar 2010 17:35:25 +0000 (17:35 +0000)]
Get rid of outdated TODO files
Martin Jansen [Wed, 24 Mar 2010 16:30:37 +0000 (16:30 +0000)]
Added FNV and Jenkins's one-at-a-time support to the Windows build.
Rasmus Lerdorf [Wed, 24 Mar 2010 16:23:50 +0000 (16:23 +0000)]
Reset this document
Martin Jansen [Wed, 24 Mar 2010 15:47:40 +0000 (15:47 +0000)]
Added Jenkins's one-at-a-time hash support to ext/hash.
Andrey Hristov [Wed, 24 Mar 2010 15:17:57 +0000 (15:17 +0000)]
Fix a segfault when using a mysqli object after unsuccesssful connect, the
handle should have been allocated with mysqli_init().
Takeshi Abe [Wed, 24 Mar 2010 04:12:19 +0000 (04:12 +0000)]
Fixed bug #51263 (imagettftext and rotated text uses wrong baseline)
Michael Maclean [Tue, 23 Mar 2010 23:39:09 +0000 (23:39 +0000)]
Minor fix to constants registered in ext/hash, and update NEWS
Michael Maclean [Tue, 23 Mar 2010 22:21:39 +0000 (22:21 +0000)]
Add FNV-1 support to ext/hash
Sebastian Bergmann [Tue, 23 Mar 2010 21:19:18 +0000 (21:19 +0000)]
Fix version.
Rasmus Lerdorf [Tue, 23 Mar 2010 18:08:06 +0000 (18:08 +0000)]
Switch default_charset, if not specified, from ISO-8859-1 to UTF-8
I have been wanting to make this change for years, but there is a small
chance of BC issues, so it shouldn't go into a minor release.
Derick Rethans [Tue, 23 Mar 2010 16:04:53 +0000 (16:04 +0000)]
- Set trunk version.
Derick Rethans [Tue, 23 Mar 2010 15:56:08 +0000 (15:56 +0000)]
- Resurrect trunk for branches/PHP_5_3
Kalle Sommer Nielsen [Tue, 23 Mar 2010 13:21:22 +0000 (13:21 +0000)]
Fix declaring
Ilia Alshanetsky [Tue, 23 Mar 2010 11:51:38 +0000 (11:51 +0000)]
Added test for bug #51338
Christopher Jones [Mon, 22 Mar 2010 22:37:20 +0000 (22:37 +0000)]
name changes for consistency with planned additions
Ilia Alshanetsky [Mon, 22 Mar 2010 12:16:45 +0000 (12:16 +0000)]
Fixed bug #51338 (URL-Rewriter is still enabled if use_only_cookies is on).
Felipe Pena [Sat, 20 Mar 2010 18:19:16 +0000 (18:19 +0000)]
- Fixed bug #49429, #51331 (odbc_autocommit doesn't work)
Christopher Jones [Fri, 19 Mar 2010 22:15:40 +0000 (22:15 +0000)]
New tests for existing functionality
Andrei Zmievski [Thu, 18 Mar 2010 22:37:25 +0000 (22:37 +0000)]
I am sorry I tried fixing PHP without extensive discussion on the mailing list.
I am sorry I tried fixing PHP without extensive discussion on the mailing list.
I am sorry I tried fixing PHP without extensive discussion on the mailing list.
Hope all the relevant parties are satisfied.
Andrei Zmievski [Thu, 18 Mar 2010 21:07:38 +0000 (21:07 +0000)]
Fix a few problems with large (2G-4G) file uploads. Added
--enable-large-uploads-fix switch because one change was in SAPI.h structure.
Andrey Hristov [Wed, 17 Mar 2010 18:08:25 +0000 (18:08 +0000)]
Fix for complaint from the Zend MM, efree of a NULL pointer.
Andrey Hristov [Wed, 17 Mar 2010 18:00:47 +0000 (18:00 +0000)]
Fix a bug that a statement that is reset doesn't clean
the wire properly (as it is done when the statement is closed).
If there is more that one result sets returned from the PS
(like a call to SP that returns at least one RSet next to the
status rset) then the line was blocked. PS Multi-Res is not supported
in any libmysql from a GA-ed MySQL.
Andrey Hristov [Wed, 17 Mar 2010 11:40:37 +0000 (11:40 +0000)]
fix valgrind warning introduced with the latest patch. The memory
should be calloc-ed, not malloced, because the code that uses the
stmt storage needs that.
Christopher Jones [Tue, 16 Mar 2010 23:13:50 +0000 (23:13 +0000)]
Update oci_commit tests
Andrey Hristov [Tue, 16 Mar 2010 12:36:57 +0000 (12:36 +0000)]
decouple the methods in MYSQLND_STMT from the data,
needed to move to a new structure MYSQLND_STMT. Makes
the code cleaner and less error-prone.
Also fix PDO/MySQL which directly touch mysqlnd internals
instead of using API calls.
Andrey Hristov [Tue, 16 Mar 2010 12:36:57 +0000 (12:36 +0000)]
decouple the methods in MYSQLND_STMT from the data,
needed to move to a new structure MYSQLND_STMT. Makes
the code cleaner and less error-prone.
Also fix PDO/MySQL which directly touch mysqlnd internals
instead of using API calls.
Rob Richards [Mon, 15 Mar 2010 16:20:19 +0000 (16:20 +0000)]
- Fix win32 build.
Moriyoshi Koizumi [Mon, 15 Mar 2010 14:19:51 +0000 (14:19 +0000)]
- Fix win32 build. (notified by Rob. Thanks)
Moriyoshi Koizumi [Mon, 15 Mar 2010 14:19:51 +0000 (14:19 +0000)]
- Fix win32 build. (notified by Rob. Thanks)
Felipe Pena [Sat, 13 Mar 2010 20:26:51 +0000 (20:26 +0000)]
- Fix mem. leak
Felipe Pena [Sat, 13 Mar 2010 20:26:51 +0000 (20:26 +0000)]
- Fix mem. leak
Raphael Geissert [Sat, 13 Mar 2010 18:40:29 +0000 (18:40 +0000)]
Fix CVE-2010-0397: null pointer dereference when processing invalid XML-RPC
requests (bug #51288)
Raphael Geissert [Sat, 13 Mar 2010 18:40:29 +0000 (18:40 +0000)]
Fix CVE-2010-0397: null pointer dereference when processing invalid XML-RPC
requests (bug #51288)
Christopher Jones [Sat, 13 Mar 2010 00:25:11 +0000 (00:25 +0000)]
New OCI8 test
Moriyoshi Koizumi [Fri, 12 Mar 2010 16:19:25 +0000 (16:19 +0000)]
- Forgot to commit this patch. Sorry.
Moriyoshi Koizumi [Fri, 12 Mar 2010 14:44:35 +0000 (14:44 +0000)]
- Oops.
Andrey Hristov [Fri, 12 Mar 2010 13:03:46 +0000 (13:03 +0000)]
allow persistency of PS
Andrey Hristov [Fri, 12 Mar 2010 13:03:46 +0000 (13:03 +0000)]
allow persistency of PS
Jani Taskinen [Fri, 12 Mar 2010 10:28:59 +0000 (10:28 +0000)]
- Reverted r296062 and r296065
Moriyoshi Koizumi [Fri, 12 Mar 2010 04:55:37 +0000 (04:55 +0000)]
- Update the bundled libmbfl to the latest on upstream.
Moriyoshi Koizumi [Fri, 12 Mar 2010 04:55:37 +0000 (04:55 +0000)]
- Update the bundled libmbfl to the latest on upstream.
Christopher Jones [Fri, 12 Mar 2010 00:27:57 +0000 (00:27 +0000)]
New and improved DBA tests
Hannes Magnusson [Thu, 11 Mar 2010 19:50:04 +0000 (19:50 +0000)]
Fix build (see r296062)
Michael Wallner [Thu, 11 Mar 2010 16:37:24 +0000 (16:37 +0000)]
add backlock socket context option for stream_socket_server(),
which had a hardcoded backlog of 5 at two occurrances
Michael Wallner [Thu, 11 Mar 2010 16:37:24 +0000 (16:37 +0000)]
add backlock socket context option for stream_socket_server(),
which had a hardcoded backlog of 5 at two occurrances
Jani Taskinen [Thu, 11 Mar 2010 11:23:38 +0000 (11:23 +0000)]
- Fix conflict
Jani Taskinen [Thu, 11 Mar 2010 10:24:29 +0000 (10:24 +0000)]
MFH: Improved / fixed output buffering (Michael Wallner)
Adam Harvey [Thu, 11 Mar 2010 06:20:22 +0000 (06:20 +0000)]
Fixed bug #51269 (zlib.output_compression Overwrites Vary Header).
Adam Harvey [Thu, 11 Mar 2010 06:20:22 +0000 (06:20 +0000)]
Fixed bug #51269 (zlib.output_compression Overwrites Vary Header).
Raphael Geissert [Thu, 11 Mar 2010 05:49:50 +0000 (05:49 +0000)]
Properly skip tests that require the bundled gd lib when the external is used
Raphael Geissert [Thu, 11 Mar 2010 05:49:50 +0000 (05:49 +0000)]
Properly skip tests that require the bundled gd lib when the external is used
Felipe Pena [Wed, 10 Mar 2010 22:58:46 +0000 (22:58 +0000)]
- Fixed bug #51257 (CURL_VERSION_LARGEFILE incorrectly used after libcurl version 7.10.1)
patch by: aron dot ujvari at microsec dot hu
Felipe Pena [Wed, 10 Mar 2010 22:58:46 +0000 (22:58 +0000)]
- Fixed bug #51257 (CURL_VERSION_LARGEFILE incorrectly used after libcurl version 7.10.1)
patch by: aron dot ujvari at microsec dot hu
Christopher Jones [Tue, 9 Mar 2010 18:06:20 +0000 (18:06 +0000)]
Mask name of older DB4 versions
Christopher Jones [Tue, 9 Mar 2010 18:06:20 +0000 (18:06 +0000)]
Mask name of older DB4 versions
Adam Harvey [Tue, 9 Mar 2010 05:08:31 +0000 (05:08 +0000)]
Fixed bug #51242 (Empty mysql.default_port does not default to 3306 anymore, but 0).
Adam Harvey [Tue, 9 Mar 2010 05:08:31 +0000 (05:08 +0000)]
Fixed bug #51242 (Empty mysql.default_port does not default to 3306 anymore, but 0).
Felipe Pena [Mon, 8 Mar 2010 23:29:46 +0000 (23:29 +0000)]
- Fixed bug #51237 (milter SAPI crash on startup)
patch by: igmar at palsenberg dot com
Felipe Pena [Mon, 8 Mar 2010 23:29:46 +0000 (23:29 +0000)]
- Fixed bug #51237 (milter SAPI crash on startup)
patch by: igmar at palsenberg dot com
Felipe Pena [Mon, 8 Mar 2010 22:58:31 +0000 (22:58 +0000)]
- Fix php-milter sample usage (-r option doesn't exists here)
Felipe Pena [Mon, 8 Mar 2010 22:58:31 +0000 (22:58 +0000)]
- Fix php-milter sample usage (-r option doesn't exists here)
Derick Rethans [Mon, 8 Mar 2010 20:08:51 +0000 (20:08 +0000)]
- Updated to version 2010.5 (2010e)
Derick Rethans [Mon, 8 Mar 2010 20:08:51 +0000 (20:08 +0000)]
- Updated to version 2010.5 (2010e)
Kalle Sommer Nielsen [Mon, 8 Mar 2010 15:51:08 +0000 (15:51 +0000)]
Rename the HAVE_LIBICONV_IN_LIBICONV macro to ICONV_ALIASED_LIBICONV, making it less cryptic
Kalle Sommer Nielsen [Mon, 8 Mar 2010 15:51:08 +0000 (15:51 +0000)]
Rename the HAVE_LIBICONV_IN_LIBICONV macro to ICONV_ALIASED_LIBICONV, making it less cryptic
William Martin [Mon, 8 Mar 2010 15:16:51 +0000 (15:16 +0000)]
Add some bcmath tests
William Martin [Mon, 8 Mar 2010 15:16:51 +0000 (15:16 +0000)]
Add some bcmath tests
Kalle Sommer Nielsen [Mon, 8 Mar 2010 14:04:35 +0000 (14:04 +0000)]
Fix linking of iconv on Windows
Kalle Sommer Nielsen [Mon, 8 Mar 2010 14:04:35 +0000 (14:04 +0000)]
Fix linking of iconv on Windows
Ilia Alshanetsky [Mon, 8 Mar 2010 12:39:44 +0000 (12:39 +0000)]
Fixed bug #51213 (pdo_mssql is trimming value of the money column).
Ilia Alshanetsky [Mon, 8 Mar 2010 12:39:44 +0000 (12:39 +0000)]
Fixed bug #51213 (pdo_mssql is trimming value of the money column).
Derick Rethans [Sun, 7 Mar 2010 19:18:06 +0000 (19:18 +0000)]
- Fixed bug #46111 (Some timezone identifiers can not be parsed).
Derick Rethans [Sun, 7 Mar 2010 19:18:06 +0000 (19:18 +0000)]
- Fixed bug #46111 (Some timezone identifiers can not be parsed).
Derick Rethans [Sun, 7 Mar 2010 19:13:19 +0000 (19:13 +0000)]
- Re-generate mapping files, but now with BC zones as well.
#- Fixes the test case for bug #17988 that used a few of those.
Derick Rethans [Sun, 7 Mar 2010 19:13:19 +0000 (19:13 +0000)]
- Re-generate mapping files, but now with BC zones as well.
#- Fixes the test case for bug #17988 that used a few of those.
Derick Rethans [Sun, 7 Mar 2010 18:21:23 +0000 (18:21 +0000)]
- Fixed bug #48902 (Timezone database fallback map is outdated).
Derick Rethans [Sun, 7 Mar 2010 18:21:23 +0000 (18:21 +0000)]
- Fixed bug #48902 (Timezone database fallback map is outdated).
Derick Rethans [Sun, 7 Mar 2010 17:25:16 +0000 (17:25 +0000)]
- Fixed bug #49059 (DateTime::diff() repeats previous sub() operation).
Derick Rethans [Sun, 7 Mar 2010 17:25:16 +0000 (17:25 +0000)]
- Fixed bug #49059 (DateTime::diff() repeats previous sub() operation).
Derick Rethans [Sun, 7 Mar 2010 17:23:40 +0000 (17:23 +0000)]
- Update test cases after the fix for bug #49778.
Derick Rethans [Sun, 7 Mar 2010 17:23:40 +0000 (17:23 +0000)]
- Update test cases after the fix for bug #49778.
Derick Rethans [Sun, 7 Mar 2010 17:20:08 +0000 (17:20 +0000)]
- Fixed test case, there are Unicode keys here.
Derick Rethans [Sun, 7 Mar 2010 15:26:39 +0000 (15:26 +0000)]
- Fixed bug #40778 (DateInterval::format("%a") is always zero when an interval
is created from an ISO string).
Derick Rethans [Sun, 7 Mar 2010 15:26:39 +0000 (15:26 +0000)]
- Fixed bug #40778 (DateInterval::format("%a") is always zero when an interval
is created from an ISO string).
Felipe Pena [Sun, 7 Mar 2010 13:58:02 +0000 (13:58 +0000)]
- Fix order
Derick Rethans [Sun, 7 Mar 2010 13:54:46 +0000 (13:54 +0000)]
- Fixed bug #50555 (DateTime::sub() allows 'relative' time modifications).
Derick Rethans [Sun, 7 Mar 2010 13:54:46 +0000 (13:54 +0000)]
- Fixed bug #50555 (DateTime::sub() allows 'relative' time modifications).
Derick Rethans [Sun, 7 Mar 2010 13:47:06 +0000 (13:47 +0000)]
- Change this test case because non-6 digits are supported now, and clarify
that the "1" doesn't show because the precision isn't high enough. (Same
happens if you change it to 9).
Derick Rethans [Sun, 7 Mar 2010 13:47:06 +0000 (13:47 +0000)]
- Change this test case because non-6 digits are supported now, and clarify
that the "1" doesn't show because the precision isn't high enough. (Same
happens if you change it to 9).
Derick Rethans [Sun, 7 Mar 2010 13:11:44 +0000 (13:11 +0000)]
- Fixed copyright year.
Derick Rethans [Sun, 7 Mar 2010 13:08:47 +0000 (13:08 +0000)]
- Fixed bug #50392 (date_create_from_format enforces 6 digits for 'u' format
character).
Derick Rethans [Sun, 7 Mar 2010 13:08:47 +0000 (13:08 +0000)]
- Fixed bug #50392 (date_create_from_format enforces 6 digits for 'u' format
character).
Derick Rethans [Sun, 7 Mar 2010 13:05:11 +0000 (13:05 +0000)]
- Commit updated .re file as well for the "first day of" issue.
Felipe Pena [Sun, 7 Mar 2010 02:17:11 +0000 (02:17 +0000)]
- Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include file and line in trace)
Felipe Pena [Sun, 7 Mar 2010 02:17:11 +0000 (02:17 +0000)]
- Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include file and line in trace)
Felipe Pena [Sun, 7 Mar 2010 00:57:19 +0000 (00:57 +0000)]
- New test
Felipe Pena [Sun, 7 Mar 2010 00:57:19 +0000 (00:57 +0000)]
- New test
Felipe Pena [Sun, 7 Mar 2010 00:49:34 +0000 (00:49 +0000)]
- Fixed bug #50810 (property_exists does not work for private)