summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.4.4php-5.4.4PHP-5.4.4Stanislav Malyshev2012-06-122-3/+3
|
* merge NEWS, add #61755Stanislav Malyshev2012-06-121-16/+17
|
* merge NEWS entriesStanislav Malyshev2012-06-061-0/+12
|
* fix testStanislav Malyshev2012-05-291-1/+1
|
* fix testStanislav Malyshev2012-05-291-1/+1
|
* 5.4.4 rc2Stanislav Malyshev2012-05-292-3/+3
|
* fix CVE-2012-2143Stanislav Malyshev2012-05-293-1/+22
|
* add CVEStanislav Malyshev2012-05-281-1/+1
|
* fix unchecked emallocStanislav Malyshev2012-05-281-3/+3
|
* update NEWSStanislav Malyshev2012-05-281-0/+11
|
* Fix bug #62146 com_dotnet cannot be built shared, tested by AnatoliyJohannes Schlüter2012-05-288-28/+36
|
* Fixed bug #62097Gustavo André dos Santos Lopes2012-05-232-0/+23
| | | | | | This fixes the fix for bug #54547 in 32-bit machines by accepting float comparisons in 32-bit machines as long as the integer is not larger than the mantissa.
* update NEWSStanislav Malyshev2012-05-231-5/+1
|
* Revert "Implemented FR #61602 Allow access to name of constant used as ↵Xinchen Hui2012-05-234-192/+8
| | | | | | | | | | | | | default value" This reverts commit 054f3e3ce5af13c2c3a6ccd54f7dc3e2f6cd4f74. See: http://news.php.net/php.cvs/69137 and the author confirmed. Will commit later after the author fixed this then make a new PR. Conflicts: ext/reflection/php_reflection.c
* Fix typo while resolving conflictsXinchen Hui2012-05-231-1/+1
|
* Revert "Implemented FR #61602 Allow access to name of constant used as ↵Xinchen Hui2012-05-231-0/+9
| | | | | | | | | | | | | default value" This reverts commit 054f3e3ce5af13c2c3a6ccd54f7dc3e2f6cd4f74. See: http://news.php.net/php.cvs/69137 and the author confirmed. Will commit later after the author fixed this then make a new PR. Conflicts: ext/reflection/php_reflection.c
* Fixed bug #62082Gustavo André dos Santos Lopes2012-05-232-3/+19
| | | | | This was a buffer overflow in internal function get_icu_disp_value_src_php().
* add news for new pg_ functionsStanislav Malyshev2012-05-212-0/+7
|
* Revert "Update test to fix breakage caused by the previous commit."php-5.4.4RC1Stanislav Malyshev2012-05-151-7/+3
| | | | | This reverts commit 05c8d4766c272e101b5279f0ec432e1b16e74637. Connected to revert 7bbd5521d28ee77c5a8df80174f52dad0112e872.
* fix testStanislav Malyshev2012-05-151-2/+2
|
* update NEWSStanislav Malyshev2012-05-151-0/+4
|
* fd fixStanislav Malyshev2012-05-152-0/+16
|
* fix bug #61065Stanislav Malyshev2012-05-151-0/+10
|
* prepare for 5.4.4Stanislav Malyshev2012-05-153-4/+4
|
* Changes to remaining two tests, #62022zoe slattery2012-05-152-2/+1
|
* Merge branch 'PHP-5.3' into PHP-5.4zoe slattery2012-05-1510-14/+12
|\ | | | | | | | | * PHP-5.3: Small fixes to tests, see #62022
| * Small fixes to tests, see #62022zoe slattery2012-05-1510-14/+12
| |
* | Merge branch 'PHP-5.3' into PHP-5.4zoe slattery2012-05-153-16/+32
|\ \ | |/ | | | | | | * PHP-5.3: Change impl of GZIP_POST, DEFLATE_POST. See #62021
| * Change impl of GZIP_POST, DEFLATE_POST. See #62021zoe slattery2012-05-153-16/+32
| |
* | BFNMichael Wallner2012-05-151-0/+1
| |
* | Fix NEWS entry for #61602.Sebastian Bergmann2012-05-151-0/+4
| |
* | Merge branch 'add-const-name' of git://github.com/reeze/php-src into PHP-5.4Sebastian Bergmann2012-05-155-16/+193
|\ \
| * | Fixed CODING_STANDARD and move parameter parse codereeze2012-04-041-15/+19
| | |
| * | Implemented FR #61602 Allow access to name of constant used as default valuereeze2012-04-035-20/+193
| | |
* | | fix bug #60761 zlib.output_compression fails on refreshMichael Wallner2012-05-153-3/+5
| | |
* | | Bump to 5.4.4-devChristopher Jones2012-05-142-4/+4
| | |
* | | update NEWS/UPGRADINGStanislav Malyshev2012-05-132-8/+16
| | |
* | | fix bug #61782 - __clone/__destruct do not match other methods when checking ↵Stanislav Malyshev2012-05-137-38/+66
| | | | | | | | | | | | access controls
* | | fix bug #54547Stanislav Malyshev2012-05-133-4/+60
| | |
* | | update NEWSStanislav Malyshev2012-05-121-1/+13
| | |
* | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-05-123-2/+18
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | * PHP-5.3: Fixed Bug #62005 (unexpected behavior when incrementally assigning to a member of a null object) fix stack overflow in php_intlog10abs() Conflicts: Zend/zend_execute.c
| * | Fixed Bug #62005 (unexpected behavior when incrementally assigning to a ↵Xinchen Hui2012-05-123-2/+18
| | | | | | | | | | | | member of a null object)
| * | fix stack overflow in php_intlog10abs()Nuno Lopes2012-05-111-2/+2
| | | | | | | | | | | | | | | bug uncovered by LLVM/clang's new -fbounds-checking switch this patch fixes a crash in ext/standard/tests/math/round_large_exp.phpt
* | | fix stack overflow in php_intlog10abs()Nuno Lopes2012-05-111-2/+2
| | | | | | | | | | | | | | | bug uncovered by LLVM/clang's new -fbounds-checking switch this patch fixes a crash in ext/standard/tests/math/round_large_exp.phpt
* | | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-05-111-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.3: Fix bug #61990 ext\spl\examples\tests\dualiterator_001.phpt fails
| * | Fix bug #61990 ext\spl\examples\tests\dualiterator_001.phpt failsAnatoliy Belsky2012-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | This fixes a general issue. In this ticket and not for the first time is being seen, that people are trying to use data from "examples" in the tests. When extracting a test pack only "tests" and its siblings was taken into account. Now "examples" are copied as well.
* | | Merge branch 'remove-useless-func-decleare' of ↵Xinchen Hui2012-05-111-4/+0
|\ \ \ | | | | | | | | | | | | https://github.com/reeze/php-src into PHP-5.4
| * | | Cleanup useless function declaration for traitsReeze Xia2012-05-111-4/+0
| | | |
* | | | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-05-102-1/+33
|\ \ \ \ | | |/ / | |/| | | | | | | | | | * PHP-5.3: Fix bug #61992 ext\standard\tests\general_functions\bug44295.phpt fails
| * | | Fix bug #61992 ext\standard\tests\general_functions\bug44295.phpt failsAnatoliy Belsky2012-05-102-1/+33
| | | | | | | | | | | | | | | | Exception text differ on windows