#
e6f6a198 |
| 07-Mar-2008 |
Scott MacVicar |
BFN. |
#
51a57fe2 |
| 07-Mar-2008 |
Jani Taskinen |
style |
#
1937e87f |
| 07-Mar-2008 |
Scott MacVicar |
BFN |
Revision tags: php-5.2.6RC2 |
|
#
ab232458 |
| 05-Mar-2008 |
Dmitry Stogov |
Optimized require_once() and include_once() by eliminationg open() syscall on second usage. |
#
b8a3bb32 |
| 04-Mar-2008 |
Christopher Jones |
Add oci_bind_by_name update |
#
f5d11867 |
| 04-Mar-2008 |
Christopher Jones |
Add #41069. Clarify attributions. |
#
e9918d1b |
| 29-Feb-2008 |
Etienne Kneuss |
Heaps addition |
Revision tags: php-5.2.6RC1 |
|
#
95c95d74 |
| 27-Feb-2008 |
Felipe Pena |
Fix (#43559) merged into 5_2 |
#
c47f4b9f |
| 24-Feb-2008 |
Felipe Pena |
Entry existent in 5_2 |
#
d3e50265 |
| 23-Feb-2008 |
Marcus Boerger |
- MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus) [DOC] Finally added deprecation messages |
#
f30b2909 |
| 21-Feb-2008 |
Felipe Pena |
Fix typo and add Derick's name |
#
70fb9a20 |
| 21-Feb-2008 |
Antony Dovgal |
news entry for new stuff |
Revision tags: RELEASE_1_3_1 |
|
#
4652c2bf |
| 15-Feb-2008 |
Pierre Joye |
- [DOC] add PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION, PHP_EXTRA_VERSION, PHP_VERSION_ID, PHP_ZTS and PHP_DEBUG constants |
#
d161f4ec |
| 15-Feb-2008 |
Derick Rethans |
- Fixed speling. |
#
a764d75d |
| 15-Feb-2008 |
Derick Rethans |
- Add the ReflectionProperty::setAccesible() method that allows non-public property's values to be read through ::getValue(). #- [DOC] |
#
ddcf7a2f |
| 12-Feb-2008 |
Dmitry Stogov |
Added NEWDOC |
#
b6e6e77f |
| 12-Feb-2008 |
Stanislav Malyshev |
__DIR__ announce |
#
3ea9c13c |
| 08-Feb-2008 |
Dmitry Stogov |
Improved md5() implementation (Solar Designer) |
#
f6a09999 |
| 06-Feb-2008 |
Marcus Boerger |
- WS/Cleanup/grouping - WOW that'll be a really nice release! # Thanks for everyone working on this already!! |
#
a61e5f89 |
| 03-Feb-2008 |
Derick Rethans |
- MFH: Support "first/last day of <month>" style texts. |
#
d37b0fca |
| 03-Feb-2008 |
Felipe Pena |
Missing Johannes' name |
#
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. |