Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Warning fixes by Steph | Marcus Boerger | 2006-02-26 | 1 | -3/+3 |
| | |||||
* | Fixed bug #36071 (Engine Crash related with 'clone') | Dmitry Stogov | 2006-01-19 | 1 | -0/+10 |
| | |||||
* | - Update copyright notices to 2006 | Andi Gutmans | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Reverted invalid fix for bug #35785 | Dmitry Stogov | 2005-12-26 | 1 | -1/+1 |
| | |||||
* | - MFH Fixed Bug #35785 (SimpleXML memory read error) | Marcus Boerger | 2005-12-23 | 1 | -1/+1 |
| | |||||
* | Fixed memory leak | Dmitry Stogov | 2005-12-22 | 1 | -0/+1 |
| | |||||
* | Fixed bug #35239 (Objects can lose references) | Dmitry Stogov | 2005-11-16 | 1 | -5/+0 |
| | |||||
* | Fixed bug #35017 (Exception thrown in error handler may cause unexpected ↵ | Dmitry Stogov | 2005-10-31 | 1 | -3/+5 |
| | | | | behavior) | ||||
* | - Fixed error message grammar | foobar | 2005-09-15 | 1 | -21/+21 |
| | |||||
* | - MFH: Improve error message | Marcus Boerger | 2005-09-14 | 1 | -14/+18 |
| | |||||
* | MFH(r-1.719) Plug leak of 1/2 bytes when converting from string/unicode | Sara Golemon | 2005-09-12 | 1 | -0/+1 |
| | |||||
* | Fixed bug #34137 (assigning array element by reference causes binary mess) | Dmitry Stogov | 2005-09-01 | 1 | -6/+6 |
| | |||||
* | Fixed bug #33996 (No information given for fatal error on passing invalid ↵ | Dmitry Stogov | 2005-08-05 | 1 | -7/+36 |
| | | | | value to typed argument) | ||||
* | Bump up the year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #33710 (ArrayAccess objects doen't initialize $this) | Dmitry Stogov | 2005-07-19 | 1 | -0/+4 |
| | |||||
* | Fixed SIGSEGV on 'global ${"{$blah}_ID"};' | Dmitry Stogov | 2005-07-04 | 1 | -0/+1 |
| | |||||
* | fix conditions for freeing | Stanislav Malyshev | 2005-06-29 | 1 | -3/+3 |
| | |||||
* | fix leak: when dup was <success>ful zend_std_object_get_class_name() returns ↵ | Antony Dovgal | 2005-06-28 | 1 | -1/+1 |
| | | | | SUCCESS aka 0 | ||||
* | fix previous patch | Stanislav Malyshev | 2005-06-28 | 1 | -3/+3 |
| | |||||
* | fixes for non-php objects | Stanislav Malyshev | 2005-06-28 | 1 | -8/+33 |
| | |||||
* | Fixed bug #27268 (Bad references accentuated by clone). | Dmitry Stogov | 2005-06-23 | 1 | -0/+3 |
| | |||||
* | - Fix TSRM build | Marcus Boerger | 2005-06-16 | 1 | -2/+2 |
| | |||||
* | Allowed return by refrence from internal functions | Dmitry Stogov | 2005-06-16 | 1 | -1/+2 |
| | |||||
* | rename to zend_ | Stanislav Malyshev | 2005-06-16 | 1 | -2/+2 |
| | |||||
* | Compilation warnings | Dmitry Stogov | 2005-06-16 | 1 | -2/+0 |
| | |||||
* | export zval getters | Stanislav Malyshev | 2005-06-16 | 1 | -6/+8 |
| | |||||
* | Specializer optimization | Dmitry Stogov | 2005-06-13 | 1 | -195/+77 |
| | |||||
* | Fixed bug #33212 ([GCC 4]: 'zend_error_noreturn' aliased to external symbol ↵ | Dmitry Stogov | 2005-06-13 | 1 | -9/+0 |
| | | | | | | | 'zend_error'). The fix is not tested on Solaris and DARWIN! | ||||
* | Fix so that extensions like xdebug, can overload opcodes in all execution ↵ | Dmitry Stogov | 2005-06-10 | 1 | -0/+15 |
| | | | | modes including goto/switch | ||||
* | fixed memory leak in bug #28972 ([] operator overflow treatment is ↵ | Dmitry Stogov | 2005-06-07 | 1 | -1/+1 |
| | | | | incorrect), not the bug itself. | ||||
* | Fixed memory allocation bugs related to magic object handlers (__get(), __set(), | Dmitry Stogov | 2005-06-03 | 1 | -50/+34 |
| | | | | | ...) | ||||
* | Added array type hinting. (This patch requires full re-make) | Dmitry Stogov | 2005-05-26 | 1 | -1/+17 |
| | |||||
* | Fixed bug #30641 (Compile error: error: symbol "zend_error" is used but not ↵ | Dmitry Stogov | 2005-05-04 | 1 | -1/+1 |
| | | | | defined) | ||||
* | Fixed bug #32852 (Crash with singleton and __destruct when ↵ | Dmitry Stogov | 2005-04-29 | 1 | -11/+15 |
| | | | | | | | | zend.ze1_compatibility_mode = On) Fixed bug #31828 (Crash with zend.ze1_compatibility_mode=On) Fixed bug #32080 (segfault when assigning object to itself with zend.ze1_compatibility_mode=On) | ||||
* | Fix certain operations to stop relying on presence of read_property and | Andrei Zmievski | 2005-04-15 | 1 | -1/+1 |
| | | | | | | write_property handlers. They may be NULL'ed out by certain objects pretending to be pure arrays, for example. Do checks first. | ||||
* | Consolidate: call _get_zval_ptr_var() for IS_VAR case in | Andrei Zmievski | 2005-03-23 | 1 | -66/+36 |
| | | | | | _get_zval_ptr(). | ||||
* | - Two new API calls for Derick (retreive CV name and value) by Dmitry | Andi Gutmans | 2005-01-22 | 1 | -0/+5 |
| | |||||
* | Fixed bug #28444 (Cannot access undefined property for object with ↵ | Dmitry Stogov | 2005-01-18 | 1 | -3/+12 |
| | | | | overloaded property access). | ||||
* | Restore behavior of $str["str"]. (Now $str["str"] is equivalent to $str[0] ↵ | Dmitry Stogov | 2005-01-14 | 1 | -22/+1 |
| | | | | again) | ||||
* | Additional fix for fix of bug #29883 | Dmitry Stogov | 2005-01-13 | 1 | -1/+1 |
| | |||||
* | Fixed bug #31098 (isset false positive) | Dmitry Stogov | 2005-01-12 | 1 | -1/+22 |
| | |||||
* | "Undefined variable: %s" noticies were fixed to use one space | Dmitry Stogov | 2004-12-27 | 1 | -8/+8 |
| | |||||
* | "Undefined variable: %s" noticies were fixed to be compatible with PHP_5_0 | Dmitry Stogov | 2004-12-24 | 1 | -4/+4 |
| | |||||
* | - Checks for Darwin'ish systems that uses Mach-O, which apparently doesn't | Moriyoshi Koizumi | 2004-11-03 | 1 | -1/+1 |
| | | | | | support weak symbol aliasing at this time. | ||||
* | - Commit new VM | Andi Gutmans | 2004-10-22 | 1 | -262/+47 |
| | | | | | | - Old one is tagged as PRE_NEW_VM_GEN_PATCH - Still doing work so more commits to come. Don't complain (yet) :) | ||||
* | - Fix crash (MFB PHP5_0) | Andi Gutmans | 2004-10-22 | 1 | -1/+1 |
| | |||||
* | Fixed unset() bug that was introduced with CV optimization patch | Dmitry Stogov | 2004-10-05 | 1 | -0/+4 |
| | |||||
* | - Commit the variable fetch optimization. | Andi Gutmans | 2004-10-04 | 1 | -15/+159 |
| | | | | | | | - 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. | ||||
* | - Commit new VM architecture. This one allows people (aka Derick) to | Andi Gutmans | 2004-09-23 | 1 | -3770/+459 |
| | | | | | | - 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 | -5/+0 |
| |