80 Commits (78747bd2df44ad9342d735f2c9376bc143664b42)

Author SHA1 Message Date
Derick Rethans 78747bd2df - Don't wrap lines... this is annoying while coding. 25 years ago
Sterling Hughes 807b49aa2f K&R format changes 25 years ago
Sterling Hughes 591aba3c89 ws fix. 25 years ago
Sterling Hughes 6bc04c0858 Clean up the function for the Zend API (php3, early php4 relics removed). 25 years ago
Zeev Suraski c0404f4631 Whitespace 25 years ago
Sascha Schumann 84aed3b718 Fix a possible segfault (Thanks to Sebastian for catching it) 25 years ago
Zeev Suraski c43806f415 Zend compatibility patch 25 years ago
Zeev Suraski 797a079a95 More TSRMLS_FETCH work, and a bit of cleanup 25 years ago
Zeev Suraski d87cc976e1 Redesigned thread safety mechanism - nua nua 25 years ago
Sascha Schumann d256fbf2b8 Get rid of memchr in SEARCHCR(). 25 years ago
Rasmus Lerdorf 81e2cf03ac Fix folding and clean up some extensions 25 years ago
Rasmus Lerdorf 25c3a3a39d vim-6 does folding - clean up a bunch of missing folding tags plus 25 years ago
Wez Furlong 3ffb8e3800 Nuke buffering from php_streams, move connect_nonb() from fsock.c to network.c 25 years ago
Sterling Hughes 1865be6ca4 fix for bug #8994, courtesy tom.anheyer@berlinonline.de 25 years ago
Wez Furlong 57af70f707 Changes for streams. Added temporary fopenstream function to PHP so that 25 years ago
Andi Gutmans eb6ba01d1c - Fix copyright notices with 2001 25 years ago
Daniel Beulshausen 714e340a3b proper prefix for lookup_hostname 25 years ago
Daniel Beulshausen a96174dbe3 make socket functions available to the outside 25 years ago
Thies C. Arntzen e9c4218470 [p]fsockopen: fixed possible leak 25 years ago
Rasmus Lerdorf 83cf6629ec @BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus 25 years ago
Zeev Suraski a85da45a66 Both thread-safe and thread-unsafe builds should be ok now 25 years ago
Derick Rethans 97510346ed - Removed a stale var that broke the build 25 years ago
Zeev Suraski 86624dfad9 - Fix exec() bug 25 years ago
Andi Gutmans 73c0f4b4c2 - Use memcmp() instead of ugly char-by-char compare 25 years ago
Stanislav Malyshev f487f5960a Fix possible crash 25 years ago
Zeev Suraski 3dc7fc54a0 - URL-opened files now store the HTTP response header in $http_response_header 25 years ago
Stig Venaas 33d15279ac Removed some zval_dtor calls. There were two more than needed, and I had 25 years ago
Stig Venaas afdf0e759f Added some missing zval_dtor calls in php_fsockopen() 25 years ago
Andi Gutmans b79db079a6 - Fix possible overflow in fsockopen(). 26 years ago
Thies C. Arntzen 520602ae4e (fsockopen) fix #5090 26 years ago
Andi Gutmans 3701bc4207 - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch 26 years ago
Zeev Suraski e043439ff6 Update the license with the new clause 6 26 years ago
Stig Bakken 99e0b36321 @Cleaned up extension namespace (Stig) 26 years ago
Zeev Suraski 86fa2aade2 the pipe is breaking all the time 26 years ago
Zeev Suraski 80bdd19e03 Fine tune Andi's patch 26 years ago
Andi Gutmans 29280bb9ec - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32 26 years ago
Andrei Zmievski 0c535aa355 (php_sock_fgets) Respect timeout event. 26 years ago
Andrei Zmievski a753430fb9 - Implemented socket_get_status() function. Some more stuff can be added 26 years ago
Zeev Suraski fc678100cd post.c really had nothing to do with POST anymore, and it belongs to the top level directory 26 years ago
Zeev Suraski 62114c1806 Destructors no longer return ints, the low level problem it was intended to solve is long gone now... 26 years ago
Andrei Zmievski 2fc0dac01e (php_sockwait_for_data) timeout is not assigned yet, so check the right one. 26 years ago
Sascha Schumann 44a712d810 (php_sockwait_for_data) clean up 26 years ago
Andrei Zmievski 4423bf9d10 Added ability to set timeout on socket read operations. New function 26 years ago
Zeev Suraski 736570923d @- Fixed a crash in pfsockopen() (Zeev) 26 years ago
Sascha Schumann 43ae2bffbb Happy Y2K patch! Happy new year (or the new millennium, depending on whether 26 years ago
Evan Klinger 9ea9ca32ba Ex API and UDP support. 26 years ago
Zeev Suraski 3ee4e65c95 More php3_ annihilation 26 years ago
Zeev Suraski fb1c77bd4f - Made PHP_VERSION and PHP_OS work again 26 years ago
Zeev Suraski a3c6514332 More php3_ annihilation 26 years ago
Zeev Suraski 02d3b39420 More php3_ annihilation 26 years ago