Matt Wilmas
|
dd4b27e943
|
MFH: Fixed bug #47836 (array operator [] inconsistency when the array has PHP_INT_MAX index value)
Also simplified related array_push() test
|
2009-06-07 19:28:33 +00:00 |
|
Jani Taskinen
|
bfebb9c6aa
|
fix test
|
2009-06-02 08:03:35 +00:00 |
|
Arnaud Le Blanc
|
1493336708
|
MFH: New tests
# These tests were failing on different configurations, so adding them
# all to get more chances of seeing one failing in case of problem.
|
2009-06-01 16:10:47 +00:00 |
|
Pierre Joye
|
1627157cdd
|
- #42143, the constant NAN is reported as 0 on Windows
|
2009-05-29 07:29:20 +00:00 |
|
Arnaud Le Blanc
|
80f98df54e
|
MFH: Use zend_get_property_info() in get_class_vars() (fixes #46812)
|
2009-05-22 11:23:11 +00:00 |
|
Matt Wilmas
|
938763c753
|
MFH: Fixed bug #45877 (Array key '2147483647' left as string)
|
2009-05-14 01:28:15 +00:00 |
|
Felipe Pena
|
20fd5b9932
|
- MFH: Fixed bug #48248 (SIGSEGV when access to private property via &__get)
|
2009-05-12 23:01:38 +00:00 |
|
Felipe Pena
|
e40df88ad6
|
- MFH: Fix code && new test
|
2009-05-11 15:13:35 +00:00 |
|
Jani Taskinen
|
0bdbd69561
|
- Added missing tests from this branch..*sigh*
|
2009-04-30 11:39:01 +00:00 |
|
Hannes Magnusson
|
c3fd834e3a
|
MFH: Fixed bug#47981 (error handler not called regardless)
|
2009-04-16 13:52:23 +00:00 |
|
Felipe Pena
|
db53404011
|
- Fixed bug #47801 (__call() accessed via parent:: operator is provided incorrect method name)
|
2009-04-08 00:28:06 +00:00 |
|
Felipe Pena
|
d52ad52511
|
- Fixed bug #47903 ("@" operator does not work with string offsets (PHP_5_2 only!))
(MFH: #39018)
|
2009-04-06 23:56:20 +00:00 |
|
Dmitry Stogov
|
9e48089f65
|
Fixed bug #47704 (PHP crashes on some "bad" operations with string offsets)
|
2009-03-18 13:11:32 +00:00 |
|
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 |
|