summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Collapse)AuthorAgeFilesLines
* New testsFelipe Pena2008-03-127-0/+150
|
* Code simplificationDmitry Stogov2008-03-121-14/+1
|
* Optimized ZEND_FETCH_CLASS + ZEND_ADD_INTERFACE into single ↵Dmitry Stogov2008-03-123-58/+48
| | | | ZEND_ADD_INTERFACE opcode
* Fixed bug #44414 (Incomplete reporting about abstract methods)Dmitry Stogov2008-03-123-3/+26
|
* Fixed warningDmitry Stogov2008-03-121-3/+3
|
* Add new test (bug reported in internals list by Robin)Felipe Pena2008-03-111-0/+24
|
* Add new test (bug reported in internals list by Robin)Felipe Pena2008-03-111-0/+19
|
* Missing a lineFelipe Pena2008-03-111-1/+3
|
* New testsFelipe Pena2008-03-113-0/+79
|
* Fix testFelipe Pena2008-03-111-1/+1
|
* some more testsAntony Dovgal2008-03-114-0/+76
|
* Fix tests (new error message for void parameters)Felipe Pena2008-03-101-2/+2
|
* Fix tests (new error message for void parameters)Felipe Pena2008-03-101-2/+2
|
* MFH: Added new macro for check void parameters.Felipe Pena2008-03-103-13/+14
| | | | | (deprecating ZEND_WRONG_PARAM_COUNT for this cases)
* Improve the Darwin 9 hack considerably and switch to using dl*() instead of ↵Felipe Pena2008-03-101-1/+12
| | | | NS*() on Darwin 8+. (Patch by Gwynne)
* %v -> %s, this is 5_3Antony Dovgal2008-03-091-1/+1
|
* User error handlers no longer catch supressed errors (patch by Etienne Kneuss)Felipe Pena2008-03-083-1/+12
|
* Fix tests (removed space on error message "Undefined index: ...")Felipe Pena2008-03-087-7/+9
|
* Cosmetics (removed space on error message)Felipe Pena2008-03-081-4/+4
|
* Fixed bug #39018 (Error control operator '@' fails to suppress ↵Felipe Pena2008-03-083-1/+103
| | | | "Uninitialized string offset")
* fix segfault when trying to clone uncloneable object because of ↵Antony Dovgal2008-03-062-0/+26
| | | | zend.ze1_compatibility_mode which we should have got rid of years ago
* Optimized require_once() and include_once() by eliminationg open() syscall ↵Dmitry Stogov2008-03-054-70/+64
| | | | on second usage.
* Fixed shared memory corruption of opcode cachesDmitry Stogov2008-03-043-6/+23
|
* Fixed wrong result of cascading assignment to string offsetDmitry Stogov2008-03-043-111/+303
| | | | | | | Fixed memory corruption on cascading assignment of IS_TMP_VAR into string offset Fixed opcode caches shared memory corruption on cascading assignment of IS_CONST into string offset
* Remove inconsistent behaviour when a protected static prop is overridden by ↵Robin Fernandes2008-03-034-14/+98
| | | | public static prop (details: http://turl.ca/phhhf ).
* MFH: Allow implementation of abstract methods with optional parameters ↵Johannes Schlüter2008-03-012-1/+25
| | | | | | | (Christian Schneider)
* - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)Marcus Boerger2008-02-2322-30/+33
| | | | | [DOC] Finally added deprecation messages
* Fixed bug #43483 (get_class_methods() does not list all visible methods)Dmitry Stogov2008-02-212-1/+25
|
* Fixed bug #44141 (private parent constructor callable through static function)Dmitry Stogov2008-02-212-1/+26
|
* Prevented recursive collector invocationDmitry Stogov2008-02-211-1/+3
|
* Fixed bug #44184 (Double free of loop-variable on exception)Dmitry Stogov2008-02-204-11/+40
|
* Added checks for destoied objectsDmitry Stogov2008-02-201-4/+8
|
* everted (this part was committed by mistake)Dmitry Stogov2008-02-191-13/+13
|
* Fixed memory leaksDmitry Stogov2008-02-191-0/+2
|
* Fixed GC bugDmitry Stogov2008-02-191-1/+1
|
* iFixed memory leakDmitry Stogov2008-02-192-13/+14
|
* MFH: Fugbix typo.Sebastian Bergmann2008-02-191-1/+1
|
* Removed redundant refcount manipulationsDmitry Stogov2008-02-181-10/+0
|
* Fixed bug #44069 (Huge memory usage with concatenation using . instead of .=)Dmitry Stogov2008-02-142-1/+28
|
* Reverted memrchr() patch, because it is broken on linux 64-bitDmitry Stogov2008-02-141-5/+0
|
* Use memrchr() instead of zend_memrchr() if available. (Nuno)Dmitry Stogov2008-02-131-0/+5
|
* Added NEWDOCDmitry Stogov2008-02-1231-1/+812
|
* Fixed ext/tokenizer test failures because of token renumberingDmitry Stogov2008-02-121-1/+1
|
* fix foldingStanislav Malyshev2008-02-121-0/+3
|
* add tests for __DIR__Stanislav Malyshev2008-02-1224-0/+169
|
* [DOC] Add compile-time __DIR__ constant which implements dirname(__FILE__)Stanislav Malyshev2008-02-124-0/+124
|
* Fix segfaults when calling "ctors statically"Hannes Magnusson2008-02-112-32/+122
|
* - MFH Windows build fixMarcus Boerger2008-02-091-1/+2
|
* - MFH SimplifyMarcus Boerger2008-02-071-3/+1
|
* - MFH Fix missing check and testsMarcus Boerger2008-02-061-1/+3
|