#
41abc6d0 |
| 29-Oct-2011 |
Gustavo André dos Santos Lopes |
- Reverted changes that required constructor overrides to invoke the parent constructor in several SPL classes and applied 5.3 fixes instead. Related bugs: #54384, #55175 and #55300
|
Revision tags: php-5.4.0beta2 |
|
#
3dabada8 |
| 30-Sep-2011 |
Hannes Magnusson |
Use the default stream context for FilesystemIterator, GlobIterator and (Recursive)DirectoryIterator
|
#
317f933c |
| 30-Sep-2011 |
Hannes Magnusson |
Use the default stream context for FilesystemIterator, GlobIterator and (Recursive)DirectoryIterator
|
Revision tags: php-5.4.0beta1 |
|
#
c35d34a1 |
| 09-Sep-2011 |
Pierre Joye |
- nuke unused var
|
#
7a3d89a9 |
| 09-Sep-2011 |
Pierre Joye |
- nuke unused var
|
#
ba07a1c7 |
| 09-Sep-2011 |
Pierre Joye |
- improve r316420, function must return a value
|
#
2d9f7584 |
| 09-Sep-2011 |
Pierre Joye |
- improve r316420, function must return a value
|
#
6550af38 |
| 08-Sep-2011 |
Pierre Joye |
- improve r316420 (SplFileObject cannot and should not accept directories)
|
#
de12ac02 |
| 08-Sep-2011 |
Pierre Joye |
- improve r316420 (SplFileObject cannot and should not accept directories)
|
#
1e04e19a |
| 08-Sep-2011 |
Etienne Kneuss |
MFH: adapt check for __construct bypass
|
#
4ccef0b9 |
| 08-Sep-2011 |
Pierre Joye |
- improve r316420 (SplFileObject cannot and should not accept directories)
|
#
38c698c0 |
| 08-Sep-2011 |
Pierre Joye |
- improve r316420 (SplFileObject cannot and should not accept directories)
|
#
5cc76630 |
| 08-Sep-2011 |
Etienne Kneuss |
SplFileObject does not accept directories. It did not check for that and blindly opened the directory, which works on linux but fails on windows. Now SplFileObject uses a stat() call to make sure it
SplFileObject does not accept directories. It did not check for that and blindly opened the directory, which works on linux but fails on windows. Now SplFileObject uses a stat() call to make sure it isn't a directory, if it is, it fails with an exception. Tests have been changed accordingly.
show more ...
|
#
3afb143e |
| 08-Sep-2011 |
Etienne Kneuss |
SplFileObject does not accept directories. It did not check for that and blindly opened the directory, which works on linux but fails on windows. Now SplFileObject uses a stat() call to make sure it
SplFileObject does not accept directories. It did not check for that and blindly opened the directory, which works on linux but fails on windows. Now SplFileObject uses a stat() call to make sure it isn't a directory, if it is, it fails with an exception. Tests have been changed accordingly.
show more ...
|
Revision tags: yaf-2.1.0, php-5.3.8, php-5.3.7 |
|
#
cf2db201 |
| 12-Aug-2011 |
Etienne Kneuss |
Fix CID 547, make static analyzer happy
|
Revision tags: php-5.3.7RC5 |
|
#
482e4b9d |
| 08-Aug-2011 |
Etienne Kneuss |
Fix validator for SplFileInfo constructor
|
Revision tags: php-5.4.0alpha3, php-5.3.7RC4 |
|
#
438cc3e2 |
| 26-Jul-2011 |
Pierre Joye |
- use cwd_expand now
|
#
5107df2d |
| 26-Jul-2011 |
Pierre Joye |
- use cwd_expand now
|
#
23e43859 |
| 25-Jul-2011 |
Felipe Pena |
- Make usage of new PHP_FE_END macro
|
#
4b30846b |
| 25-Jul-2011 |
Felipe Pena |
- Make usage of new PHP_FE_END macro
|
#
da376383 |
| 25-Jul-2011 |
Felipe Pena |
- Make usage of new PHP_FE_END macro
|
#
9805e167 |
| 22-Jul-2011 |
Pierre Joye |
- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ
|
#
cc1c7af0 |
| 22-Jul-2011 |
Pierre Joye |
- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ
|
Revision tags: php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1 |
|
#
32b5f8a1 |
| 06-Jun-2011 |
Felipe Pena |
- Added new parameter parsing option (p - for valid path (string without null byte in the middle)) # The tests will be fixed in the next commits
|
#
4737910b |
| 06-Jun-2011 |
Felipe Pena |
- Added new parameter parsing option (p - for valid path (string without null byte in the middle)) # The tests will be fixed in the next commits
|