summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* It doesn't make sense to colect garbage after fatal errorsDmitry Stogov2015-01-231-1/+1
* Revert "Fixed ASSERTION"Dmitry Stogov2015-01-232-2/+6
* Fixed ASSERTIONXinchen Hui2015-01-232-6/+2
* Fixed refcount handling in get_class_vars()Xinchen Hui2015-01-231-0/+2
* Add missing ZEND_API tag to declaration of `int zendparse();`Sara Golemon2015-01-221-1/+1
* Fixed compiler reenterabilityDmitry Stogov2015-01-223-344/+359
* Fixed GC after destruction of object store.Dmitry Stogov2015-01-221-47/+38
* define() must not modify the source arrayDmitry Stogov2015-01-222-9/+2
* Fixed destruction of circular garbageDmitry Stogov2015-01-221-0/+5
* Fixed double free and cleanupDmitry Stogov2015-01-221-24/+0
* zend_read_property() has to provide a holder for return value.Dmitry Stogov2015-01-223-12/+25
* Forgot to add test...Bob Weinand2015-01-211-0/+9
* Removed efree() on arena_alloc()ed memoryBob Weinand2015-01-211-1/+0
* fix declarationAnatol Belski2015-01-201-1/+1
* Merge branch 'master' of git.php.net:php-srcDmitry Stogov2015-01-201-3/+3
|\
| * Update remaining octal 32-bit testsAndrea Faulds2015-01-201-3/+3
* | cleanupDmitry Stogov2015-01-201-17/+1
|/
* Unused parse_arg_object_to_stringXinchen Hui2015-01-201-41/+0
* Unused varXinchen Hui2015-01-201-1/+1
* Provide compiler hook for altering the AST pre-compilation.Sara Golemon2015-01-194-344/+361
* Merge branch 'master' of https://git.php.net/repository/php-srcXinchen Hui2015-01-194-143/+177
|\
| * Revert "Remove static calls from incompatible $this context"Nikita Popov2015-01-193-136/+137
| * Generate better code for comparisons with boolean constantsDmitry Stogov2015-01-191-7/+40
* | Optimized is_aXinchen Hui2015-01-191-6/+10
|/
* old_size is already knownDmitry Stogov2015-01-191-1/+0
* Optimize code generated for "while" and "for" loops.Dmitry Stogov2015-01-191-15/+15
* Only use explicit ">" in sorting algoXinchen Hui2015-01-191-9/+10
* Don't use >= as sorting conditionXinchen Hui2015-01-191-7/+6
* Fixed annoying incompatible pointer type warningXinchen Hui2015-01-183-2535/+2531
* Fixed bug #68805 (Double define)Xinchen Hui2015-01-172-116/+124
* typoRasmus Lerdorf2015-01-171-1/+1
* Error on invalid octal (fixes PHPSadness #31)Andrea Faulds2015-01-173-467/+556
* Remove for #-style comments in ini filesNikita Popov2015-01-172-2218/+2117
* Remove static calls from incompatible $this contextNikita Popov2015-01-173-137/+136
* Partially revert 3477135cd1024c897dc070c37ddae411839b6e7eDmitry Stogov2015-01-161-2/+6
* Fixed build without alloca()Dmitry Stogov2015-01-151-0/+2
* Merge branch 'master' of git.php.net:php-srcDmitry Stogov2015-01-15105-107/+107
|\
| * bump yearXinchen Hui2015-01-15105-107/+107
* | Fixed double freeDmitry Stogov2015-01-151-0/+1
* | Avoid usage of uninitialized dataDmitry Stogov2015-01-151-6/+3
|/
* Fixed malloc/emalloc messDmitry Stogov2015-01-151-2/+2