summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update NEWSphp-7.0.11PHP-7.0.11Anatol Belski2016-09-131-0/+3
|
* add test for bug #73068Anatol Belski2016-09-131-0/+37
| | | | (cherry picked from commit 248f8c3a91ce28d2d7b1096e6b381ba9029896db)
* Revert "Update to SQLite3 3.13.0"Anatol Belski2016-09-133-56019/+12657
| | | | This reverts commit 81c25abd251014e32452da30c3d18afa73dc64af.
* pick up the safe alloc pieces fromAnatol Belski2016-09-132-5/+5
| | | | | | 19866fb76cf4c95d904ebb0e08592cf38303fae9 (cherry picked from commit c403b3029123aefe0919058b100e80c6bc4e1a6d)
* set versionsAnatol Belski2016-09-132-3/+3
|
* sync NEWSAnatol Belski2016-09-131-0/+17
|
* Fix bug #72293 - Heap overflow in mysqlnd related to BIT fieldsStanislav Malyshev2016-09-121-1/+6
|
* I don't think 8cceb012a7aabf3c36ab7c2724a436f976cdd165 is neededStanislav Malyshev2016-09-121-6/+0
|
* Fix testStanislav Malyshev2016-09-121-0/+5
|
* Add check in fgetcsv in case sizeof(unit) != sizeof(size_t)Anatol Belski2016-09-121-0/+6
| | | | | | | (cherry picked from commit 99ac11222cb2a4e9aa6a865f908b28def349c049) Conflicts: ext/standard/file.c
* Fix bug #73065: Out-Of-Bounds Read in php_wddx_push_element of wddx.cStanislav Malyshev2016-09-122-9/+108
| | | | | | | (cherry picked from commit bbaf784f8d213e201baf67e861f20b38c6e87d3b) Conflicts: ext/wddx/wddx.c
* Fix bug #73035 (Out of bound when verify signature of tar phar in ↵Stanislav Malyshev2016-09-123-1/+19
| | | | | | phar_parse_tarfile) (cherry picked from commit 75ebf471ff46ec6e5ee279b3650c11d51ebaf9e3)
* Fix bug #73052 - Memory Corruption in During Deserialized-object DestructionStanislav Malyshev2016-09-121-0/+18
| | | | | | | | | (cherry picked from commit b6e1e5e0b3e6221c7b14fa10cba30f5c5e719e1b) Conflicts: Zend/zend_objects_API.c ext/standard/var_unserializer.c ext/standard/var_unserializer.re
* Fix bug #73029 - Missing type check when unserializing SplArrayStanislav Malyshev2016-09-122-2/+19
| | | | | | | (cherry picked from commit 6d16288150be33392a3249e417a0929881feb9a2) Conflicts: ext/spl/spl_array.c
* Fix bug #72860: wddx_deserialize use-after-freeStanislav Malyshev2016-09-122-1/+31
| | | | | | | (cherry picked from commit ee552853ff4d72f626102025133e2cd1575043ee) Conflicts: ext/wddx/wddx.c
* Fix bug #73007: add locale length checkStanislav Malyshev2016-09-121-0/+2
| | | | | | | (cherry picked from commit 9e07089626f373d0e7b24b7aeb8b8459aae5f5f8) Conflicts: ext/intl/msgformat/msgformat_format.c
* Fix bug #72928 - Out of bound when verify signature of zip phar in ↵Stanislav Malyshev2016-09-124-1/+47
| | | | | | phar_parse_zipfile (cherry picked from commit 19484ab77466f99c78fc0e677f7e03da0584d6a2)
* sync NEWSAnatol Belski2016-09-111-3/+3
|
* Revert "Merge branch 'PHP-5.6' into PHP-7.0"Anatol Belski2016-09-112-25/+0
| | | | | This reverts commit 946335ba706b7dbfe70a5fc9a1e74ee46af19cfe, reversing changes made to 3437dbfa0097d3c5be69d4efb26a2ecb3edf5168.
* Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-111-2/+2
| | | | (cherry picked from commit f93fd8ce3278923dce16b241aebe428a6b9aa79d)
* Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-111-1/+1
| | | | (cherry picked from commit 8f32d609c586fdaab200d50377eb8b2e2667d2d2)
* Revert "Revert "Merge branch 'PHP-5.6' into PHP-7.0""Anatol Belski2016-09-112-0/+16
| | | | This reverts commit 62d5bfb5277dd84e1a185c567982f2196cd19437.
* fix versionphp-7.0.11RC1Anatol Belski2016-08-301-1/+1
|
* sync NEWSAnatol Belski2016-08-301-0/+2
|
* Fix bug #72957Nikita Popov2016-08-302-12/+22
| | | | (cherry picked from commit bfd4277008d3bda95ff5b418c60d41d50488d33b)
* set versionsAnatol Belski2016-08-302-3/+3
|
* sync NEWSAnatol Belski2016-08-301-3/+1
|
* Revert "Merge branch 'PHP-5.6' into PHP-7.0"Anatol Belski2016-08-302-16/+0
| | | | | This reverts commit 65f0c163f929e48162efc3491fee918bb5c4c280, reversing changes made to 4b45c0a9a7d48a69edba9e00270c49bbe17af4d1.
* Fix bug #72971Nikita Popov2016-08-303-2/+26
|
* Fixed bug #72940 SID always return "name=ID", even if session cookie existYasuo Ohgaki2016-08-303-0/+38
|
* Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-303-0/+18
|\
| * Fix #71882: Negative ftruncate() on php://memory exhausts memoryChristoph M. Becker2016-08-303-0/+18
| | | | | | | | We must not pass negative sizes to a size_t parameter.
* | Merge branch 'pull-request/2043' into PHP-7.0Christoph M. Becker2016-08-303-2/+19
|\ \
| * | Fix #72320: iconv_substr returns false for empty stringsChristoph M. Becker2016-07-292-2/+16
| | | | | | | | | | | | | | | For consistency with substr() and mb_substr(), iconv_substr() should return an empty string instead of FALSE, when $offset == iconv_strlen($str).
* | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-291-0/+6
|\ \ \ | | |/ | |/| | | | | | | * PHP-5.6: fix HANDLE leak
| * | fix HANDLE leakAnatol Belski2016-08-291-0/+6
| | |
* | | update NEWSAnatol Belski2016-08-291-0/+2
| | |
* | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-290-0/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: update NEWS
| * | update NEWSAnatol Belski2016-08-291-0/+2
| | |
* | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-291-2/+3
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: ensure null termination
| * | ensure null terminationAnatol Belski2016-08-291-2/+3
| | |
* | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-292-0/+25
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: Fixed bug #72703 Out of bounds global memory read in BF_crypt triggered by password_verify
| * | Fixed bug #72703 Out of bounds global memory read in BF_crypt triggered by ↵Anatol Belski2016-08-292-0/+25
| | | | | | | | | | | | password_verify
* | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-291-4/+3
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: fix double free
| * | fix double freeAnatol Belski2016-08-291-4/+3
| | |
* | | fix double freeAnatol Belski2016-08-291-1/+1
| | |
* | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-291-0/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: fix leak
| * | fix leakAnatol Belski2016-08-291-0/+1
| | |
* | | fix leakAnatol Belski2016-08-291-0/+1
| | |
* | | fix possible memory leakAnatol Belski2016-08-291-0/+5
| | |