This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-04-23 16:08:35 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
62,318
Commits
549
Branches
1,485
Tags
defc87db2c0c72bdbfff2728536429aa5e5e6f2a
Commit Graph
2 Commits
Author
SHA1
Message
Date
Etienne Kneuss
5cc7663098
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.
2011-09-08 15:52:59 +00:00
Zoe Slattery
2e8ad7f7d1
Commiting testfest tests from tek
2009-06-03 12:30:40 +00:00