| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| | |
* PHP-5.5:
Fix bug #66127 (Segmentation fault with ArrayObject unset)
5.4.31 next
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* PHP-5.4:
Fix bug #66127 (Segmentation fault with ArrayObject unset)
5.4.31 next
Conflicts:
configure.in
main/php_version.h
|
| | | |
|
|\ \ \
| |/ / |
|
| |\ \
| | |/ |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* PHP-5.5:
Check for zero-length keys in spl_array_skip_protected and don't skip them.
added CVEs in NEWS
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-5.4:
Check for zero-length keys in spl_array_skip_protected and don't skip them.
|
| | |
| | |
| | |
| | | |
Fixes bug #67360 (Missing element after ArrayObject::getIterator).
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* PHP-5.5:
Fix bug #67248 (imageaffinematrixget missing check of parameters)
Fix bug #67247 spl_fixedarray_resize integer overflow
fix news
add tests stuff to README
Updated NEWS
Fix Linux specific fail in error traces (cherry-picked and fix for bug #67245) Linux apparently does not like memcpy in overlapping regions...
|
| |\ \
| | |/
| | |
| | |
| | |
| | | |
* PHP-5.4:
Fix bug #67247 spl_fixedarray_resize integer overflow
fix news
|
| | | |
|
|\ \ \
| |/ / |
|
| |\ \
| | |/ |
|
| | | |
|
|\ \ \
| |/ / |
|
|\ \ \
| |/ / |
|
| | | |
|
| | | |
|
|\ \ \
| |/ / |
|
| | | |
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fixed off-by-one write bug
Added test
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.5:
fix tests broken by 633f898f1520253d3530fe91fc82f68bca7c4627
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-5.4:
fix tests broken by 633f898f1520253d3530fe91fc82f68bca7c4627
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
allocation new empty string each time. (Some extensions might need to be fixed using str_efree() instead of efree() to support interned strings).
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.5:
Fixed tests
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-5.4:
Fixed tests
|
| | | |
|
| |\ \
| | |/
| | |
| | |
| | | |
Conflicts:
ext/spl/tests/SplFileObject_rewind_error001.phpt
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
While running these on HHVM I've run into a lot of parallelism issues.
I'm backporting all the fixes I had to do in
https://github.com/facebook/hiphop-php/blob/master/hphp/tools/import_zend_test.py#L650
to php core.
Most of these changes were just filenames that were shared between
tests, but I did more surgery on the fixed ports. I can apreciate port
31337 as much as the next nerd, but random ports are better for tests.
|
| | | |
|
| | |
| | |
| | |
| | | |
FAILURE
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
While running these on HHVM I've run into a lot of parallelism issues.
I'm backporting all the fixes I had to do in
https://github.com/facebook/hiphop-php/blob/master/hphp/tools/import_zend_test.py#L650
to php core.
Most of these changes were just filenames that were shared between
tests, but I did more surgery on the fixed ports. I can apreciate port
31337 as much as the next nerd, but random ports are better for tests.
|
|/ / /
| | |
| | |
| | | |
As per RFC: https://wiki.php.net/rfc/variadics
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* PHP-5.5:
Revert "EmptyIterator now implements Countable; fixes bug 60577"
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* PHP-5.4:
Revert "EmptyIterator now implements Countable; fixes bug 60577"
|
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 8a936e8eb938965b0daaf076c109ec60141e57a7.
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* PHP-5.5:
NEWS for #60577
NEWS for bug #64441
Fix bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names)
EmptyIterator now implements Countable; fixes bug 60577
News for bugfix #64157
Bug 64157 Changed error message to make sense
|
| |\ \ \ \
| | |/ / /
| | | / /
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
* PHP-5.4:
NEWS for #60577
NEWS for bug #64441
Fix bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names)
EmptyIterator now implements Countable; fixes bug 60577
News for bugfix #64157
Bug 64157 Changed error message to make sense
|
| | |/
| | |
| | |
| | | |
(cherry picked from commit 6398844c86bee08abe4ee3f206ecd86ad0a498f9)
|
|\ \ \
| |/ / |
|