#
b628fc21 |
| 02-Feb-2008 |
Marcus Boerger |
- MFH Synch directory changes [DOC] # Class FilesystemIterator was introduced to have a better DirectoryIterator # without having to change DirectoryIterator or RecursiveDirectoryIterator
- MFH Synch directory changes [DOC] # Class FilesystemIterator was introduced to have a better DirectoryIterator # without having to change DirectoryIterator or RecursiveDirectoryIterator. # On top of FilterIterator the new GlobIterator was introduced. This one allows # to implement Countable(). But a glob stream flattens all structure, so it # cannot be derived from RedursiveIterator. With the new structure all children # of FilesystemIterator have nearly the same behavior. Just their capabilities # are a bit different. Check out new inheritance tree on SplFileInfo: # # [marcus@frodo PHP_5_3]$ php ext/spl/examples/class_tree.php SplFileInfo # make: `sapi/cli/php' is up to date. # SplFileInfo # |-DirectoryIterator (Iterator) # | \-FilesystemIterator # | |-GlobIterator (Countable) # | \-RecursiveDirectoryIterator (RecursiveIterator) # | \-Phar (ArrayAccess, Countable) # |-PharFileInfo # \-SplFileObject (RecursiveIterator, SeekableIterator) # \-SplTempFileObject
show more ...
|
#
4ac63900 |
| 01-Feb-2008 |
Felipe Pena |
MFH: Added new parameter for strstr(), stristr() |
#
79da75ce |
| 01-Feb-2008 |
Hannes Magnusson |
glob:// was added in 5.3, no need to mention bug fixes for it |
#
0b71904a |
| 30-Jan-2008 |
Marcus Boerger |
- Fixed glob:// stream handling in (Recursive)DirectoryIterator. |
#
8452585f |
| 30-Jan-2008 |
Felipe Pena |
Fixed Bug#43926 (isInstance() isn't equivalent to instanceof operator) |
#
240fa244 |
| 30-Jan-2008 |
Dmitry Stogov |
Improved PHP binary size and startup speed with GCC4 visibility control (Nuno) |
#
6878464e |
| 29-Jan-2008 |
Derick Rethans |
- MFH: Fixed bug #43960 (strtotime() returns timestamp in the future when given a bogus string). |
#
ea5148d3 |
| 29-Jan-2008 |
Antony Dovgal |
entry moved to 5_2 |
#
9770b3cb |
| 29-Jan-2008 |
Dmitry Stogov |
Fixed bug #43323 (Wrong count abstract methods). (Felipe, Dmitry) |
#
b989cba0 |
| 29-Jan-2008 |
Antony Dovgal |
BFN |
#
ec344640 |
| 28-Jan-2008 |
Antony Dovgal |
BFN |
#
e9914e9d |
| 28-Jan-2008 |
Marcus Boerger |
- MFH Make SplObjectStorage implement ArrayAccess [DOC] |
#
a1180690 |
| 28-Jan-2008 |
Derick Rethans |
- MFH: Added two optional parameters to timezone_transitions_get() / DateTimeZone::getTranstions() to limit the range of transitions being returned. |
#
ffbe501a |
| 28-Jan-2008 |
Derick Rethans |
- MFH: Added date_timestamp_get() / DateTime::getTimestamp() to retrieve the Unix timestamp belonging to a date object. |
#
8d7d8bd0 |
| 28-Jan-2008 |
Dmitry Stogov |
Better message |
#
a3398678 |
| 27-Jan-2008 |
Marcus Boerger |
MFH: [DOC] Add ability to store associative infor with objects in SplObjectStorage - Add second parameter to SplObjectStorage::attach() - Add SplObjectStorage::setInfo() - Add SplObje
MFH: [DOC] Add ability to store associative infor with objects in SplObjectStorage - Add second parameter to SplObjectStorage::attach() - Add SplObjectStorage::setInfo() - Add SplObjectStorage::getInfo()
show more ...
|
#
216d0cb0 |
| 27-Jan-2008 |
Derick Rethans |
- MFH: Added support for selectively listing timezone identifiers through timezone_identifiers_list() / DateTimezone::listIdentifiers(). |
#
23e3baf6 |
| 25-Jan-2008 |
Scott MacVicar |
Fix html_entity_decode when converting numeric html entities, the numeric values for the extended characters don't correspond to that of windows-1251 and cp866. |
#
f8297f6e |
| 24-Jan-2008 |
Dmitry Stogov |
Fixed bug #43426 (crash on nested call_user_func() calls) |
#
0b682510 |
| 24-Jan-2008 |
Dmitry Stogov |
Changed EG(argument_stack) implementation. |
#
e837a3b7 |
| 23-Jan-2008 |
Antony Dovgal |
BFN |
#
10a0f206 |
| 22-Jan-2008 |
Marcus Boerger |
- MFH Bugfix #37076 (SimpleXML ignores .=). (felipe, marcus) |
#
71592cec |
| 22-Jan-2008 |
Dmitry Stogov |
Added garbage collector |
#
7366d48c |
| 21-Jan-2008 |
Etienne Kneuss |
MFH: Add doxygen docs for SplDoublyLinkedList, SplStack, SplQueue |
#
fa47e900 |
| 21-Jan-2008 |
Dmitry Stogov |
Changed exception handling. Now each op_array doesn't contain ZEND_HANDLE_EXCEPTION opcode in the end |