Zoe Slattery
|
b37019f963
|
fix test
|
2009-07-05 14:46:08 +00:00 |
|
Felipe Pena
|
fc4e43ec3c
|
MFH:
- Added missing methods' arginfo (for void params)
- Fixed arginfos:
- MultipleIterator::__construct
- MultipleIterator::setFlags (Thanks Philip!)
- SplFixedArray::__construct
|
2009-07-04 20:31:27 +00:00 |
|
Christian Seiler
|
b4a43d0d94
|
MFH: spl_autoload_unregister/spl_autoload_functions and closures
|
2009-06-30 17:14:37 +00:00 |
|
Scott MacVicar
|
3e58e86d01
|
MFH Add SplDoublyLinkedList::prev() and fix a memory leak when the iterator pointer isn't at the end
|
2009-06-17 13:27:09 +00:00 |
|
Greg Beaver
|
79d05eac0d
|
fix Bug #48541: spl_autoload_register only registers first closure, then leaks the others. Fix missing erealloc in fix for bug #40091 (PHP_5_3 only)
|
2009-06-13 17:30:50 +00:00 |
|
Scott MacVicar
|
fc8426ad31
|
MFH Fix bug #48493 - spl_autoload_register can leave the HT in an inconsistent way.
Need to point the second elements previous item to head so we can traverse upwards.
|
2009-06-09 01:58:07 +00:00 |
|
Zoe Slattery
|
2e8ad7f7d1
|
Commiting testfest tests from tek
|
2009-06-03 12:30:40 +00:00 |
|
Felipe Pena
|
0873648ef0
|
- New tests (testfest NorthWestUG)
|
2009-05-23 15:38:18 +00:00 |
|
Arnaud Le Blanc
|
52cc098a90
|
MFH: Better fix for #45622 (patch by robinf at php do net)
|
2009-05-21 13:26:14 +00:00 |
|
Felipe Pena
|
6f75314b84
|
- New tests (testfet LondonUG)
|
2009-05-17 15:24:08 +00:00 |
|
Etienne Kneuss
|
bc75208538
|
MFH: Fix bug #47534 (RecursiveDirectoryIterator::getChildren ignoring CURRENT_AS_PATHNAME)
|
2009-05-09 21:06:59 +00:00 |
|
Scott MacVicar
|
cc33f375a6
|
MFH Broken test when you have a snapshot as it relies on CVS
|
2009-05-09 20:18:43 +00:00 |
|
Sebastian Schürmann
|
7e5a07ab93
|
- fix tests
- output of spl_classes differs from 5_2 to 5_3, changed to is_array
|
2009-04-26 23:58:44 +00:00 |
|
Sebastian Schürmann
|
d2672abf45
|
Initial commit
|
2009-04-25 11:19:40 +00:00 |
|
Etienne Kneuss
|
3b90499884
|
MFH: Fix #48023 (spl_autoload_register didn't store closures)
|
2009-04-20 14:20:20 +00:00 |
|
Hannes Magnusson
|
33e01788ef
|
MFH: Use obscure name
|
2009-04-06 09:31:52 +00:00 |
|
Etienne Kneuss
|
c44d7b3576
|
MFH: Add test covering for #47671
|
2009-03-19 02:47:00 +00:00 |
|
Felipe Pena
|
d29e47652f
|
- MFH: Added missing "return;"
|
2009-01-20 00:43:25 +00:00 |
|
Etienne Kneuss
|
fc1b5427d8
|
MFH: Add tests for addAll/RemoveAll
|
2009-01-17 01:30:52 +00:00 |
|
Etienne Kneuss
|
cd63e52c0b
|
MFH: Fix #47045 (Correctly compare splobjectstorages with ==)
|
2009-01-14 15:53:03 +00:00 |
|
Etienne Kneuss
|
b296c25ba2
|
MFH: Fix #45820 (Empty ArrayObject keys not allowed)
|
2008-12-30 23:34:29 +00:00 |
|
David Coallier
|
16de7fbd16
|
- MFH
- Bug #46615
- Return the count - 1 when invoking SplHeap->key()
- Adjusted the tests
|
2008-11-22 14:19:47 +00:00 |
|
Etienne Kneuss
|
27e41ff48c
|
MFH: Fix #45976 (Move SXE from SPL to SimpleXML)
|
2008-11-06 00:37:13 +00:00 |
|
Etienne Kneuss
|
1a642296ba
|
Fix #46317 (Iterator class not properly checked)
|
2008-10-19 18:00:24 +00:00 |
|
Zoe Slattery
|
057f422c03
|
Replacing explicit object ID with %d
|
2008-10-17 15:03:48 +00:00 |
|
Zoe Slattery
|
f591bffba9
|
Committing for Robin Fernandes
|
2008-10-17 14:34:55 +00:00 |
|
Etienne Kneuss
|
0d7d9b0540
|
Fix #46222 (Allow indirect modifications of Arrays inside ArrayObject + fix EG(uninitialized_zval_ptr) overwrite)
|
2008-10-05 14:20:55 +00:00 |
|
Etienne Kneuss
|
f0cf9b4c88
|
MFH: Fix #46192 (Serialization of ArrayObject with objects as storage)
|
2008-09-29 22:45:28 +00:00 |
|
Felipe Pena
|
54231ab577
|
- MFH: Fixed bug #46160 (SPL - Memory leak when exception is throwed in offsetSet method)
|
2008-09-23 12:06:01 +00:00 |
|
Felipe Pena
|
fa592702a7
|
- New test
|
2008-09-22 13:09:50 +00:00 |
|
Dmitry Stogov
|
b6a4094c03
|
Fixed bug #46115 (Memory leak when calling a method using Reflection)
|
2008-09-19 12:48:33 +00:00 |
|
Etienne Kneuss
|
6ebc3a8b9b
|
MFH: Fix #45656 (new Class silenting exceptions in autoloaders)
|
2008-09-15 10:19:53 +00:00 |
|
Arnaud Le Blanc
|
c238cb8f84
|
MFH: Fixed #46053 (SplFileObject::seek - Endless loop)
|
2008-09-11 15:31:58 +00:00 |
|
Arnaud Le Blanc
|
7f5079ab3a
|
MFH: Fixed #46051 (SplFileInfo::openFile - memory overlap)
|
2008-09-11 15:22:49 +00:00 |
|
Arnaud Le Blanc
|
506e49c6e1
|
MFH: Fixed bug #46031 (Segfault in AppendIterator::next)
|
2008-09-09 19:44:15 +00:00 |
|
Etienne Kneuss
|
efd817bf13
|
MFH: Fix #45826 (Custom serialization)
|
2008-08-25 18:40:44 +00:00 |
|
Marcus Boerger
|
0edbdd7680
|
- Add new test
|
2008-08-24 16:46:30 +00:00 |
|
Jani Taskinen
|
f11ce93fd5
|
- Remove crap
|
2008-08-15 15:21:04 +00:00 |
|
Jani Taskinen
|
803f3011c6
|
MFH
|
2008-08-14 23:29:13 +00:00 |
|
Marcus Boerger
|
0d7045e13b
|
- MFH EXPECT rather than EXPECTF
|
2008-08-11 17:30:37 +00:00 |
|
Etienne Kneuss
|
16470b1e0c
|
MFH: Test the catching of chains of exceptions
|
2008-08-08 14:09:45 +00:00 |
|
Robin Fernandes
|
cf167a669b
|
Improve ArrayObject::exchangeArray() behaviour with objects and CoW references (see http://turl.ca/exarr ).
|
2008-08-04 11:45:21 +00:00 |
|
Etienne Kneuss
|
afb1e3efab
|
MFH: Fix clone + add tests
|
2008-08-03 19:07:31 +00:00 |
|
Dmitry Stogov
|
b6cca30211
|
Fixed memory leak
|
2008-07-29 14:28:11 +00:00 |
|
Etienne Kneuss
|
1da16cef08
|
MFH: Increase coverage a bit
|
2008-07-28 14:24:45 +00:00 |
|
Dmitry Stogov
|
af05ce0af6
|
Fixed is_callable/call_user_func mess that had done different things for very similar arguments e.g. array("A","B") and "A::B"
|
2008-07-26 13:14:04 +00:00 |
|
Arnaud Le Blanc
|
77baec3f6d
|
MFH: Fix bug #45622 (isset($arrayObject->p) misbehaves with ArrayObject::ARRAY_AS_PROPS set)
|
2008-07-26 12:34:10 +00:00 |
|
Arnaud Le Blanc
|
f9ef6c8723
|
MFH: Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1st private prop of wrapped object)
|
2008-07-24 15:54:41 +00:00 |
|
Steph Fox
|
01b8829f73
|
MFH Make test x-platform
|
2008-07-24 08:56:51 +00:00 |
|
Marcus Boerger
|
ae8ef6c13a
|
- MFH Add MultipleIterator (Arnaud, Marcus)
|
2008-07-22 22:54:35 +00:00 |
|