summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Renamed the 5.4 branch as the general consensus is that new developmentexperimental/the_5_4_that_isnt_5_4Derick Rethans2010-03-160-0/+0
| | | | | doesn't go into a branch, but to trunk.
* mergeAndrey Hristov2010-03-1616-280/+308
|
* - Forgot to commit this patch. Sorry.Moriyoshi Koizumi2010-03-121-2/+2
|
* MF53: - Update the bundled libmbfl to the latest on upstream. (r296101)Jani Taskinen2010-03-1255-2708/+3429
|\
| * - Update the bundled libmbfl to the latest on upstream.Moriyoshi Koizumi2010-03-1255-2708/+3429
| |
* | - Merged 2 of these, nuke one totally outdated and irrelevant.Jani Taskinen2010-03-123-94/+2
| | | | | | | | | | | | # Quite likely most if not all of TODO is also replaced by some Wiki page. # If so, replace the file contents with URL to the correct place :)
* | - These are no longer relevantJani Taskinen2010-03-127-14191/+0
| |
* | MF53: New and improved DBA testsJani Taskinen2010-03-125-0/+177
|\ \ | |/
| * New and improved DBA testsChristopher Jones2010-03-125-0/+177
| |
| * Fix build (see r296062)Hannes Magnusson2010-03-111-1/+1
| |
| * add backlock socket context option for stream_socket_server(),Michael Wallner2010-03-112-2/+15
| | | | | | | | | | which had a hardcoded backlog of 5 at two occurrances
* | Merged r296086Jani Taskinen2010-03-121-1/+1
| |
* | MF53:- Added backlog socket context option for stream_socket_server(). (Mike)Jani Taskinen2010-03-122-2/+15
| |
* | - This is 5.4.0 (for now..:)Jani Taskinen2010-03-112-6/+6
| |
* | Hello PHP 5.4, open for all new stuff.Jani Taskinen2010-03-110-0/+0
|/
* - Fix conflictJani Taskinen2010-03-111-12/+0
|
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-11108-3314/+4020
|
* Fixed bug #51269 (zlib.output_compression Overwrites Vary Header).Adam Harvey2010-03-113-1/+23
|
* Properly skip tests that require the bundled gd lib when the external is usedRaphael Geissert2010-03-117-4/+7
|
* - Fixed bug #51257 (CURL_VERSION_LARGEFILE incorrectly used after libcurl ↵Felipe Pena2010-03-102-1/+3
| | | | | | | version 7.10.1) patch by: aron dot ujvari at microsec dot hu
* Mask name of older DB4 versionsChristopher Jones2010-03-091-2/+2
|
* Fixed bug #51242 (Empty mysql.default_port does not default to 3306 anymore, ↵Adam Harvey2010-03-094-3/+49
| | | | but 0).
* - Fixed bug #51237 (milter SAPI crash on startup)Felipe Pena2010-03-082-1/+12
| | | | | patch by: igmar at palsenberg dot com
* - Fix php-milter sample usage (-r option doesn't exists here)Felipe Pena2010-03-081-2/+1
|
* - Updated to version 2010.5 (2010e)Derick Rethans2010-03-081-102/+102
|
* Rename the HAVE_LIBICONV_IN_LIBICONV macro to ICONV_ALIASED_LIBICONV, making ↵Kalle Sommer Nielsen2010-03-084-6/+6
| | | | it less cryptic
* Add some bcmath testsWilliam Martin2010-03-0814-0/+185
|
* Fix linking of iconv on WindowsKalle Sommer Nielsen2010-03-081-0/+1
|
* Fixed bug #51213 (pdo_mssql is trimming value of the money column).Ilia Alshanetsky2010-03-082-1/+10
|
* - Fixed bug #46111 (Some timezone identifiers can not be parsed).Derick Rethans2010-03-074-3807/+4620
|
* - Re-generate mapping files, but now with BC zones as well.Derick Rethans2010-03-071-0/+525
| | | | | #- Fixes the test case for bug #17988 that used a few of those.
* - Fixed bug #48902 (Timezone database fallback map is outdated).Derick Rethans2010-03-073-421/+371
|
* - Fixed bug #49059 (DateTime::diff() repeats previous sub() operation).Derick Rethans2010-03-073-0/+38
|
* - Update test cases after the fix for bug #49778.Derick Rethans2010-03-071-2/+2
|
* - Fixed bug #40778 (DateInterval::format("%a") is always zero when an intervalDerick Rethans2010-03-075-4/+50
| | | | | is created from an ISO string).
* - Fix orderFelipe Pena2010-03-071-1/+1
|
* - Fixed bug #50555 (DateTime::sub() allows 'relative' time modifications).Derick Rethans2010-03-073-0/+37
|
* - Change this test case because non-6 digits are supported now, and clarifyDerick Rethans2010-03-071-3/+3
| | | | | | that the "1" doesn't show because the precision isn't high enough. (Same happens if you change it to 9).
* - Fixed copyright year.Derick Rethans2010-03-071-1/+1
|
* - Fixed bug #50392 (date_create_from_format enforces 6 digits for 'u' formatDerick Rethans2010-03-074-154/+140
| | | | | character).
* - Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not ↵Felipe Pena2010-03-073-1/+135
| | | | include file and line in trace)
* - New testFelipe Pena2010-03-071-0/+46
|
* - Fixed bug #50810 (property_exists does not work for private)Felipe Pena2010-03-072-4/+3
|
* - Fixed tests Felipe Pena2010-03-061-4/+4
|
* Add NEWS entries for filter overflow fixRaphael Geissert2010-03-061-0/+2
|
* Detect overflows before they occur in the filter extension (bug #51023)Raphael Geissert2010-03-062-21/+50
| | | | | Thanks to Sean Finney for the patch
* - Fixed bug #51096 ('last day' and 'first day' are handled incorrectly whenDerick Rethans2010-03-064-11133/+11186
| | | | | | parsing date strings). - For 5.2 I just added the test case minus new 5.3 additions.
* - Fixed bug #50358 (Compile failure compiling ext/phar/util.lo)Felipe Pena2010-03-062-1/+4
|
* Test misc argument error conditionsChristopher Jones2010-03-062-0/+127
|
* - Fixed bug #49267 (linking fails for iconv)Moriyoshi Koizumi2010-03-053-1/+5
|