summaryrefslogtreecommitdiff
path: root/ext/standard/fsock.c
Commit message (Collapse)AuthorAgeFilesLines
* Make scheme part decoding rfc2396 compliant.Wez Furlong2002-04-191-2/+0
| | | | | | Change zlib:// and bzip2:// to compress.zlib:// and compress.bzip2:// Tidy up old socket/network code/comments.
* Streams are all tracked as resources now.Wez Furlong2002-03-201-2/+2
| | | | | | Add some logic that will help track down leaks when debug is enabled.
* fix error message which appeared even if no ssl mode was selectedWez Furlong2002-03-181-1/+1
|
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-2/+2
| | | | | | # Should be the last "broad" commit for a while # Don't forget to make clean ; make
* Fix for Bug #16121: make unix socket names binary safe.Wez Furlong2002-03-171-1/+1
| | | | | | # Could be applied to 4.2 branch, but I don't have a working copy, and # I don't think it's amazingly critical.
* fix win32 warning and ming leakWez Furlong2002-03-171-2/+2
|
* fixed TSRM buildHarald Radi2002-03-161-1/+1
|
* Fix some issues with gzFile and fsockopen.Wez Furlong2002-03-161-1/+6
|
* This should help with some build problems/warnings under win32.Wez Furlong2002-03-161-1/+1
| | | | | | | Someone still needs to add the streams.c file to the MSVC project/workspace though (there are so many that I don't really know what I am doing :-).
* * formatting, plus remove some old fopen wrappersWez Furlong2002-03-161-5/+5
|
* New PHP streams...Wez Furlong2002-03-151-608/+109
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* - Fix crashbug on dtorDerick Rethans2001-11-141-6/+6
|
* Undefine AF_UNIX when compiled for RISC OSAlex Waugh2001-11-041-1/+1
|
* proto fixes "double" -> "float"Hartmut Holzgraefe2001-09-211-2/+2
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* K&R format changesSterling Hughes2001-08-181-14/+14
|
* ws fix.Sterling Hughes2001-08-171-2/+2
|
* Clean up the function for the Zend API (php3, early php4 relics removed).Sterling Hughes2001-08-171-31/+28
| | | | | | Use PF_INET, instead of AF_INET, if present. remove some code enclosed in #if 0 ... #endif that made no sense
* WhitespaceZeev Suraski2001-08-111-13/+13
|
* Fix a possible segfault (Thanks to Sebastian for catching it)Sascha Schumann2001-08-031-3/+10
|
* Zend compatibility patchZeev Suraski2001-07-301-1/+2
|
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-2/+0
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-15/+14
|
* Get rid of memchr in SEARCHCR().Sascha Schumann2001-07-251-3/+5
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+3
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-1/+1
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* Nuke buffering from php_streams, move connect_nonb() from fsock.c to network.cWez Furlong2001-05-051-157/+77
| | | | | | | | and rename to php_connect_nonb(). Use php_connect_nonb() instead of connect() in php_hostconnect() -> timeouts should now work in php_hostconnect(). sock streams abstraction now uses php_sockbuf as the "abstract" pointer.
* fix for bug #8994, courtesy tom.anheyer@berlinonline.deSterling Hughes2001-04-261-1/+2
| | | | | # Are we having another RC, and if so, can I MFH in time for it?
* Changes for streams. Added temporary fopenstream function to PHP so thatWez Furlong2001-04-171-31/+137
| | | | | the streams can be tested.
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* proper prefix for lookup_hostnameDaniel Beulshausen2001-02-201-3/+3
|
* make socket functions available to the outsideDaniel Beulshausen2001-02-201-13/+13
|
* [p]fsockopen: fixed possible leakThies C. Arntzen2001-02-181-2/+6
|
* @BeOS patch from svanegmond@bang.dhs.org modified somewhat by RasmusRasmus Lerdorf2001-01-211-1/+4
| | | | | BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus
* Both thread-safe and thread-unsafe builds should be ok nowZeev Suraski2001-01-131-13/+0
|
* - Removed a stale var that broke the buildDerick Rethans2001-01-131-1/+0
|
* - Fix exec() bugZeev Suraski2001-01-131-23/+3
| | | | | - Merge fsock and file globals
* - Use memcmp() instead of ugly char-by-char compareAndi Gutmans2000-12-201-7/+1
|
* Fix possible crashStanislav Malyshev2000-12-191-6/+7
|
* - URL-opened files now store the HTTP response header in $http_response_headerZeev Suraski2000-10-281-1/+2
| | | | | - Some layout updates
* Removed some zval_dtor calls. There were two more than needed, and I hadStig Venaas2000-10-181-4/+0
| | | | | just added two more...
* Added some missing zval_dtor calls in php_fsockopen()Stig Venaas2000-10-181-3/+6
|
* - Fix possible overflow in fsockopen().Andi Gutmans2000-08-271-2/+2
|
* (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
| | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension.
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
|
* Fine tune Andi's patchZeev Suraski2000-02-111-6/+6
|