summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Committing my session cookie patch; it's a bug fix and good to have in theexperimental/first_unicode_implementationDerick Rethans2010-03-161-3/+11
| | | | | history.
* - Moved the Unicode experiment from trunk to its own branch for reference.Derick Rethans2010-03-160-0/+0
|
* decouple the methods in MYSQLND_STMT from the data,Andrey Hristov2010-03-169-168/+188
| | | | | | | | 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.
* - Fix win32 build. (notified by Rob. Thanks)Moriyoshi Koizumi2010-03-152-1/+13
|
* - Fix mem. leakFelipe Pena2010-03-131-1/+2
|
* Fix CVE-2010-0397: null pointer dereference when processing invalid XML-RPCRaphael Geissert2010-03-132-4/+24
| | | | | requests (bug #51288)
* - Oops.Moriyoshi Koizumi2010-03-121-2/+2
|
* allow persistency of PSAndrey Hristov2010-03-1211-129/+137
|
* - Update the bundled libmbfl to the latest on upstream.Moriyoshi Koizumi2010-03-1264-4164/+3435
|
* 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
* Fixed bug #51269 (zlib.output_compression Overwrites Vary Header).Adam Harvey2010-03-112-2/+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-101-1/+1
| | | | | | | 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-093-3/+47
| | | | but 0).
* - Fixed bug #51237 (milter SAPI crash on startup)Felipe Pena2010-03-081-1/+11
| | | | | 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/+186
|
* 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-081-1/+8
|
* - Fixed bug #46111 (Some timezone identifiers can not be parsed).Derick Rethans2010-03-073-3807/+4619
|
* - 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-072-421/+370
|
* - Fixed bug #49059 (DateTime::diff() repeats previous sub() operation).Derick Rethans2010-03-072-0/+36
|
* - Update test cases after the fix for bug #49778.Derick Rethans2010-03-071-2/+2
|
* - Fixed test case, there are Unicode keys here.Derick Rethans2010-03-071-8/+8
|
* - Fixed bug #40778 (DateInterval::format("%a") is always zero when an intervalDerick Rethans2010-03-074-21/+73
| | | | | is created from an ISO string).
* - Fixed bug #50555 (DateTime::sub() allows 'relative' time modifications).Derick Rethans2010-03-072-0/+35
|
* - 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 bug #50392 (date_create_from_format enforces 6 digits for 'u' formatDerick Rethans2010-03-073-153/+137
| | | | | character).
* - Commit updated .re file as well for the "first day of" issue.Derick Rethans2010-03-071-2/+2
|
* - Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not ↵Felipe Pena2010-03-072-1/+133
| | | | 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-071-4/+2
|
* - Fixed tests Felipe Pena2010-03-061-4/+4
|
* 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-062-11130/+11181
| | | | | | 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-061-1/+3
|
* Test misc argument error conditionsChristopher Jones2010-03-062-0/+127
|
* - Fixed bug #49267 (linking fails for iconv)Moriyoshi Koizumi2010-03-053-1/+5
|
* Fixed bug #51086 (DBA DB4 doesn't work with Berkeley DB 4.8)Christopher Jones2010-03-051-1/+37
|
* Auto detect recent versions of Berkeley DB4Christopher Jones2010-03-051-4/+12
|
* Add XFAILChristopher Jones2010-03-051-0/+2
|
* DBA tests: cleanup and sycn. Add new Berkeley DB 4 testsChristopher Jones2010-03-0540-55/+948
|
* Remove magic_quotes from php.ini to match code realityChristopher Jones2010-03-042-58/+0
|
* Fixed bug #51190 (ftp_put() returns false when transfer was successful). Ilia Alshanetsky2010-03-041-1/+1
|
* Mask resource numbersChristopher Jones2010-03-031-3/+3
|
* Fix testRasmus Lerdorf2010-03-031-2/+2
|