summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* add testAntony Dovgal2006-07-061-0/+12
* MFH (def.h rev:1.121, execute.h rev:1.120)Sara Golemon2006-07-062-13/+39
* oops.. fix copy/paste typoAntony Dovgal2006-07-051-2/+2
* MFH: export zend_std_get_constructor()Antony Dovgal2006-07-052-1/+2
* MFH: improve error messagesAntony Dovgal2006-07-051-2/+10
* add new testsAntony Dovgal2006-06-2716-0/+794
* MFH: no need to throw E_ERROR hereAntony Dovgal2006-06-271-1/+2
* fix typoAntony Dovgal2006-06-221-2/+2
* MFH: init variablesAntony Dovgal2006-06-201-2/+2
* fix testAntony Dovgal2006-06-201-1/+1
* fix testsAntony Dovgal2006-06-192-3/+3
* MFH: Added automatic module globals management.Dmitry Stogov2006-06-153-4/+50
* - MFH Arginfo fix (Hannes)Marcus Boerger2006-06-131-2/+2
* MFH: Added hook for compile_string()Stefan Esser2006-06-136-6/+9
* Make zend_print_zval_r_ex() use the write callback function.Ilia Alshanetsky2006-06-112-22/+33
* Proper fix for bug #37707 ("clone $x" must call __clone() enven if result val...Dmitry Stogov2006-06-083-7/+30
* Wrap "wrong" unreachable code with "#if 0"Dmitry Stogov2006-06-083-86/+322
* Fixed bug #37707 clone without assigning leaks memoryIlia Alshanetsky2006-06-073-30/+29
* - MFH zend_fcall_info_*() and parameter parsing option 'f'Marcus Boerger2006-06-072-0/+126
* - Regenerated after zend_vm_def.h changeMarcus Boerger2006-06-071-2/+0
* - MFH Fix issue with interfaces being inherited multiple timesMarcus Boerger2006-06-073-24/+40
* revert by Andi's requestAntony Dovgal2006-06-061-11/+0
* fix testAntony Dovgal2006-06-061-2/+2
* MFH: do not allow to implement the same interface twiceAntony Dovgal2006-06-064-0/+56
* Restore ZE1 compatibility mode (Zend Engine part - the modules patchesZeev Suraski2006-06-0517-17/+474
* fix .dsp buildStanislav Malyshev2006-06-041-0/+1
* - Fix function flag checkMarcus Boerger2006-06-041-1/+3
* SAPI globals are destroied at this point and reporting errors about memory le...Dmitry Stogov2006-06-021-1/+1
* add new testsAntony Dovgal2006-06-016-0/+214
* MFH: throw a warning when using invalid offset types with stringsAntony Dovgal2006-06-011-0/+13
* add more testsAntony Dovgal2006-05-314-0/+84
* add tests for E_STRICT that will become E_FATAL in PHP 6Antony Dovgal2006-05-318-0/+192
* Keeping consistent arg_stack during arguments freeing (Exception from destruc...Dmitry Stogov2006-05-312-4/+10
* Support for nested exceptions and fatal errors in destructorsDmitry Stogov2006-05-312-3/+16
* - Switch back to old severities and still keep bugfix forMarcus Boerger2006-05-301-2/+2
* - MFH WSMarcus Boerger2006-05-301-1/+0
* MFH: there is no ce at this point, revert this line to its previous stateAntony Dovgal2006-05-291-1/+1
* - MFH Bugfix #37632 (Protected method access problem)Marcus Boerger2006-05-293-5/+147
* - Revert until there is an ok for the full patchMarcus Boerger2006-05-271-15/+0
* - WSMarcus Boerger2006-05-271-3/+22
* - MFH: Fix bug #37212 (Access to protected property of common base class)Marcus Boerger2006-05-274-4/+64
* - MFH Fix #37614 (Class name lowercased in error message)Johannes Schlüter2006-05-271-3/+3
* - WS/CSMarcus Boerger2006-05-271-1/+2
* - MFH Sync error messages and simplify error message generation codeMarcus Boerger2006-05-262-82/+49
* fix error messages when converting objects to other typesAntony Dovgal2006-05-253-17/+16
* Fixed bug #37558 (timeout functionality doesn't work after a second PHP staru...Dmitry Stogov2006-05-251-0/+1
* - MFH Handle NULL in C argument parsing correctMarcus Boerger2006-05-231-1/+5
* - Fix double error raising issueMarcus Boerger2006-05-231-1/+1
* MFH: Add bison 2.2 to the list of supported versions.Sebastian Bergmann2006-05-231-1/+1
* - MFH improve error messagesMarcus Boerger2006-05-213-20/+28