Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: Fixed bug #46649 (Setting array element with that same array produces | Arnaud Le Blanc | 2008-11-23 | 1 | -0/+26 |
| | | | | | inconsistent results) | ||||
* | - New test | Felipe Pena | 2008-11-11 | 1 | -0/+16 |
| | |||||
* | - Fixed test | Felipe Pena | 2008-10-31 | 1 | -6/+6 |
| | |||||
* | fix test | Antony Dovgal | 2008-10-24 | 1 | -1/+1 |
| | |||||
* | fix bug #46381 (wrong $this passed to internal methods causes segfault) | Antony Dovgal | 2008-10-24 | 1 | -0/+19 |
| | |||||
* | Fixed bug #46308 (Invalid write when changing property from inside getter) | Dmitry Stogov | 2008-10-17 | 1 | -0/+33 |
| | |||||
* | Fixed bug #46246 (difference between call_user_func(array($this, $method)) ↵ | Dmitry Stogov | 2008-10-10 | 1 | -0/+40 |
| | | | | and $this->$method()) | ||||
* | Fixed bug #43053 (Regression: some numbers shown in scientific notation). ↵ | Dmitry Stogov | 2008-09-15 | 3 | -2/+16 |
| | | | | | | | (int-e at gmx dot de) some 64bit test files may need to be fixed | ||||
* | - New tests | Felipe Pena | 2008-08-22 | 3 | -0/+176 |
| | |||||
* | MFH: | Felipe Pena | 2008-08-22 | 8 | -0/+367 |
| | | | | | | - Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and 'private' variables) - Added some tests | ||||
* | - New test | Felipe Pena | 2008-08-18 | 1 | -0/+74 |
| | |||||
* | MFH | Jani Taskinen | 2008-08-14 | 1 | -1/+3 |
| | |||||
* | - New test | Felipe Pena | 2008-08-14 | 1 | -0/+28 |
| | |||||
* | Fixed bug #45805 (Crach on throwing exception from error handler) | Dmitry Stogov | 2008-08-13 | 1 | -0/+46 |
| | |||||
* | - Fixed test (LF) | Felipe Pena | 2008-08-10 | 1 | -0/+2 |
| | |||||
* | Fixed bug #45178 (memory corruption on assignment result of "new" by reference) | Dmitry Stogov | 2008-07-24 | 1 | -0/+29 |
| | |||||
* | Fixed tests on Windows | Matt Wilmas | 2008-05-29 | 1 | -1/+1 |
| | |||||
* | fix test titles | Antony Dovgal | 2008-05-14 | 3 | -3/+3 |
| | |||||
* | - Fixed test | Felipe Pena | 2008-05-12 | 1 | -1/+7 |
| | |||||
* | - New tests | Felipe Pena | 2008-05-09 | 3 | -0/+76 |
| | |||||
* | MFH: Test for loss of backslash at end of heredoc; For bug #44830 (Very ↵ | Matt Wilmas | 2008-05-09 | 1 | -0/+14 |
| | | | | minor issue with backslash in heredoc) | ||||
* | - MFH add new tests | Marcus Boerger | 2008-04-06 | 2 | -0/+21 |
| | |||||
* | - MFH Add tests | Marcus Boerger | 2008-03-23 | 1 | -0/+23 |
| | |||||
* | MFH: fix segfault when trying to clone uncloneable object | Antony Dovgal | 2008-03-06 | 1 | -0/+20 |
| | |||||
* | Fixed bug #43483 (get_class_methods() does not list all visible methods) | Dmitry Stogov | 2008-02-21 | 1 | -0/+24 |
| | |||||
* | Fixed bug #44141 (private parent constructor callable through static function) | Dmitry Stogov | 2008-02-21 | 1 | -0/+25 |
| | |||||
* | Fixed bug #44184 (Double free of loop-variable on exception) | Dmitry Stogov | 2008-02-20 | 1 | -0/+21 |
| | |||||
* | MFH: Fixed bug #43128 (Very long class name causes segfault) | Dmitry Stogov | 2008-02-15 | 1 | -0/+17 |
| | |||||
* | Fixed bug #44069 (Huge memory usage with concatenation using . instead of .=) | Dmitry Stogov | 2008-02-14 | 1 | -0/+21 |
| | |||||
* | MFH: fix type and bug #43646 | Antony Dovgal | 2008-01-29 | 1 | -1/+1 |
| | |||||
* | Fixed error message | Dmitry Stogov | 2008-01-24 | 1 | -2/+1 |
| | |||||
* | Fixed bug #43703 (Signature compatibility check broken) | Dmitry Stogov | 2008-01-09 | 1 | -0/+23 |
| | |||||
* | Fixed bug #38469 (Unexpected creation of cycle). | Dmitry Stogov | 2007-12-28 | 1 | -0/+28 |
| | |||||
* | - MFH: Fix #43450 (Memory leak on some functions with implicit object | Johannes Schlüter | 2007-12-21 | 1 | -0/+35 |
| | | | | | __toString() call) (Davic C.) | ||||
* | New test - Indexing - various special cases | Robert Nicholson | 2007-12-20 | 1 | -0/+212 |
| | |||||
* | Fixed tests | Dmitry Stogov | 2007-11-19 | 2 | -2/+2 |
| | |||||
* | MFH: fix error message (reported by Felipe Nascimento) | Antony Dovgal | 2007-11-12 | 1 | -1/+1 |
| | |||||
* | Fixed bug #42937 (__call() method not invoked when methods are called on ↵ | Dmitry Stogov | 2007-11-12 | 1 | -0/+40 |
| | | | | parent from child class). | ||||
* | Fixed bug #43201 (Crash on using unitialized vals and __get/__set) | Dmitry Stogov | 2007-11-09 | 1 | -0/+54 |
| | |||||
* | Fixed bug #43175 (__destruct() throwing an exception with __call() causes ↵ | Dmitry Stogov | 2007-11-09 | 1 | -0/+24 |
| | | | | segfault) | ||||
* | MFB: Fixed bug #42817 (clone() on a non-object does not result in a fatal | Ilia Alshanetsky | 2007-10-04 | 3 | -4/+11 |
| | | | | | error) | ||||
* | Fixed bug #42818 ($foo = clone(array()); leaks memory) | Dmitry Stogov | 2007-10-03 | 1 | -0/+9 |
| | |||||
* | Fixed bug #42772 (Storing $this in a static var fails while handling a cast ↵ | Dmitry Stogov | 2007-10-03 | 1 | -0/+18 |
| | | | | to string) | ||||
* | Fixed bug #42767 (highlight_string() truncates trailing comment) | Ilia Alshanetsky | 2007-09-26 | 1 | -0/+11 |
| | |||||
* | - Fix test and tuned error message | Jani Taskinen | 2007-09-20 | 1 | -0/+2 |
| | |||||
* | MFH | Antony Dovgal | 2007-09-19 | 3 | -3/+3 |
| | |||||
* | MFH: prohibit arguments by ref in magic methods | Antony Dovgal | 2007-08-31 | 8 | -0/+151 |
| | |||||
* | Fixed bug #42009 (is_a() and is_subclass_of() should NOT call autoload, in ↵ | Dmitry Stogov | 2007-08-22 | 1 | -1/+0 |
| | | | | the same way as "instanceof" operator). | ||||
* | Fixed bug #42211 (property_exists() fails to find protected properties from ↵ | Dmitry Stogov | 2007-08-08 | 1 | -0/+30 |
| | | | | a parent class) | ||||
* | Fixed test | Dmitry Stogov | 2007-08-08 | 1 | -1/+1 |
| |