summaryrefslogtreecommitdiff
path: root/win32/time.h
Commit message (Collapse)AuthorAgeFilesLines
* Commit missing stuffZeev Suraski2003-02-181-1/+0
|
* - Let's be consistent with these..foobar2003-02-171-1/+1
|
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-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 Kadribasic2002-06-231-2/+3
|
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-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 commitZeev Suraski2000-06-301-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 DLLsZeev Suraski2000-06-301-2/+2
|
* need to prevent multiple usageShane Caraveo1999-11-301-1/+4
|
* PHP 4.0Zeev Suraski1999-04-071-0/+40