summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fixed crash in Zend/tests/unset_cv09.phptDmitry Stogov2010-04-261-2/+2
* - Fix testFelipe Pena2010-04-261-1/+1
* - Remove empty testsFelipe Pena2010-04-261-0/+0
* - Removed allow_call_time_pass_reference (Pierrick)Felipe Pena2010-04-264-44/+9
* fix ~450 tests and 25 segfaultsAntony Dovgal2010-04-251-1/+1
* Remove unused variableDavid Soria Parra2010-04-251-1/+0
* Add DTrace probesDavid Soria Parra2010-04-248-1/+237
* fix WSAntony Dovgal2010-04-231-1/+1
* Use fast class fetch functionDmitry Stogov2010-04-234-4/+9
* - Fix memory issueFelipe Pena2010-04-231-6/+3
* - Fix Windows build (Kalle)Felipe Pena2010-04-231-8/+12
* - Fix function signatureFelipe Pena2010-04-231-2/+2
* - Fix ZTS code and CSFelipe Pena2010-04-231-11/+11
* - Fix zend_hash_apply_with_arguments() calls on ZTSFelipe Pena2010-04-221-6/+6
* - Fixed ZTS build & comment-styleFelipe Pena2010-04-221-72/+75
* Implemented Traits for PHP as proposed in the RFC [TRAITS]Stefan Marr2010-04-2212-860/+1934
* Changed the exclusion keyword from 'instead' to 'insteadof'. [TRAITS]Stefan Marr2010-04-224-5/+5
* Removed unused functionDmitry Stogov2010-04-221-5/+0
* Optimized access to global constants using values with pre-calculated hash_va...Dmitry Stogov2010-04-227-36/+162
* - Removed unused variablesFelipe Pena2010-04-222-24/+0
* ZEND_RETURN is splitted into two new instructions ZEND_RETURN and ZEND_RETURN...Dmitry Stogov2010-04-224-231/+369
* Removed import_request_variables(), this is not needed anymore without regist...Kalle Sommer Nielsen2010-04-211-0/+2
* - Dropped unused HL_BG_COLOR (Kalle)Felipe Pena2010-04-211-1/+0
* Remove highlight.bg, it was removed in the old trunk and its not referenced i...Kalle Sommer Nielsen2010-04-214-4/+0
* - Fix ZTS buildFelipe Pena2010-04-211-9/+9
* Eliminated unnecessary compile-time hash_value recalculation for interned str...Dmitry Stogov2010-04-211-85/+111
* Removed register_globalsKalle Sommer Nielsen2010-04-211-12/+5
* add test for self:: and static::Stanislav Malyshev2010-04-201-0/+47
* WSJohannes Schlüter2010-04-201-2/+2
* fix ZTS buildAntony Dovgal2010-04-201-1/+1
* Fixed bug #48781 (Cyclical garbage collector memory leak)Dmitry Stogov2010-04-201-0/+2
* Updated version numbersDmitry Stogov2010-04-203-3/+3
* Added a number of small performance tweaks and optimizationsDmitry Stogov2010-04-2018-6973/+9920
* regenerated filesDmitry Stogov2010-04-202-335/+341
* Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-2023-152/+784
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-2018-6185/+6835
* Added an optimization which saves memory and emalloc/efree calls for empty Ha...Dmitry Stogov2010-04-201-23/+34
* Added a micro benchmark which measures the performance of some primitive oper...Dmitry Stogov2010-04-201-0/+275
* restore $this support for closures to its former gloryStanislav Malyshev2010-04-1913-25/+304
* Added traits test cases. No engine changes for now. [TRAITS]Stefan Marr2010-04-1530-0/+866
* Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ext/sess...Kalle Sommer Nielsen2010-04-151-5/+3
* change namespaced ctors - only __construct would workStanislav Malyshev2010-04-042-16/+8
* - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection)Felipe Pena2010-04-0217-177/+42
* fix #49192 - crash in GC when get_properties handler returns nullStanislav Malyshev2010-04-011-8/+40
* fix #51394 - try harder to find script lineno when exception happensStanislav Malyshev2010-04-012-0/+20
* Set session.entropy_file to /dev/urandom or /dev/arandom byRasmus Lerdorf2010-03-311-0/+7
* Add some const declarations, makes C++ extension writers happyJohannes Schlüter2010-03-301-2/+2
* - Reverted r296062 and r296065Jani Taskinen2010-03-122-37/+36
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-112-36/+37
* - Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include...Felipe Pena2010-03-072-1/+133