summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Revert "Improve and generalize class constant substitution"PRE_PHP7_REMOVALSBob Weinand2015-02-091-85/+31
* Improve and generalize class constant substitutionBob Weinand2015-02-091-31/+85
* Merge branch 'PHP-5.6'Xinchen Hui2015-02-092-2/+2
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-02-092-2/+2
| |\
| | * Improve tests for bug 67436Reeze Xia2015-02-072-2/+2
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-01-311-0/+1
| |\ \ | | |/
| | * Added test and possible fix for https://bugs.php.net/bug.php?id=67068Danack2015-01-311-0/+1
| | * Bump yearXinchen Hui2015-01-1599-101/+101
| * | bump yearXinchen Hui2015-01-15103-105/+105
| * | Fixed bug #68676 (Explicit Double Free)Kalle Sommer Nielsen2014-12-291-1/+1
* | | Márcio Almada remove dead tokens: T_CHARACTER, T_BAD_CHARACTER.Márcio Almada2015-02-081-2/+0
* | | Fixed issue #1041 (Fix build in OSX with --enable-dtrace)Xinchen Hui2015-02-071-1/+5
* | | Further fix for bug #68987Xinchen Hui2015-02-061-4/+4
* | | This should fix compilation on OSX (bug #68987 Failed to compile zend.c with ...Dmitry Stogov2015-02-063-5/+11
* | | PaddingXinchen Hui2015-02-051-3/+3
* | | Merge branch 'internal-function-return-types' of github.com:reeze/php-src int...Dmitry Stogov2015-02-058-1/+126
|\ \ \
| * | | Add load time return type checking to match user land logicReeze Xia2015-02-051-2/+17
| * | | Add test function argumentsReeze Xia2015-02-053-1/+49
| * | | Implemented internal function return typesReeze Xia2015-02-055-2/+21
* | | | Removed TSRMLS_DDmitry Stogov2015-02-041-1/+1
* | | | Simplify code and add commentsDmitry Stogov2015-02-041-5/+6
* | | | Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-048-14/+55
|/ / /
* | | Merge branch 'master' into resource-apiXinchen Hui2015-02-033-27/+61
|\ \ \
| * | | Optimize class lookupDmitry Stogov2015-02-031-2/+3
| * | | Fixed "delayed" compilationDmitry Stogov2015-02-022-18/+56
| * | | rely on macros from stdint for int constants on 64 bitAnatol Belski2015-02-021-7/+2
* | | | found type is unnecessaryXinchen Hui2015-02-022-11/+5
* | | | Cleanup resource handling APIsXinchen Hui2015-02-022-79/+76
|/ / /
* | | Merge branch 'pull-request/994'Stanislav Malyshev2015-01-311-0/+1
|\ \ \
| * | | Added test and possible fix for https://bugs.php.net/bug.php?id=67068Danack2015-01-131-0/+1
| | |/ | |/|
| * | Fixed bug #68676 (Explicit Double Free)Kalle Sommer Nielsen2014-12-291-1/+1
* | | Fixed Magic getter bug tickled by MoodleXinchen Hui2015-01-311-7/+11
* | | Fixed unused opline warningXinchen Hui2015-01-312-6/+12
* | | Add check for null pointer, as done in case 5 lines above.Joshua Rogers2015-01-301-1/+1
* | | Fixed annoying warningsXinchen Hui2015-01-291-1/+1
* | | Remove support for hex number from is_numeric_stringNikita Popov2015-01-281-35/+16
* | | Merge branch 'typed_returns' of github.com:morrisonlevi/php-src into testDmitry Stogov2015-01-2860-157/+1341
|\ \ \
| * | | Implement return typesLevi Morrison2015-01-2760-153/+1325
|/ / /
* | | Remove assignment of new by referenceNikita Popov2015-01-266-91/+3
* | | Fixed bug #68896 (Changing ArrayObject value cause Segment Fault)Dmitry Stogov2015-01-262-7/+39
* | | Fixed ext/standard/tests/general_functions/bug41970.phpt failsXinchen Hui2015-01-262-0/+3
* | | These tests all have intentional circular referencesRasmus Lerdorf2015-01-247-0/+14
* | | Fix resource leak when casting to stringNikita Popov2015-01-242-8/+8
* | | Fix declare encoding testsNikita Popov2015-01-243-17/+14
* | | Fix segfault when no class ctx is definedBob Weinand2015-01-241-3/+2
* | | Fix buildNikita Popov2015-01-241-2/+2
* | | Inline self-constants if possible at compile timeBob Weinand2015-01-241-2/+17
* | | Make gc_collect_cycles hookable.Adam Harvey2015-01-233-2/+11
* | | Fixed memory leakDmitry Stogov2015-01-232-18/+30
* | | Fixed possible double free of class static membersDmitry Stogov2015-01-231-3/+5