summaryrefslogtreecommitdiff
path: root/ext/standard/fsock.c
Commit message (Expand)AuthorAgeFilesLines
* (fsockopen) fix #5090Thies C. Arntzen2000-06-191-16/+12
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-21/+0
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Fine tune Andi's patchZeev Suraski2000-02-111-6/+6
* - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32Andi Gutmans2000-02-101-6/+6
* (php_sock_fgets) Respect timeout event.Andrei Zmievski2000-02-021-1/+1
* - Implemented socket_get_status() function. Some more stuff can be addedAndrei Zmievski2000-02-011-17/+6
* post.c really had nothing to do with POST anymore, and it belongs to the top ...Zeev Suraski2000-01-281-1/+0
* Destructors no longer return ints, the low level problem it was intended to s...Zeev Suraski2000-01-171-3/+2
* (php_sockwait_for_data) timeout is not assigned yet, so check the right one.Andrei Zmievski2000-01-151-1/+1
* (php_sockwait_for_data) clean upSascha Schumann2000-01-151-9/+12
* Added ability to set timeout on socket read operations. New functionAndrei Zmievski2000-01-151-2/+26
* @- Fixed a crash in pfsockopen() (Zeev)Zeev Suraski2000-01-101-8/+17
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Ex API and UDP support.Evan Klinger1999-12-201-24/+35
* More php3_ annihilationZeev Suraski1999-12-181-34/+25
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-20/+20
* More php3_ annihilationZeev Suraski1999-12-171-1/+1
* More php3_ annihilationZeev Suraski1999-12-171-7/+7
* Fix some warningsSascha Schumann1999-12-051-1/+1
* Use socklen_t where appropiateSascha Schumann1999-12-031-2/+2
* Make array.c thread-safeSascha Schumann1999-12-011-6/+6
* Make fsock module thread-safeSascha Schumann1999-12-011-29/+49
* kill warningThies C. Arntzen1999-10-241-1/+1
* files are now resources, file.c is thread-safe, the le_ vars are no longer sh...Thies C. Arntzen1999-10-151-3/+4
* starting to clean-up/new API'ize and resourcify the file-stuff - nothing happ...Thies C. Arntzen1999-10-121-2/+2
* Add thread-safety notice here. The solution is using gethostbyname_r,Stig Bakken1999-09-071-0/+1
* Make fopen() work with URL's in Win32Andi Gutmans1999-08-251-12/+15
* AIX needs this include...Zeev Suraski1999-08-021-0/+3
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-10/+10
* More symbol work.Andrey Hristov1999-07-261-6/+6
* A bunch of grunt work updating function entries and declarations.Andrey Hristov1999-07-241-2/+2
* * Make Win32 build work againZeev Suraski1999-07-241-1/+1
* * Fix a warningZeev Suraski1999-07-241-1/+1
* sync with 1.133Sascha Schumann1999-07-211-105/+93
* License updateZeev Suraski1999-07-161-20/+9
* Step 2:Zeev Suraski1999-07-091-2/+3
* *** empty log message ***Zeev Suraski1999-06-191-5/+0
* Win32/ZTS compiles againZeev Suraski1999-06-191-15/+11
* Apply Sascha's fsock fixes to php4.Stig Bakken1999-06-181-38/+46
* * fixed some #if/#ifdef issuesStig Bakken1999-06-161-126/+394
* * reverse fsock/string import patchesStig Bakken1999-06-151-312/+133
* * now using php4.ini instead of php3.iniStig Bakken1999-06-151-133/+312
* Apply the fix for feof()Sascha Schumann1999-05-201-10/+32
* A lot of cleanups... Removed old thread-safe code and other redundant code a...Zeev Suraski1999-04-241-3/+2
* Remove tls.[ch]Zeev Suraski1999-04-231-3/+1
* last bunch of extensions moving to ext/Stig Bakken1999-04-221-1/+1
* Make Win32 happy with the recent changes.Zeev Suraski1999-04-181-6/+7