| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* master: (239 commits)
Moved NEWS entry for bug #69864 to proper category
Moved NEWS entry for bug #69864 to proper category
Moved NEWS entry for bug #69864 to proper category
updated NEWS
updated NEWS
Fixed two errors in LDAP tests
Fixed two errors in LDAP tests
Revert "Simplify php_implode(). Fill the resulting string in direct order." The patch slightly improved performance of string imploding, but reduced speed of integers imploding.
Encapsulate FastCGI implementation details. Previously fcgi_request defined in main/fastcgi.h might be treated differently in different files, because of different behavior of #ifdef TCP_NODELAY. This leaded to stack memory corruption and unpredictable crashes.
Fixed bug #69905 (null ptr deref and segfault in ZEND_FETCH_DIM_RW_SPEC_VAR_UNUSED_HANDLER)
updated NEWS
Fixed bug #69864 (Segfault in preg_replace_callback)
Simplify php_implode(). Fill the resulting string in direct order.
bump API version to 6.8
bump API version to 6.8
bump API version to 6.8
Drop duplicate object-to-type notices
Added comments
Drop superfluous __toString handling code
This macro is defined in zend_virtual_cwd.h, avoid redef
...
|
| | |
|
| |\
| | |
| | |
| | |
| | |
| | | |
* PHP-5.6:
Moved NEWS entry for bug #69864 to proper category
Moved NEWS entry for bug #69864 to proper category
|
| | | |
|
| | |\
| | | |
| | | |
| | | |
| | | | |
* PHP-5.5:
Moved NEWS entry for bug #69864 to proper category
|
| | | | |
|
| | | | |
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* PHP-5.6:
Fixed bug #69864 (Segfault in preg_replace_callback)
|
| | | | |
|
| | |\ \
| | | |/
| | | |
| | | |
| | | |
| | | | |
* PHP-5.5:
updated NEWS
Fixed bug #69864 (Segfault in preg_replace_callback)
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
When preg_replace_callback() is used, cache entries which are in use must not
be removed. We ensure that by deploying a simple refcounting mechanism.
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
* PHP-5.6:
Fixed two errors in LDAP tests
bump API version to 6.8
bump API version to 6.8
|
| | |\ \
| | | |/
| | | |
| | | |
| | | | |
* PHP-5.5:
bump API version to 6.8
|
| | | |\ |
|
| | | | | |
|
| | | | | |
|
| | |\ \ \ |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The patch slightly improved performance of string imploding, but reduced speed of integers imploding.
This reverts commit 36d39b70443dcefeeb62d189ce67b414caf5486a.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Previously fcgi_request defined in main/fastcgi.h might be treated differently in different files, because of different behavior of #ifdef TCP_NODELAY. This leaded to stack memory corruption and unpredictable crashes.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
ZEND_FETCH_DIM_RW_SPEC_VAR_UNUSED_HANDLER)
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We already generate a recoverable fatal for these earlier, no need
to throw an additional notice.
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* 'master' of git.php.net:php-src:
Drop superfluous __toString handling code
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This is already covered by the cast_object invokation above it. We
do not use this kind of fallback in any other casting code anymore.
|
| |/ / / / / |
|
| | | | | | |
|
| | | | | | |
|
| |\ \ \ \ \ |
|
| | | | | | | |
|
| | | | | | | |
|
| |/ / / / / |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We may want to add some opcode info later, so that "opcodes" mode is more helpful
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
compare_function() now has to be compatible with binary_op_type (use fastcall convention).
Introduced new zval_compare_function() to be used as zval comparison callback instead of compare_function().
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This reverts commit d2356541d0386e3f0b6d593e2cc046ced68ff050.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This reverts commit b5240280b089acad03616987cee4bb76d94c8c56.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This reverts commit 932c95fb3106d0f3fd742e3f2a01f749f6d69182.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This reverts commit 19fd124bcf2380f8e928795d1fe1900a02635298.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This reverts commit db6990a91b2ca931074b29886c7f7819b14bb021.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
prototypes :-/"
This reverts commit 851b95fc4911bcd0c88810a91367f2294ea5b6c1.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|