Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5.4.4php-5.4.4PHP-5.4.4 | Stanislav Malyshev | 2012-06-12 | 2 | -3/+3 |
| | |||||
* | merge NEWS, add #61755 | Stanislav Malyshev | 2012-06-12 | 1 | -16/+17 |
| | |||||
* | merge NEWS entries | Stanislav Malyshev | 2012-06-06 | 1 | -0/+12 |
| | |||||
* | fix test | Stanislav Malyshev | 2012-05-29 | 1 | -1/+1 |
| | |||||
* | fix test | Stanislav Malyshev | 2012-05-29 | 1 | -1/+1 |
| | |||||
* | 5.4.4 rc2 | Stanislav Malyshev | 2012-05-29 | 2 | -3/+3 |
| | |||||
* | fix CVE-2012-2143 | Stanislav Malyshev | 2012-05-29 | 3 | -1/+22 |
| | |||||
* | add CVE | Stanislav Malyshev | 2012-05-28 | 1 | -1/+1 |
| | |||||
* | fix unchecked emalloc | Stanislav Malyshev | 2012-05-28 | 1 | -3/+3 |
| | |||||
* | update NEWS | Stanislav Malyshev | 2012-05-28 | 1 | -0/+11 |
| | |||||
* | Fix bug #62146 com_dotnet cannot be built shared, tested by Anatoliy | Johannes Schlüter | 2012-05-28 | 8 | -28/+36 |
| | |||||
* | Fixed bug #62097 | Gustavo André dos Santos Lopes | 2012-05-23 | 2 | -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 NEWS | Stanislav Malyshev | 2012-05-23 | 1 | -5/+1 |
| | |||||
* | Revert "Implemented FR #61602 Allow access to name of constant used as ↵ | Xinchen Hui | 2012-05-23 | 4 | -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 conflicts | Xinchen Hui | 2012-05-23 | 1 | -1/+1 |
| | |||||
* | Revert "Implemented FR #61602 Allow access to name of constant used as ↵ | Xinchen Hui | 2012-05-23 | 1 | -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 #62082 | Gustavo André dos Santos Lopes | 2012-05-23 | 2 | -3/+19 |
| | | | | | This was a buffer overflow in internal function get_icu_disp_value_src_php(). | ||||
* | add news for new pg_ functions | Stanislav Malyshev | 2012-05-21 | 2 | -0/+7 |
| | |||||
* | Revert "Update test to fix breakage caused by the previous commit."php-5.4.4RC1 | Stanislav Malyshev | 2012-05-15 | 1 | -7/+3 |
| | | | | | This reverts commit 05c8d4766c272e101b5279f0ec432e1b16e74637. Connected to revert 7bbd5521d28ee77c5a8df80174f52dad0112e872. | ||||
* | fix test | Stanislav Malyshev | 2012-05-15 | 1 | -2/+2 |
| | |||||
* | update NEWS | Stanislav Malyshev | 2012-05-15 | 1 | -0/+4 |
| | |||||
* | fd fix | Stanislav Malyshev | 2012-05-15 | 2 | -0/+16 |
| | |||||
* | fix bug #61065 | Stanislav Malyshev | 2012-05-15 | 1 | -0/+10 |
| | |||||
* | prepare for 5.4.4 | Stanislav Malyshev | 2012-05-15 | 3 | -4/+4 |
| | |||||
* | Changes to remaining two tests, #62022 | zoe slattery | 2012-05-15 | 2 | -2/+1 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | zoe slattery | 2012-05-15 | 10 | -14/+12 |
|\ | | | | | | | | | * PHP-5.3: Small fixes to tests, see #62022 | ||||
| * | Small fixes to tests, see #62022 | zoe slattery | 2012-05-15 | 10 | -14/+12 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | zoe slattery | 2012-05-15 | 3 | -16/+32 |
|\ \ | |/ | | | | | | | * PHP-5.3: Change impl of GZIP_POST, DEFLATE_POST. See #62021 | ||||
| * | Change impl of GZIP_POST, DEFLATE_POST. See #62021 | zoe slattery | 2012-05-15 | 3 | -16/+32 |
| | | |||||
* | | BFN | Michael Wallner | 2012-05-15 | 1 | -0/+1 |
| | | |||||
* | | Fix NEWS entry for #61602. | Sebastian Bergmann | 2012-05-15 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'add-const-name' of git://github.com/reeze/php-src into PHP-5.4 | Sebastian Bergmann | 2012-05-15 | 5 | -16/+193 |
|\ \ | |||||
| * | | Fixed CODING_STANDARD and move parameter parse code | reeze | 2012-04-04 | 1 | -15/+19 |
| | | | |||||
| * | | Implemented FR #61602 Allow access to name of constant used as default value | reeze | 2012-04-03 | 5 | -20/+193 |
| | | | |||||
* | | | fix bug #60761 zlib.output_compression fails on refresh | Michael Wallner | 2012-05-15 | 3 | -3/+5 |
| | | | |||||
* | | | Bump to 5.4.4-dev | Christopher Jones | 2012-05-14 | 2 | -4/+4 |
| | | | |||||
* | | | update NEWS/UPGRADING | Stanislav Malyshev | 2012-05-13 | 2 | -8/+16 |
| | | | |||||
* | | | fix bug #61782 - __clone/__destruct do not match other methods when checking ↵ | Stanislav Malyshev | 2012-05-13 | 7 | -38/+66 |
| | | | | | | | | | | | | access controls | ||||
* | | | fix bug #54547 | Stanislav Malyshev | 2012-05-13 | 3 | -4/+60 |
| | | | |||||
* | | | update NEWS | Stanislav Malyshev | 2012-05-12 | 1 | -1/+13 |
| | | | |||||
* | | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-05-12 | 3 | -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 Hui | 2012-05-12 | 3 | -2/+18 |
| | | | | | | | | | | | | member of a null object) | ||||
| * | | fix stack overflow in php_intlog10abs() | Nuno Lopes | 2012-05-11 | 1 | -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 Lopes | 2012-05-11 | 1 | -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.4 | Anatoliy Belsky | 2012-05-11 | 1 | -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 fails | Anatoliy Belsky | 2012-05-11 | 1 | -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 Hui | 2012-05-11 | 1 | -4/+0 |
|\ \ \ | | | | | | | | | | | | | https://github.com/reeze/php-src into PHP-5.4 | ||||
| * | | | Cleanup useless function declaration for traits | Reeze Xia | 2012-05-11 | 1 | -4/+0 |
| | | | | |||||
* | | | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-05-10 | 2 | -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 fails | Anatoliy Belsky | 2012-05-10 | 2 | -1/+33 |
| | | | | | | | | | | | | | | | | Exception text differ on windows |