History log of /PHP-5.5/ext/standard/file.c (Results 551 – 553 of 553)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c5af324e 21-Apr-1999 Zeev Suraski

More thread safety work


# 5e8c3228 18-Apr-1999 Zeev Suraski

Make Win32 happy with the recent changes.


# 257de2ba 17-Apr-1999 Stig Bakken

First commit of re-structuring phase one. We have started using automake in
sub-directories and started to move extension code into ext/<name>. For now,
I have moved the "standard" extensio

First commit of re-structuring phase one. We have started using automake in
sub-directories and started to move extension code into ext/<name>. For now,
I have moved the "standard" extension (which is quite a mix of everything
right now) and the GD extension into their own subdirs in ext/.
The configure script now also runs configure in the libzend directory
automatically and makes sure php4 and libzend use the same config.cache file.
To avoid running configure in libzend, use the --no-recursion option.
"make" in php4 also builds libzend now.
The Apache module doesn't compile right now, but a fix for that is
coming up.

show more ...


1...<<212223