summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* MFHHartmut Holzgraefe2003-05-291-3/+3
* On win32, always open in binary mode unless they asked for text mode using 't'.Wez Furlong2003-05-281-6/+3
* Adjust error message to encourage people with apparently broken IPV6 systems toWez Furlong2003-05-241-1/+5
* Bug#23765 File upload handler should not care about case sensitivity of heade...Sara Golemon2003-05-231-3/+3
* Avoid greedy reads on FIFOsWez Furlong2003-05-231-3/+3
* Fix Bug #23770: Odd output from file_get_contents().Wez Furlong2003-05-231-5/+6
* - This branch is now PHP 4.3.3-dev. (no more RCs!)foobar2003-05-211-3/+3
* Go with PHP 4.3.2RC4foobar2003-05-211-2/+2
* Fixed bug #23744Ilia Alshanetsky2003-05-211-2/+5
* Allow win32 people to fopen($filename, 'rt') to explicitly chose text-modeWez Furlong2003-05-211-0/+5
* Remove php_stream_open_wrapper_as_file_handle, it was fd-patch specificZeev Suraski2003-05-212-42/+0
* Revert PHP part of the fd patchZeev Suraski2003-05-212-14/+3
* Implement socket liveness checking for SSL streams when recycling viaWez Furlong2003-05-201-4/+37
* Make fread() non-greedy for socket based streamsWez Furlong2003-05-201-0/+4
* initialize errSascha Schumann2003-05-201-1/+1
* Much better fix for refcount issues with contexts, and fix a leak in contextWez Furlong2003-05-201-3/+19
* Fix refcounting problem with contexts.Wez Furlong2003-05-192-3/+18
* Fix persistent stream recycling within the same request.Wez Furlong2003-05-191-7/+6
* binary compat for 64-bit platforms shouldn't matter much as they wereZeev Suraski2003-05-181-1/+1
* Restore binary compatibility with 4.3.0Zeev Suraski2003-05-181-2/+2
* Fix segfaultWez Furlong2003-05-171-1/+1
* Initialize all zend_file_handle instances properlySascha Schumann2003-05-172-3/+2
* - mbstring.h is no more neededMasaki Fujimoto2003-05-161-4/+0
* Moved initialisation code to the proper place.Moriyoshi Koizumi2003-05-161-3/+0
* Stronger validation of parameters to ob_start().Wez Furlong2003-05-161-6/+17
* - Now this is 4.3.2RC4-dev..hopefully we won't need it. :)foobar2003-05-151-2/+2
* Bumb version.foobar2003-05-151-2/+2
* Avoid using a stream which has already been freedSascha Schumann2003-05-151-2/+7
* 4, not 3 :)Wez Furlong2003-05-141-1/+1
* Avoid warning about casting as FD when including. This fixes theWez Furlong2003-05-141-2/+3
* Use and supply zend_open funcSascha Schumann2003-05-133-0/+52
* MFHIlia Alshanetsky2003-05-131-3/+33
* MFHSascha Schumann2003-05-131-0/+3
* Ensure that we don't close a random fdSascha Schumann2003-05-131-3/+5
* MFHIlia Alshanetsky2003-05-131-1/+1
* Fix erroneous error status when attempting to use stream_select() on an SSLWez Furlong2003-05-133-6/+23
* Probable fix for #23567 - pfsockopen returns dead connection.Wez Furlong2003-05-122-0/+32
* ifdef away win32 only variables.Ilia Alshanetsky2003-05-121-0/+2
* MFHIlia Alshanetsky2003-05-082-0/+2
* Eliminate fsync calls which apply to files, not sockets.Sascha Schumann2003-05-061-7/+3
* Real fix for open() issue on SolarisSascha Schumann2003-05-061-7/+5
* When HAVE_BROKEN_GETCWD is in effect, open() will be called, so we needSascha Schumann2003-05-061-0/+6
* Move persistent into ZEND_DEBUG sectionSascha Schumann2003-05-061-1/+1
* Bugfix #22367Marcus Boerger2003-05-051-0/+1
* MFHIlia Alshanetsky2003-05-051-0/+4
* - Change the version to 4.3.2-RC3-devfoobar2003-04-281-2/+2
* - Bumb the version to 4.3.2-RC2foobar2003-04-281-2/+2
* MFHfoobar2003-04-281-3/+3
* Fix the lack of SSL certificate verification support for ssl:// sockets andWez Furlong2003-04-261-4/+37
* MFHfoobar2003-04-251-0/+2