summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
...
* | debug_print_backtrace has a 2nd optional argRasmus Lerdorf2015-06-301-0/+1
* | Merge branch 'amortize-hash-compaction' of https://github.com/kaja47/php-srcXinchen Hui2015-06-301-1/+1
|\ \
| * | zend_hash_do_resize: amortizing the cost of compactionK2015-03-261-1/+1
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-3025-1055/+1055
* | | Add tests for dynamic static call to instance methodAaron Piotrowski2015-06-302-0/+56
* | | Throw Error on dynamic call to instance method when called staticallyAaron Piotrowski2015-06-302-0/+4
* | | Fix test failures from previous commitBob Weinand2015-06-301-2/+1
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-306-49/+40
* | | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-2917-188/+220
* | | Restored old behaviorDmitry Stogov2015-06-291-1/+1
* | | Revert "Fixed last previously broken tests"Dmitry Stogov2015-06-291-3/+3
* | | Prevent attempts of compile-time evaluation of invalid operators (e.g. divisi...Dmitry Stogov2015-06-292-11/+90
* | | Reverted wrong fb08798c9f0ea820d567668d0cea4833dc61dd8eDmitry Stogov2015-06-295-124/+32
* | | Fixed bug #69955 (Segfault when trying to combine [] and assign-op on ArrayAc...Dmitry Stogov2015-06-293-26/+37
* | | Fixed memroy errors with valgrindXinchen Hui2015-06-291-0/+2
* | | Fixed segfault in wordpress (introduced in rev 4a4529adb03a5e0d8c46809074a9ba...Xinchen Hui2015-06-291-2/+1
* | | Show exception source in phpdbgBob Weinand2015-06-292-9/+15
* | | Fixed last previously broken testsBob Weinand2015-06-291-3/+3
* | | Show full signature upon inheritance mismatchBob Weinand2015-06-2931-39/+48
* | | Fix bug #69957 (Different ways of handling div/mod by zero)Bob Weinand2015-06-285-32/+124
* | | Forgot to git add rope leak testBob Weinand2015-06-281-0/+52
* | | Fix rope memory leaks upon exceptionBob Weinand2015-06-282-0/+20
* | | Fixed ZEND_VM_DEFINE_OP build when --without-specializerXinchen Hui2015-06-281-2/+18
* | | Unused retXinchen Hui2015-06-282-0/+4
* | | Fix warning in zend_execute.c by explicit castBob Weinand2015-06-261-1/+1
* | | Use ZEND_INIT_STATIC_METHOD_CALL for literals of form "classname::method"Bob Weinand2015-06-262-6/+47
* | | Fix closure leak testAaron Piotrowski2015-06-261-2/+2
* | | Fix test duplication, add more testsAaron Piotrowski2015-06-262-1/+31
* | | Fix Closure leak in aborted INIT_DYNAMIC_FCALLBob Weinand2015-06-262-0/+17
* | | Added more indirect call tests, remove invalid testAaron Piotrowski2015-06-253-21/+101
* | | Fix 'Class::method' indirect call with empty method nameAaron Piotrowski2015-06-252-24/+0
* | | Optimize out usless conditions used by specializerDmitry Stogov2015-06-252-4/+12
* | | Better check for __builtin_constant_p() availabilityDmitry Stogov2015-06-252-1/+5
* | | Moved test to correct placeDmitry Stogov2015-06-251-0/+0
* | | 3rd arg to define() is optionalRasmus Lerdorf2015-06-231-1/+1
* | | Fix more minor mistakes in the proto commentsRasmus Lerdorf2015-06-233-5/+5
* | | Avoid op_num = -1 in unfinished generator cleanupNikita Popov2015-06-233-4/+42
* | | Fix incorrect protosRasmus Lerdorf2015-06-231-11/+11
* | | Fixed bug #69905 (null ptr deref and segfault in ZEND_FETCH_DIM_RW_SPEC_VAR_U...Dmitry Stogov2015-06-232-2/+13
* | | Drop duplicate object-to-type noticesNikita Popov2015-06-222-11/+2
* | | Merge branch 'master' of git.php.net:php-srcDmitry Stogov2015-06-221-10/+1
|\ \ \
| * | | Drop superfluous __toString handling codeNikita Popov2015-06-221-10/+1
* | | | Added commentsDmitry Stogov2015-06-221-0/+7
|/ / /
* | | Also try __has_builtin() where builtins are usedBob Weinand2015-06-223-16/+15
* | | 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-222-2/+15
* | | Revert "Fix arginfo for built-in engine functions"Dmitry Stogov2015-06-221-211/+70
* | | Revert "Fix set_error_handler() arginfo"Dmitry Stogov2015-06-221-5/+5
* | | Revert "And actually use this new arginfo data"Dmitry Stogov2015-06-221-19/+22
* | | Revert "Fix each() arginfo"Dmitry Stogov2015-06-221-3/+3