summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix windows buildphp-5.5.25PHP-5.5.25Ferenc Kovacs2015-05-141-7/+0
|
* Updated NEWS to reflect cherry picks from 5.4Julien Pauli2015-05-131-0/+16
|
* Fix bug #69453 - don't try to cut empty stringStanislav Malyshev2015-05-132-1/+22
|
* Fix bug #69545 - avoid overflow when reading listStanislav Malyshev2015-05-131-41/+41
|
* Backport of Fix bug #69522 - do not allow int overflowJulien Pauli2015-05-131-1/+1
|
* Add test for bug #69522Stanislav Malyshev2015-05-132-0/+17
|
* Update testsStanislav Malyshev2015-05-137-39/+289
| | | | | Conflicts: ext/standard/tests/dir/opendir_variation1-win32.phpt
* Forgot test fileStanislav Malyshev2015-05-131-0/+0
|
* Fix bug #69403 and other int overflowsStanislav Malyshev2015-05-133-15/+24
|
* Fixed bug #69418 - more s->p fixes for filenamesStanislav Malyshev2015-05-134-81/+88
| | | | | | Conflicts: ext/pcntl/pcntl.c ext/standard/basic_functions.c
* Fixed bug #69364 - use smart_str to assemble stringsStanislav Malyshev2015-05-131-24/+27
|
* 5.5.25Julien Pauli2015-05-123-4/+4
|
* 5.5.25RC1php-5.5.25RC1Julien Pauli2015-04-293-4/+4
|
* Use new structures for tzdb header here as wellDerick Rethans2015-04-291-5/+5
|
* This doesn't work in PHP 5.5 - sigh, I wish the libs were kept in syncDerick Rethans2015-04-291-6/+6
|
* Split header reading in 32bit and 64bit variants.Derick Rethans2015-04-293-103/+127
| | | | | | We need to use the 64bit header for the second set of transitions, as there could be a different amount of transitions. This also opens up the way towards real 64bit support.
* Merge whitespace changes that have been made to timelib and PHP-5.6 and masterDerick Rethans2015-04-289-67/+67
|
* backported patch for bug #69472Anatol Belski2015-04-282-1/+3
|
* updated NEWSAnatol Belski2015-04-281-0/+2
|
* Fixed bug #69381 out of memory with sage odbc driverFrederic Marchal2015-04-281-0/+9
| | | | | | | This is just a hotfix as there are still drivers with no full ODBC 3.x support. This patch origins from bug #68350 which was solved by the proper 3.0 migration, another driver (Sage) turned out to have the real issue.
* Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2015-04-281-0/+4
|\ | | | | | | | | * PHP-5.4: fix VC9 build with PCRE
| * fix VC9 build with PCREAnatol Belski2015-04-281-0/+4
| |
* | Revert "Fix segfault in ext/date since 957aa2"Matteo Beccati2015-04-281-2/+2
| | | | | | | | | | | | This reverts commit b5e5098c50397ed910a79ac1d64b7d0fff2c02e1. A proper fix from Derick is underway. I apologise for stepping on his toes ;)
* | relax tests with huge year (new zic)Remi Collet2015-04-283-9/+9
| |
* | ignore second value for huge timestamp test (new zic)Remi Collet2015-04-281-2/+2
| |
* | relax test for date < INT32_MIN (new zic)Remi Collet2015-04-281-11/+11
| |
* | relax bigbang content (new zic)Remi Collet2015-04-281-3/+3
| |
* | Make date transitions tests more flexibleRemi Collet2015-04-282-8/+8
| | | | | | | | | | | | zic in recent glibc (2.20) introduce a new transitionn so use a range to avoid failure when total number of transitions is different (243/244)
* | Fix segfault in ext/date since 957aa2Matteo Beccati2015-04-281-2/+2
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-04-2765-4343/+5103
|\ \ | |/ | | | | | | * PHP-5.4: Upgrade PCRE to 8.36, it fixes some crashes
| * Upgrade PCRE to 8.36, it fixes some crashesStanislav Malyshev2015-04-2754-8792/+16018
| | | | | | | | We probably will need to go to 8.37 once it is released.
* | Fixed location reading due to file format changesDerick Rethans2015-04-262-587/+640
| |
* | - Updated to version 2015.4 (2015d)Derick Rethans2015-04-241-14757/+41804
| |
* | Set NULL after efreeYasuo Ohgaki2015-04-241-0/+1
| |
* | Add entry for bug #69152 in 5.5.24Lior Kaplan2015-04-221-0/+2
| |
* | Add merged bug fixes into 5.5.24Lior Kaplan2015-04-221-9/+9
| | | | | | | | Done in commits 25cb6f00 and 363e6ce6
* | Remove tail blank which is committed by accidentXinchen Hui2015-04-211-1/+1
| |
* | Fixed Bug #69467 (Wrong checked for the interface by using Trait)Xinchen Hui2015-04-213-2/+26
| |
* | updated NEWSAnatol Belski2015-04-191-0/+2
| |
* | fix more dir separatorsAnatol Belski2015-04-191-1/+1
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Hannes Magnusson2015-04-171-4/+14
|\ \ | |/ | | | | | | | | * PHP-5.4: phpweb now publishes SHA256s -- and please don't cc php-announce@ - make it seperate mail Fixed res leak
| * phpweb now publishes SHA256s -- and please don't cc php-announce@ - make it ↵Hannes Magnusson2015-04-171-4/+14
| | | | | | | | seperate mail
| * Fixed res leakXinchen Hui2015-04-141-3/+4
| |
* | fix column name attribute with ODBC 3.0Anatol Belski2015-04-172-3/+3
| |
* | migrate SQLAllocStmt for ODBC 3.0 complianceAnatol Belski2015-04-172-13/+15
| |
* | 66550 will be part of 5.5.24Ferenc Kovacs2015-04-151-4/+2
| |
* | Updated NEWSJulien Pauli2015-04-151-14/+14
| |
* | fix dir separator in testAnatol Belski2015-04-151-2/+2
| |
* | Fixed res leakXinchen Hui2015-04-151-3/+4
| |
* | Fixed warningsXinchen Hui2015-04-151-1/+2
| |