summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Expand)AuthorAgeFilesLines
* fix crashStanislav Malyshev2004-11-171-0/+4
* - Fixed bug #30630: Added a BSD based strtod function that isDerick Rethans2004-11-031-2/+0
* - Change zend_object_handlers->get_method() to allow aggregation for internal...Marcus Boerger2004-10-301-1/+1
* Added test cases for CV optimization patchDmitry Stogov2004-10-051-3/+5
* - Rename delete_global_variable() to zend_delete_global_variable()Andi Gutmans2004-10-041-1/+1
* - Commit the variable fetch optimization.Andi Gutmans2004-10-041-0/+21
* - Return the warning until we check if we can change the type of str.lenAndi Gutmans2004-09-281-1/+1
* - Fix warningMarcus Boerger2004-09-271-1/+1
* - Commit new VM architecture. This one allows people (aka Derick) toAndi Gutmans2004-09-231-1/+2
* Reverted the NetWare Specific Stack limit related patches as asked by AndiAnantha Kesari H Y2004-09-231-15/+0
* NetWare specific stack limit checksAnantha Kesari H Y2004-09-221-0/+13
* fix crash when dtor is fialing on shutdownStanislav Malyshev2004-09-171-0/+3
* - Roll back VM commitAndi Gutmans2004-09-091-2/+1
* - Some architectural changes:Andi Gutmans2004-09-081-1/+2
* - Boost up __autoload() calls by caching the lookupMarcus Boerger2004-08-231-1/+20
* - Second wave of garbage removal.Andi Gutmans2004-08-191-18/+0
* MFB: Enforce protocol on magic methods/functionsMarcus Boerger2004-08-021-2/+2
* - More ptr_stack optimizations and cleanupsAndi Gutmans2004-07-301-1/+1
* - Execute destructors earlier (Florian Schaper, fschaper at intux org)Marcus Boerger2004-07-251-1/+6
* No point allocating 0 bytesWez Furlong2004-07-181-4/+11
* Fix bug #28438: win32 build fails in non-zts modeWez Furlong2004-05-181-1/+4
* fix of fix related to __autoload. (ext/standard/tests/network/bug20134.phpt p...Dmitry Stogov2004-03-281-8/+8
* /* The compiler is not-reentrant. Make sure we __autoload() only during r...Andi Gutmans2004-03-251-0/+8
* Using ALLOC_HASHTABLE/FREE_HASHTABLE instead of emalloc/free.Dmitry Stogov2004-03-251-2/+2
* New autoload protection schema was implemented (Using HashTable instead of bo...Dmitry Stogov2004-03-241-10/+14
* Fix SEGV in certain conditions while calling static methodsMarcus Boerger2004-03-161-2/+2
* TSRM fixMarcus Boerger2004-03-161-2/+2
* - Spaces to tabsDerick Rethans2004-03-161-16/+16
* - If the called method is static then don't define $thisAndi Gutmans2004-03-161-10/+14
* - Error out if get_method() isn't defined.Andi Gutmans2004-03-161-13/+9
* Improve error messageMarcus Boerger2004-03-161-0/+29
* - Fix windows buildAndi Gutmans2004-03-141-1/+2
* - Fix for bug #27504Andi Gutmans2004-03-141-9/+51
* Clearify the different method/class flags (as discussed with Andi).Marcus Boerger2004-03-091-1/+1
* Check count.Marcus Boerger2004-03-081-7/+9
* - Fix crash in exception handling (zend_exception_error(...) andAndi Gutmans2004-03-011-6/+0
* - Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't only ...Zeev Suraski2004-02-251-1/+0
* Centralize exceptions code in zend_exceptions.[ch].Zeev Suraski2004-02-121-37/+1
* Exceptions updates:Zeev Suraski2004-02-121-7/+0
* - Add API function to throw exception by using an objectAndi Gutmans2004-02-121-0/+9
* Fix bug #25038Zeev Suraski2004-02-111-0/+9
* Fix exceptions thrown without a stack frameZeev Suraski2004-02-111-0/+4
* Complete the fix for handling of exceptions happening during theZeev Suraski2004-02-111-0/+1
* whitespaceZeev Suraski2004-02-111-1/+1
* Fix bug #26869Zeev Suraski2004-02-101-1/+1
* Fix exceptions happening inside internal functions called throughZeev Suraski2004-02-041-6/+5
* Remove double initializationZeev Suraski2004-02-041-2/+0
* Reinstate early-binding for classes.Zeev Suraski2004-02-041-0/+45
* Change destructor implementation (details will follow on internals@)Zeev Suraski2004-02-041-1/+2
* - Clean garbage (delete was nuked a long time ago)Zeev Suraski2004-02-031-5/+5