summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sync NEWSphp-7.0.0alpha2Anatol Belski2015-06-231-0/+68
|
* bump versionAnatol Belski2015-06-232-3/+3
|
* Merge branch 'master' into PHP-7.0.0Anatol Belski2015-06-23689-10268/+9348
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * Moved NEWS entry for bug #69864 to proper categoryChristoph M. Becker2015-06-231-1/+3
| |
| * Merge branch 'PHP-5.6'Christoph M. Becker2015-06-230-0/+0
| |\ | | | | | | | | | | | | | | | * PHP-5.6: 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 categoryChristoph M. Becker2015-06-231-1/+3
| | |
| | * Merge branch 'PHP-5.5' into PHP-5.6Christoph M. Becker2015-06-230-0/+0
| | |\ | | | | | | | | | | | | | | | | * PHP-5.5: Moved NEWS entry for bug #69864 to proper category
| | | * Moved NEWS entry for bug #69864 to proper categoryChristoph M. Becker2015-06-231-1/+3
| | | |
| * | | updated NEWSChristoph M. Becker2015-06-231-0/+1
| | | |
| * | | Merge branch 'PHP-5.6'Christoph M. Becker2015-06-232-5/+53
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-5.6: Fixed bug #69864 (Segfault in preg_replace_callback)
| | * | updated NEWSChristoph M. Becker2015-06-231-0/+1
| | | |
| | * | Merge branch 'PHP-5.5' into PHP-5.6Christoph M. Becker2015-06-232-6/+54
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | * PHP-5.5: updated NEWS Fixed bug #69864 (Segfault in preg_replace_callback)
| | | * updated NEWSChristoph M. Becker2015-06-231-0/+1
| | | |
| | | * Fixed bug #69864 (Segfault in preg_replace_callback)Christoph M. Becker2015-06-232-6/+54
| | | | | | | | | | | | | | | | | | | | 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.
| * | | Merge branch 'PHP-5.6'Christoph M. Becker2015-06-230-0/+0
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Fixed two errors in LDAP tests bump API version to 6.8 bump API version to 6.8
| | * | Merge branch 'PHP-5.5' into PHP-5.6Christoph M. Becker2015-06-230-0/+0
| | |\ \ | | | |/ | | | | | | | | | | | | * PHP-5.5: bump API version to 6.8
| | | * Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5George Wang2015-06-2230-1025/+1870
| | | |\
| | | * | bump API version to 6.8George Wang2015-06-221-1/+1
| | | | |
| | * | | Fixed two errors in LDAP testsCôme Bernigaud2015-06-232-2/+2
| | | | |
| | * | | Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6George Wang2015-06-2291-1520/+2425
| | |\ \ \
| | * | | | bump API version to 6.8George Wang2015-06-221-1/+1
| | | | | |
| * | | | | Fixed two errors in LDAP testsCôme Bernigaud2015-06-232-2/+2
| | | | | |
| * | | | | Revert "Simplify php_implode(). Fill the resulting string in direct order."Dmitry Stogov2015-06-231-13/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The patch slightly improved performance of string imploding, but reduced speed of integers imploding. This reverts commit 36d39b70443dcefeeb62d189ce67b414caf5486a.
| * | | | | Encapsulate FastCGI implementation details.Dmitry Stogov2015-06-234-132/+142
| | | | | | | | | | | | | | | | | | | | | | | | 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 ↵Dmitry Stogov2015-06-232-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | ZEND_FETCH_DIM_RW_SPEC_VAR_UNUSED_HANDLER)
| * | | | | Simplify php_implode(). Fill the resulting string in direct order.Dmitry Stogov2015-06-231-43/+13
| | | | | |
| * | | | | bump API version to 6.8George Wang2015-06-221-1/+1
| | | | | |
| * | | | | Drop duplicate object-to-type noticesNikita Popov2015-06-225-14/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We already generate a recoverable fatal for these earlier, no need to throw an additional notice.
| * | | | | Merge branch 'master' of git.php.net:php-srcDmitry Stogov2015-06-221-10/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of git.php.net:php-src: Drop superfluous __toString handling code
| | * | | | | Drop superfluous __toString handling codeNikita Popov2015-06-221-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | Added commentsDmitry Stogov2015-06-221-0/+7
| |/ / / / /
| * | | | | This macro is defined in zend_virtual_cwd.h, avoid redefKalle Sommer Nielsen2015-06-221-1/+3
| | | | | |
| * | | | | Silence the "1 file(s) copied" notice (from copying the manifest file)Kalle Sommer Nielsen2015-06-221-1/+1
| | | | | |
| * | | | | Merge branch 'master' of https://git.php.net/push/php-srcKalle Sommer Nielsen2015-06-223-16/+15
| |\ \ \ \ \
| | * | | | | Also try __has_builtin() where builtins are usedBob Weinand2015-06-223-16/+15
| | | | | | |
| * | | | | | Fix typo + DSP referenceKalle Sommer Nielsen2015-06-221-2/+1
| | | | | | |
| * | | | | | Remove these old references to the DSP files we don't use anymoreKalle Sommer Nielsen2015-06-2213-14/+0
| |/ / / / /
| * | | | | Add phpdbg userland API to fetch oplogBob Weinand2015-06-224-2/+174
| | | | | | | | | | | | | | | | | | | | | | | | We may want to add some opcode info later, so that "opcodes" mode is more helpful
| * | | | | Avoid overhead in RELEASE build.Dmitry Stogov2015-06-221-2/+7
| | | | | |
| * | | | | Fixed crash in Zend/tests/bug69891.phpt on x86 (32-bit).Dmitry Stogov2015-06-223-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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().
| * | | | | Fixed bug #69897 (segfault when manually constructing SQLite3Result)Kalle Sommer Nielsen2015-06-222-2/+6
| | | | | |
| * | | | | Revert "Fix arginfo for built-in engine functions"Dmitry Stogov2015-06-222-285/+70
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d2356541d0386e3f0b6d593e2cc046ced68ff050.
| * | | | | Revert "Fix set_error_handler() arginfo"Dmitry Stogov2015-06-221-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b5240280b089acad03616987cee4bb76d94c8c56.
| * | | | | Revert "And actually use this new arginfo data"Dmitry Stogov2015-06-221-19/+22
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 932c95fb3106d0f3fd742e3f2a01f749f6d69182.
| * | | | | Revert "Fix each() arginfo"Dmitry Stogov2015-06-221-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 19fd124bcf2380f8e928795d1fe1900a02635298.
| * | | | | Revert "Fix genarginfo to respect by-ref passing"Dmitry Stogov2015-06-222-14/+6
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit db6990a91b2ca931074b29886c7f7819b14bb021.
| * | | | | Revert "Several return type fixes, still not completed... Incomplete ↵Dmitry Stogov2015-06-221-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prototypes :-/" This reverts commit 851b95fc4911bcd0c88810a91367f2294ea5b6c1.
| * | | | | Several return type fixes, still not completed... Incomplete prototypes :-/Bob Weinand2015-06-221-8/+8
| | | | | |
| * | | | | Fix genarginfo to respect by-ref passingBob Weinand2015-06-222-6/+14
| | | | | |
| * | | | | Fix each() arginfoBob Weinand2015-06-221-3/+3
| | | | | |