1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 10:12:18 +01:00
Commit Graph

420 Commits

Author SHA1 Message Date
Felipe Pena
da3fad6285 - Fix test 2009-02-20 13:30:04 +00:00
Jani Taskinen
ba9cdc0ad1 - spl is not forced on everyone in 5.2 branch. 2009-02-20 13:16:21 +00:00
Zoe Slattery
eb829c6bbc fix test 2009-02-17 20:26:11 +00:00
Antony Dovgal
a19fb50fd6 add test 2009-02-11 10:02:28 +00:00
Dmitry Stogov
85489ac01a Fixed bug #47165 (Possible memory corruption when passing return value by reference) 2009-01-21 10:15:49 +00:00
Dmitry Stogov
84d76e82bb Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object) 2009-01-15 08:48:41 +00:00
Felipe Pena
4b06c31923 - MFH: Fixed test (patch by Timm Friebe [thekid@php]) 2009-01-10 17:07:33 +00:00
Andrei Zmievski
7ac1f7eee7 Handle __call() on protected/private method access for callbacks too. 2009-01-08 21:39:06 +00:00
Andrei Zmievski
518f9a3586 MFB 2009-01-08 00:39:15 +00:00
Felipe Pena
cde0b736c5 MFH:
- Fixed bug #46701 (Creating associative array with long values in the key fails on 32bit linux)
Patch by Shire
2009-01-06 01:29:22 +00:00
Arnaud Le Blanc
d6b86e9d4d MFH: Fixed bug #46649 (Setting array element with that same array produces
inconsistent results)
2008-11-23 20:36:32 +00:00
Felipe Pena
d7a80059bb - New test 2008-11-11 16:16:20 +00:00
Felipe Pena
192e130e52 - Fixed test 2008-10-31 12:55:10 +00:00
Antony Dovgal
334e8973db fix test 2008-10-24 20:15:34 +00:00
Antony Dovgal
340bd30aa6 fix bug #46381 (wrong $this passed to internal methods causes segfault) 2008-10-24 13:55:37 +00:00
Dmitry Stogov
739c75b050 Fixed bug #46308 (Invalid write when changing property from inside getter) 2008-10-17 10:25:56 +00:00
Dmitry Stogov
a1a1249753 Fixed bug #46246 (difference between call_user_func(array($this, $method)) and $this->$method()) 2008-10-10 15:53:31 +00:00
Dmitry Stogov
11900b10a3 Fixed bug #43053 (Regression: some numbers shown in scientific notation). (int-e at gmx dot de)
some 64bit test files may need to be fixed
2008-09-15 11:47:03 +00:00
Felipe Pena
500d715ed3 - New tests 2008-08-22 13:40:54 +00:00
Felipe Pena
ebdf8d3637 MFH:
- Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and 'private' variables)
- Added some tests
2008-08-22 01:06:55 +00:00
Felipe Pena
5b9e18dd61 - New test 2008-08-18 17:52:35 +00:00
Jani Taskinen
cb2b9fcf8b MFH 2008-08-14 22:51:50 +00:00
Felipe Pena
f26f786362 - New test 2008-08-14 19:17:13 +00:00
Dmitry Stogov
fbb885cd6c Fixed bug #45805 (Crach on throwing exception from error handler) 2008-08-13 07:19:43 +00:00
Felipe Pena
8df7dc9693 - Fixed test (LF) 2008-08-10 00:44:55 +00:00
Dmitry Stogov
d2f478af6a Fixed bug #45178 (memory corruption on assignment result of "new" by reference) 2008-07-24 11:47:14 +00:00
Matt Wilmas
70c5d7fcb5 Fixed tests on Windows 2008-05-29 07:33:03 +00:00
Antony Dovgal
d01d7450a7 fix test titles 2008-05-14 13:07:17 +00:00
Felipe Pena
670ed18df4 - Fixed test 2008-05-12 11:24:07 +00:00
Felipe Pena
daf04269f5 - New tests 2008-05-09 14:17:42 +00:00
Matt Wilmas
6c7ae8825d MFH: Test for loss of backslash at end of heredoc; For bug #44830 (Very minor issue with backslash in heredoc) 2008-05-09 11:06:45 +00:00
Marcus Boerger
98f4d8c5f6 - MFH add new tests 2008-04-06 17:53:35 +00:00
Marcus Boerger
03c3cfbde3 - MFH Add tests 2008-03-23 13:39:27 +00:00
Antony Dovgal
ba9ad966c3 MFH: fix segfault when trying to clone uncloneable object 2008-03-06 17:28:47 +00:00
Dmitry Stogov
7eb1befffe Fixed bug #43483 (get_class_methods() does not list all visible methods) 2008-02-21 15:14:13 +00:00
Dmitry Stogov
28306e3439 Fixed bug #44141 (private parent constructor callable through static function) 2008-02-21 13:55:22 +00:00
Dmitry Stogov
39c4c3971d Fixed bug #44184 (Double free of loop-variable on exception) 2008-02-20 12:04:50 +00:00
Dmitry Stogov
f29c6b45a8 MFH: Fixed bug #43128 (Very long class name causes segfault) 2008-02-15 07:44:46 +00:00
Dmitry Stogov
af3aecb688 Fixed bug #44069 (Huge memory usage with concatenation using . instead of .=) 2008-02-14 14:47:25 +00:00
Antony Dovgal
65d0aca95c MFH: fix type and bug #43646 2008-01-29 00:08:08 +00:00
Dmitry Stogov
bab919b91b Fixed error message 2008-01-24 08:51:04 +00:00
Dmitry Stogov
b58a5db130 Fixed bug #43703 (Signature compatibility check broken) 2008-01-09 07:57:23 +00:00
Dmitry Stogov
2705adc4b9 Fixed bug #38469 (Unexpected creation of cycle). 2007-12-28 13:38:20 +00:00
Johannes Schlüter
42add0f2e1 - MFH: Fix #43450 (Memory leak on some functions with implicit object
__toString() call) (Davic C.)
2007-12-21 20:58:11 +00:00
Robert Nicholson
6194af1343 New test - Indexing - various special cases 2007-12-20 11:41:40 +00:00
Dmitry Stogov
06a116cd53 Fixed tests 2007-11-19 08:01:56 +00:00
Antony Dovgal
144419b3a1 MFH: fix error message (reported by Felipe Nascimento) 2007-11-12 16:56:39 +00:00
Dmitry Stogov
2ea3105939 Fixed bug #42937 (__call() method not invoked when methods are called on parent from child class). 2007-11-12 09:11:49 +00:00
Dmitry Stogov
84c1ac4385 Fixed bug #43201 (Crash on using unitialized vals and __get/__set) 2007-11-09 09:28:18 +00:00
Dmitry Stogov
85a2d87bae Fixed bug #43175 (__destruct() throwing an exception with __call() causes segfault) 2007-11-09 09:16:45 +00:00