summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed SIGSEGVDmitry Stogov2005-10-271-2/+2
|
* Fixed bug #34767 (Zend Engine 1 Compatibility not copying objects correctly)Dmitry Stogov2005-10-201-0/+7
|
* Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() ↵Dmitry Stogov2005-09-091-7/+17
| | | | functions to not call __autoload().
* Fixed bug #34260 (Segfault with callbacks (array_map) + overloading)Dmitry Stogov2005-09-021-1/+3
|
* Bump up the yearfoobar2005-08-031-1/+1
|
* Fixed bug #33942 (the patch to #33156 crash cygwin except cli)Dmitry Stogov2005-08-021-0/+4
|
* bug #33865foobar2005-07-261-1/+1
|
* - Fix error generation logic (found by johannes)Marcus Boerger2005-07-211-1/+1
|
* Fixed bug #33156 (cygwin version of setitimer doesn't accept ITIMER_PROF). ↵Dmitry Stogov2005-07-121-0/+7
| | | | (Nuno)
* Fixed bug #28072 (static array with some constant keys will be incorrectly ↵Dmitry Stogov2005-07-071-4/+20
| | | | ordered).
* Fixed bug #31158 (array_splice on $GLOBALS crashes)Dmitry Stogov2005-07-041-0/+14
|
* Fixed bug #30519 (Interface not existing says Class not found)Dmitry Stogov2005-06-241-1/+5
|
* Fixed bug #29896 (Backtrace argument list out of sync)Dmitry Stogov2005-06-221-0/+2
|
* Allowed return by refrence from internal functionsDmitry Stogov2005-06-161-1/+1
|
* Fixed double call to php_stream_close() on compiler errorsDmitry Stogov2005-06-091-5/+0
|
* Fixed bug #30140 (Problem with array in static properties)Dmitry Stogov2005-06-081-3/+5
|
* Fixed bug #33116 (crash when assigning class name to global variable in ↵Dmitry Stogov2005-05-261-2/+5
| | | | __autoload).
* fix #29890 - crash when function call failsStanislav Malyshev2005-05-181-0/+5
|
* - Part 2 of #30126: Enhancement for error message for abstract classesMarcus Boerger2005-05-021-1/+1
|
* - Part 1 of #30126: Enhancement for error message for abstract classesMarcus Boerger2005-05-021-1/+2
|
* - Fixed bug #28839 (SIGSEGV in interactive mode (php -a))foobar2005-03-261-0/+11
| | | | | (kameshj at fastmail dot fm)
* - Fix all incarnations of bug #30266Marcus Boerger2005-03-191-0/+4
| | | | | | # most probably we should emit a fatal error here but that has to be # discussed first
* - Actually this is a much better error decriptionMarcus Boerger2005-03-131-1/+1
|
* - Bugfix #32290Marcus Boerger2005-03-131-0/+8
|
* - Be more gracious in reflection APIMarcus Boerger2005-02-131-5/+5
|
* - Bugfix #30682 (autoconversion from false/true to 0/1 missing in case ofMarcus Boerger2005-02-121-0/+1
| | | | | static property default value)
* Fix #31720 Invalid object callbacks not caught in array_walk() (patch ↵Stanislav Malyshev2005-02-021-0/+3
| | | | from Antony Dovgal)
* - Fix severity (found by johannes)Marcus Boerger2005-01-281-1/+1
|
* fix crashStanislav Malyshev2004-11-171-0/+4
|
* - Fixed bug #30630: Added a BSD based strtod function that isDerick Rethans2004-11-031-2/+0
| | | | | locale-independent.
* - Change zend_object_handlers->get_method() to allow aggregation for ↵Marcus Boerger2004-10-301-1/+1
| | | | internal classes
* 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
| | | | | | | - Extensions which delete global variables need to use new special function - delete_global_variable() (I'm about to rename it) to remove them. - Will post to internals@ or via commit messages if there's anything else.
* - 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
| | | | | # What's the reason _zvalue_value.str.len is int instead of uint/zend_uint?
* - Commit new VM architecture. This one allows people (aka Derick) toAndi Gutmans2004-09-231-1/+2
| | | | | | - ask the engine to use function handler mode. Will update the README - about that.
* 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
| | | | | | | | | | | | | a) We specialize opcodes according to op_type fields. Each opcode has to be marked with which op_type's it uses. b) We support different execution methods. Function handlers, switch() and goto dispatching. goto seems to be the fastest but it really depends on the compiler and how well it optimizes. I suggest playing around with optimization flags. - Warning: Things might break so keep us posted on how things are going. (Dmitry, Andi)
* - 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 ↵Dmitry Stogov2004-03-281-8/+8
| | | | passes again)