Revision tags: php-5.2.17, php-5.3.5 |
|
#
927bf09c |
| 01-Jan-2011 |
Felipe Pena |
- Year++
|
#
0203cc3d |
| 01-Jan-2011 |
Felipe Pena |
- Year++
|
#
064a2544 |
| 23-Dec-2010 |
Peter Cowburn |
Implemented FR #48767 (SplFileInfo::getExtension())
|
Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1 |
|
#
6958cb4a |
| 14-Nov-2010 |
Felipe Pena |
- Added missing void arg checks
|
#
8192f0f7 |
| 14-Nov-2010 |
Felipe Pena |
- Added missing void arg checks
|
#
6cb7ea40 |
| 09-Nov-2010 |
Adam Harvey |
Implemented FR #53264 (Add fputcsv method to SplFileObject).
|
#
150a741f |
| 09-Nov-2010 |
Adam Harvey |
Fix bug #53279 (SplFileObject doesn't initialise default CSV escape character).
|
#
84dc845f |
| 09-Nov-2010 |
Adam Harvey |
Fix bug #53279 (SplFileObject doesn't initialise default CSV escape character).
|
#
2b043648 |
| 10-Sep-2010 |
Pierre Joye |
- Implement bug #51804, splFileInfo::getLinkTarget() on Windows
|
#
b4368a76 |
| 10-Sep-2010 |
Pierre Joye |
- Implement bug #51804, splFileInfo::getLinkTarget() on Windows
|
#
2fb2f815 |
| 18-Aug-2010 |
Felipe Pena |
- Improved fix for bug #52573
|
#
f3028b92 |
| 18-Aug-2010 |
Felipe Pena |
- Improved fix for bug #52573
|
#
658272c9 |
| 10-Aug-2010 |
Felipe Pena |
- Fixed bug #52573 (SplFileObject::fscanf Segmentation fault)
|
#
c10bb272 |
| 10-Aug-2010 |
Felipe Pena |
- Fixed bug #52573 (SplFileObject::fscanf Segmentation fault)
|
Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1 |
|
#
c5237d82 |
| 24-May-2010 |
Dmitry Stogov |
Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties
|
#
a5d361e3 |
| 27-Apr-2010 |
Etienne Kneuss |
Fixed #48361 (SplFileInfo::getPathName() should return the parent
|
#
07a6d662 |
| 27-Apr-2010 |
Etienne Kneuss |
Fixed #48361 (SplFileInfo::getPathName() should return the parent
|
#
c200eeeb |
| 27-Apr-2010 |
Etienne Kneuss |
Fix #51374 (Wrongly initialized object properties)
|
#
739ebcc6 |
| 27-Apr-2010 |
Etienne Kneuss |
Fix #51374 (Wrongly initialized object properties)
|
#
dd8e59da |
| 26-Apr-2010 |
Kalle Sommer Nielsen |
Removed safe_mode * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_
Removed safe_mode * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
show more ...
|
#
eb88d58e |
| 25-Apr-2010 |
Etienne Kneuss |
Fix #51532 (Invalid prototype for SplFileInfo::fscanf)
|
#
d8c8cb4c |
| 25-Apr-2010 |
Etienne Kneuss |
Fix #51532 (Invalid prototype for SplFileInfo::fscanf)
|
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1 |
|
#
9ba1e816 |
| 03-Jan-2010 |
Sebastian Bergmann |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1 |
|
#
855034b9 |
| 23-Jul-2009 |
Jani Taskinen |
- Fixed bug #49032 (SplFileObject::fscanf() variables passed by reference)
|
#
c16b7585 |
| 08-Jul-2009 |
Ilia Alshanetsky |
Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend into symlinked directories). [DOC] To avoid breaking how existing code works a new constant is introduced for th
Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend into symlinked directories). [DOC] To avoid breaking how existing code works a new constant is introduced for the RecursiveDirectoryIterator() that directs the code to follow symlinks. This constant RecursiveDirectoryIterator::FOLLOW_SYMLINKS can be passed a flag to the constructor to trigger symlink following.
show more ...
|