summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Add additional protected visibility prototype testNikita Popov2019-03-281-0/+26
* Revert "Switch to bison location tracking"Nikita Popov2019-03-288-445/+477
* Treat abstract ctors the same, regardless of originNikita Popov2019-03-273-5/+23
* Fix lineno for more inheritance errorsNikita Popov2019-03-278-12/+44
* Make line numbers for inheritance errors more preciseNikita Popov2019-03-2712-12/+15
* Add zend_error_at API that accepts a filename and linenoNikita Popov2019-03-262-95/+85
* Deduplicate code in zend_builtin_functions.crjhdby2019-03-221-149/+74
* Switch to bison location trackingNikita Popov2019-03-218-477/+445
* Fixed bug #74345Nikita Popov2019-03-202-4/+6
* Fixed typoDmitry Stogov2019-03-202-6/+6
* micro-optimizationDmitry Stogov2019-03-192-0/+80
* Fixed bug #72685Nikita Popov2019-03-182-3/+5
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-181-6/+2
|\
| * Remove x86 bit test optimizationNikita Popov2019-03-181-6/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-183-4/+20
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-183-4/+20
| |\
| | * Don't disable object slot reuse while running shutdown functionstwosee2019-03-183-4/+20
* | | remove unneeded AC_REQUIRE([AC_PROG_YACC])Nuno Lopes2019-03-171-1/+0
* | | bump minimum bison version to 3.0 after last parser changesNuno Lopes2019-03-161-1/+1
* | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1514-31/+31
* | | Remove unnecessary precedence/associativity annotationsNikita Popov2019-03-152-18/+16
* | | Clean build systemPeter Kokot2019-03-141-4/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-142-2/+10
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Xinchen Hui2019-03-142-2/+10
| |\ \ | | |/
| | * Fixed bug #77738 (Nullptr deref in zend_compile_expr)Xinchen Hui2019-03-142-2/+10
* | | Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.Dmitry Stogov2019-03-1414-16/+54
* | | Fix duplicate symbols _zend_ce_weakrefsPeter Kokot2019-03-131-1/+1
* | | Better data packingDmitry Stogov2019-03-121-1/+2
* | | Avoid reinitailization of ZTS cache pointer. Initialize it once in TSRM.cDmitry Stogov2019-03-123-5/+0
* | | add --enable-rtld-now build option to change dlopen behaviorRemi Collet2019-03-121-3/+9
* | | zend_weakrefsJoe Watkins2019-03-1212-2/+387
* | | Free trampolines from get_closure in is_callableNikita Popov2019-03-111-19/+19
* | | Closure::fromCallable() supports only regular methods and magic method invoke...Dmitry Stogov2019-03-111-0/+13
* | | drop unused parameter from zend_startupJoe Watkins2019-03-112-2/+2
* | | This option doesn't exist for a long time.Stanislav Malyshev2019-03-111-6/+0
* | | Use EXPECT when possibleGabriel Caruso2019-03-112-2/+2
* | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-28/+22
* | | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-03-073-83/+325
|\ \ \ | |/ /
| * | Fixed bug #77345 (Stack Overflow caused by circular reference in garbage coll...Dmitry Stogov2019-03-073-89/+331
* | | Add support for MemorySanitizerStanislav Malyshev2019-03-061-1/+12
* | | Remove legacy AC_CHECK_TYPE calls for uint and ulongPeter Kokot2019-03-062-7/+0
* | | Fix shifting signed values too farStanislav Malyshev2019-03-063-4/+4
* | | Revert "Detect invalid uses of parent:: during compilation"Nikita Popov2019-03-042-11/+8
* | | Remove outdated hack for AIX 4Peter Kokot2019-03-031-6/+0
* | | Remove AC_PROG_CC_C_OPeter Kokot2019-03-031-1/+0
* | | Remove LIBZEND_CHECK_INT_TYPE and PHP_CHECK_TYPESPeter Kokot2019-03-021-26/+0
* | | Remove obsolescent AC_HEADER_STDC and memcpy checkPeter Kokot2019-03-011-2/+1
* | | Fix out-dated docs and typoc9s2019-03-012-2/+11
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-012-6/+9
|\ \ \ | |/ /
| * | Check for NULL GC type in objects_store_delNikita Popov2019-03-012-8/+11