summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* reorder entries and fix typophp-7.0.7PHP-7.0.7Anatol Belski2016-05-251-5/+5
|
* set version and update NEWSAnatol Belski2016-05-253-4/+10
|
* Merge branch 'PHP-5.5' into PHP-7.0.7Stanislav Malyshev2016-05-244-4/+34
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fix memory leak in imagescale() Update NEWS Better fix for bug #72135 Fixed bug #72227: imagescale out-of-bounds read Fix bug #72241: get_icu_value_internal out-of-bounds read Fix bug #72135 - don't create strings with lengths outside int range Add check for string overflow to all string add operations Fix bug #72114 - int/size_t confusion in fread Updated NEWS Fixed bug #71331 - Uninitialized pointer in phar_make_dirstream() Conflicts: Zend/zend_operators.c ext/intl/locale/locale_methods.c ext/phar/dirstream.c ext/phar/tests/bug71331.phpt ext/standard/file.c ext/standard/html.c
| * Fix memory leak in imagescale()Stanislav Malyshev2016-05-242-4/+4
| |
| * Update NEWSStanislav Malyshev2016-05-241-2/+12
| |
| * Better fix for bug #72135Stanislav Malyshev2016-05-241-4/+5
| |
| * Fixed bug #72227: imagescale out-of-bounds readStanislav Malyshev2016-05-232-8/+23
| | | | | | | | Ported from https://github.com/libgd/libgd/commit/4f65a3e4eedaffa1efcf9ee1eb08f0b504fbc31a
| * Fix bug #72241: get_icu_value_internal out-of-bounds readStanislav Malyshev2016-05-222-117/+132
| |
| * Fix bug #72135 - don't create strings with lengths outside int rangeStanislav Malyshev2016-05-151-23/+27
| |
| * Add check for string overflow to all string add operationsStanislav Malyshev2016-05-091-0/+7
| |
| * Fix bug #72114 - int/size_t confusion in freadStanislav Malyshev2016-05-092-0/+18
| |
| * Updated NEWSJulien Pauli2016-05-021-5/+8
| |
| * Backport of fixed for bug #71331 - Uninitialized pointer in ↵Julien Pauli2016-05-024-2/+18
| |\ | | | | | | | | | phar_make_dirstream()
| | * Fixed bug #71331 - Uninitialized pointer in phar_make_dirstream()Stanislav Malyshev2016-04-284-2/+18
| | |
* | | set versionsphp-7.0.7RC1Anatol Belski2016-05-103-4/+4
| | |
* | | Fixed bug #72174Nikita Popov2016-05-104-2/+48
| | | | | | | | | | | | Also fixes a memory leak if ::getValue() is used with __get().
* | | update NEWSAnatol Belski2016-05-091-0/+1
| | |
* | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-05-090-0/+0
|\ \ \ | | | | | | | | | | | | | | | | * PHP-5.6: update NEWS
| * | | update NEWSAnatol Belski2016-05-091-0/+3
| | | |
* | | | Revert "Fixed bug #71820 pg_fetch_object bind parameters before call ↵Anatol Belski2016-05-094-239/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | constructor" This reverts commit b4eedd128ba9f61be08a50c94afd72837d7cf70b. This fixed bug #72151, and reverts the fix for bug #71820. See also bug #50636 and #49521 for the history.
* | | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-05-090-0/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-5.6: Revert "Backport patch for bug #71820"
| * | | Revert "Backport patch for bug #71820"Anatol Belski2016-05-094-225/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1b632cfe834bfd87d182566d7d960df7d10ded72. This fixed bug #72151, and reverts the fix for bug #71820. See also bug #50636 and #49521 for the history.
* | | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-05-082-0/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-5.6: Fixed bug #64524 Add intl.use_exceptions to php.ini-*
| * | | Fixed bug #64524 Add intl.use_exceptions to php.ini-*Anatol Belski2016-05-082-0/+2
| | | |
* | | | Fixed testXinchen Hui2016-05-071-0/+7
| | | |
* | | | Strlen cleanup (additions for previous one fix)Xinchen Hui2016-05-072-4/+5
| | | | | | | | | | | | | | | | Probably compilers will do similar optimization
* | | | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-05-061-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: Zend/zend_strtod.c
| * | | Fixed bug #72172 (zend_hex_strtod should not use strlen)Xinchen Hui2016-05-062-1/+5
| | | |
* | | | Revert "Fixed bug #72170 (JsonSerializable may inc apply count without dec it)"Xinchen Hui2016-05-063-79/+38
| | | | | | | | | | | | | | | | This reverts commit 459a7cc209da130256d66c1f896199540f4dadbc.
* | | | Fixed bug #72170 (JsonSerializable may inc apply count without dec it)Xinchen Hui2016-05-063-38/+79
| | | | | | | | | | | | | | | | I don't want use zend_try here, but seems I have no choice :<
* | | | update NEWSAnatol Belski2016-05-061-0/+3
| | | |
* | | | reorder entry alphabeticallyAnatol Belski2016-05-061-4/+4
| | | |
* | | | Re-fix #72165Anatol Belski2016-05-062-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | Reverted previous wrong patch, throw warning for numeric keys. Numeric field names are not supported, see "distinguished name" section here https://www.openssl.org/docs/manmaster/apps/req.html
* | | | Revert "Fixed bug #72165 Null pointer dereference - openssl_csr_new"Anatol Belski2016-05-062-26/+3
| | | | | | | | | | | | | | | | This reverts commit 7277c85765d1053c8cd1d1093902df541b3d101a.
* | | | Fixed bug #72165 Null pointer dereference - openssl_csr_newAnatol Belski2016-05-062-3/+26
| | | |
* | | | Fixed testXinchen Hui2016-05-061-4/+3
| | | |
* | | | Revert "Fix bug #72162 (again)"Xinchen Hui2016-05-061-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem is because we release p->value too early and later you try to convert an object to string, which is a fatal error then leave p->value double free, change to expect long is a BC break This reverts commit 8e5b38100411d3b8fa4486c7c41dec7dedb4b474.
* | | | Fix bug #72162 (again)Nikita Popov2016-05-051-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not sure what the previous fix was supposed to do. The issue was that error_reporting() simply assumes that the value must either be an integer or a string. Fixed by using zpp properly.
* | | | Fixed bug #72164 (Null Pointer Dereference - mb_ereg_replace)Xinchen Hui2016-05-053-6/+29
| | | |
* | | | Fixed bug #72154 (pcntl_wait/pcntl_waitpid array internal structure overwrite)Xinchen Hui2016-05-053-10/+36
| | | |
* | | | Fixed bug #72157 (use-after-free caused by dba_open)Xinchen Hui2016-05-053-5/+26
| | | |
* | | | Fixed bug #72162 (use-after-free - error_reporting)Xinchen Hui2016-05-053-2/+15
| | | |
* | | | Fix JMPZ, JMPZNZ_EX chain optimizationNikita Popov2016-05-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The result_type was not copied, resulting in a corrupted JMPZ_EX. Fix can be verified by inspecting the opcodes of the following function (it should not contain any _EX opcodes): function test() { if ($a && $b) { echo "a"; } if ($b || $c || $d) { echo "b"; } } Conflicts: ext/opcache/Optimizer/block_pass.c
* | | | Fix bug #72159Nikita Popov2016-05-045-32/+73
| | | |
* | | | fix NEWS, patch for #71428 was revertedAnatol Belski2016-05-041-1/+0
| | | |
* | | | correct wordingJoe Watkins2016-05-041-2/+1
| | | |
* | | | add compiler option to disable builtins (special case function calls)Joe Watkins2016-05-043-2/+12
| | | |
* | | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-05-033-0/+53
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-5.6: add test fo rbug 71805
| * | | add test fo rbug 71805Anatol Belski2016-05-033-0/+53
| | | |
* | | | update libs versionsAnatol Belski2016-05-031-1/+1
| | | |