Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Commit missing stuff | Zeev Suraski | 2003-02-18 | 1 | -1/+0 |
| | |||||
* | - Let's be consistent with these.. | foobar | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | A add much more useful select(2) implementation than is provided by | Wez Furlong | 2003-02-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x. | ||||
* | Allow dynamically compiled extensions to use gettimeofday() on win32. | Edin Kadribasic | 2002-06-23 | 1 | -2/+3 |
| | |||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 |
| | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. | ||||
* | - Revert bogus time.h commit | Zeev Suraski | 2000-06-30 | 1 | -2/+2 |
| | | | | | | - Fixed a problem under some versions of Windows that could cause PHP to hang on startup if errors occured, e.g. in the php.ini file | ||||
* | Set version number on DLLs | Zeev Suraski | 2000-06-30 | 1 | -2/+2 |
| | |||||
* | need to prevent multiple usage | Shane Caraveo | 1999-11-30 | 1 | -1/+4 |
| | |||||
* | PHP 4.0 | Zeev Suraski | 1999-04-07 | 1 | -0/+40 |