Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() ↵ | Dmitry Stogov | 2005-09-09 | 1 | -7/+17 |
| | | | | functions to not call __autoload(). | ||||
* | Fixed bug #34260 (Segfault with callbacks (array_map) + overloading) | Dmitry Stogov | 2005-09-02 | 1 | -1/+3 |
| | |||||
* | Bump up the year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #33942 (the patch to #33156 crash cygwin except cli) | Dmitry Stogov | 2005-08-02 | 1 | -0/+4 |
| | |||||
* | bug #33865 | foobar | 2005-07-26 | 1 | -1/+1 |
| | |||||
* | - Fix error generation logic (found by johannes) | Marcus Boerger | 2005-07-21 | 1 | -1/+1 |
| | |||||
* | Fixed bug #33156 (cygwin version of setitimer doesn't accept ITIMER_PROF). ↵ | Dmitry Stogov | 2005-07-12 | 1 | -0/+7 |
| | | | | (Nuno) | ||||
* | Fixed bug #28072 (static array with some constant keys will be incorrectly ↵ | Dmitry Stogov | 2005-07-07 | 1 | -4/+20 |
| | | | | ordered). | ||||
* | Fixed bug #31158 (array_splice on $GLOBALS crashes) | Dmitry Stogov | 2005-07-04 | 1 | -0/+14 |
| | |||||
* | Fixed bug #30519 (Interface not existing says Class not found) | Dmitry Stogov | 2005-06-24 | 1 | -1/+5 |
| | |||||
* | Fixed bug #29896 (Backtrace argument list out of sync) | Dmitry Stogov | 2005-06-22 | 1 | -0/+2 |
| | |||||
* | Allowed return by refrence from internal functions | Dmitry Stogov | 2005-06-16 | 1 | -1/+1 |
| | |||||
* | Fixed double call to php_stream_close() on compiler errors | Dmitry Stogov | 2005-06-09 | 1 | -5/+0 |
| | |||||
* | Fixed bug #30140 (Problem with array in static properties) | Dmitry Stogov | 2005-06-08 | 1 | -3/+5 |
| | |||||
* | Fixed bug #33116 (crash when assigning class name to global variable in ↵ | Dmitry Stogov | 2005-05-26 | 1 | -2/+5 |
| | | | | __autoload). | ||||
* | fix #29890 - crash when function call fails | Stanislav Malyshev | 2005-05-18 | 1 | -0/+5 |
| | |||||
* | - Part 2 of #30126: Enhancement for error message for abstract classes | Marcus Boerger | 2005-05-02 | 1 | -1/+1 |
| | |||||
* | - Part 1 of #30126: Enhancement for error message for abstract classes | Marcus Boerger | 2005-05-02 | 1 | -1/+2 |
| | |||||
* | - Fixed bug #28839 (SIGSEGV in interactive mode (php -a)) | foobar | 2005-03-26 | 1 | -0/+11 |
| | | | | | (kameshj at fastmail dot fm) | ||||
* | - Fix all incarnations of bug #30266 | Marcus Boerger | 2005-03-19 | 1 | -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 decription | Marcus Boerger | 2005-03-13 | 1 | -1/+1 |
| | |||||
* | - Bugfix #32290 | Marcus Boerger | 2005-03-13 | 1 | -0/+8 |
| | |||||
* | - Be more gracious in reflection API | Marcus Boerger | 2005-02-13 | 1 | -5/+5 |
| | |||||
* | - Bugfix #30682 (autoconversion from false/true to 0/1 missing in case of | Marcus Boerger | 2005-02-12 | 1 | -0/+1 |
| | | | | | static property default value) | ||||
* | Fix #31720 Invalid object callbacks not caught in array_walk() (patch ↵ | Stanislav Malyshev | 2005-02-02 | 1 | -0/+3 |
| | | | | from Antony Dovgal) | ||||
* | - Fix severity (found by johannes) | Marcus Boerger | 2005-01-28 | 1 | -1/+1 |
| | |||||
* | fix crash | Stanislav Malyshev | 2004-11-17 | 1 | -0/+4 |
| | |||||
* | - Fixed bug #30630: Added a BSD based strtod function that is | Derick Rethans | 2004-11-03 | 1 | -2/+0 |
| | | | | | locale-independent. | ||||
* | - Change zend_object_handlers->get_method() to allow aggregation for ↵ | Marcus Boerger | 2004-10-30 | 1 | -1/+1 |
| | | | | internal classes | ||||
* | Added test cases for CV optimization patch | Dmitry Stogov | 2004-10-05 | 1 | -3/+5 |
| | |||||
* | - Rename delete_global_variable() to zend_delete_global_variable() | Andi Gutmans | 2004-10-04 | 1 | -1/+1 |
| | |||||
* | - Commit the variable fetch optimization. | Andi Gutmans | 2004-10-04 | 1 | -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.len | Andi Gutmans | 2004-09-28 | 1 | -1/+1 |
| | |||||
* | - Fix warning | Marcus Boerger | 2004-09-27 | 1 | -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) to | Andi Gutmans | 2004-09-23 | 1 | -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 Andi | Anantha Kesari H Y | 2004-09-23 | 1 | -15/+0 |
| | |||||
* | NetWare specific stack limit checks | Anantha Kesari H Y | 2004-09-22 | 1 | -0/+13 |
| | |||||
* | fix crash when dtor is fialing on shutdown | Stanislav Malyshev | 2004-09-17 | 1 | -0/+3 |
| | |||||
* | - Roll back VM commit | Andi Gutmans | 2004-09-09 | 1 | -2/+1 |
| | |||||
* | - Some architectural changes: | Andi Gutmans | 2004-09-08 | 1 | -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 lookup | Marcus Boerger | 2004-08-23 | 1 | -1/+20 |
| | |||||
* | - Second wave of garbage removal. | Andi Gutmans | 2004-08-19 | 1 | -18/+0 |
| | |||||
* | MFB: Enforce protocol on magic methods/functions | Marcus Boerger | 2004-08-02 | 1 | -2/+2 |
| | |||||
* | - More ptr_stack optimizations and cleanups | Andi Gutmans | 2004-07-30 | 1 | -1/+1 |
| | |||||
* | - Execute destructors earlier (Florian Schaper, fschaper at intux org) | Marcus Boerger | 2004-07-25 | 1 | -1/+6 |
| | |||||
* | No point allocating 0 bytes | Wez Furlong | 2004-07-18 | 1 | -4/+11 |
| | |||||
* | Fix bug #28438: win32 build fails in non-zts mode | Wez Furlong | 2004-05-18 | 1 | -1/+4 |
| | |||||
* | fix of fix related to __autoload. (ext/standard/tests/network/bug20134.phpt ↵ | Dmitry Stogov | 2004-03-28 | 1 | -8/+8 |
| | | | | passes again) | ||||
* | /* The compiler is not-reentrant. Make sure we __autoload() only during ↵ | Andi Gutmans | 2004-03-25 | 1 | -0/+8 |
| | | | | | | | | run-time * (doesn't impact fuctionality of __autoload() */ | ||||
* | Using ALLOC_HASHTABLE/FREE_HASHTABLE instead of emalloc/free. | Dmitry Stogov | 2004-03-25 | 1 | -2/+2 |
| |