summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Don't shutdown() unix sockets.Wez Furlong2003-03-011-1/+16
* Folding fixesWez Furlong2003-03-011-2/+4
* Tidy up stupid signed/unsigned issues with win32 by introducing a php_socket_...Wez Furlong2003-02-283-23/+34
* MFB config-file-scan-dir crash fixRasmus Lerdorf2003-02-281-0/+1
* New user-space functions:Wez Furlong2003-02-285-264/+444
* - No need to include the ssl headers elsewhere but in ext/opensslfoobar2003-02-281-4/+0
* Implement memory mapping for win32.Wez Furlong2003-02-281-0/+95
* compiler warning fixed.Ilia Alshanetsky2003-02-281-4/+2
* Add a generic meta data api for streams.Wez Furlong2003-02-272-0/+9
* Fixup build for win32Wez Furlong2003-02-273-1/+8
* Another big commit (tm).Wez Furlong2003-02-2712-684/+1657
* rename macro argument so that it does not partially match the string.Sascha Schumann2003-02-271-2/+2
* MFB: Get rid of a redundant syscall on non-WindowsRasmus Lerdorf2003-02-261-0/+2
* - Added an extra ini setting with which extra commands can be forced toDerick Rethans2003-02-261-0/+1
* Fixed bug #20256 (snprintf() not defined)foobar2003-02-254-5/+5
* Fixed various compiler warnings.Ilia Alshanetsky2003-02-251-7/+10
* Use native flock() whenever possible.Ilia Alshanetsky2003-02-251-1/+1
* Added locking to streams.Ilia Alshanetsky2003-02-252-0/+37
* Removed unnecessary assertsMoriyoshi Koizumi2003-02-241-2/+0
* MFB: Bunch of streams related fixes.Wez Furlong2003-02-244-16/+30
* MFB: Fix for open_basedir error messagefoobar2003-02-231-1/+1
* Add comment about thread-safety of gethostbyname on win32.Wez Furlong2003-02-211-1/+3
* An input filter might not simply strip stuff, it might also turn thingsRasmus Lerdorf2003-02-204-7/+7
* Input Filter support. See README.input_filter for details.Rasmus Lerdorf2003-02-195-0/+20
* MFBfoobar2003-02-192-3/+4
* prevent xdebug from crashingHarald Radi2003-02-191-0/+4
* ws/style fixesfoobar2003-02-191-36/+40
* Fix the possible conflicts with other libs (like libc-client)foobar2003-02-193-15/+61
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-1950-26/+349
* Fix incorrect TSRMLS_CC usage.Wez Furlong2003-02-181-8/+6
* Implement simple stream support in the ZE scanners.Wez Furlong2003-02-182-1/+28
* Fix stream_filter_(ap|pre)pend to allow attaching on the read and/or write ch...Sara Golemon2003-02-181-0/+4
* TSRMLS!Wez Furlong2003-02-182-5/+5
* Implement new filter API, stage 1.Wez Furlong2003-02-189-183/+563
* Win32 build improvementsZeev Suraski2003-02-175-10/+3
* Move some of the streams header into supplementary filesWez Furlong2003-02-175-180/+294
* Move streams files around a bit, to ease maintenance.Wez Furlong2003-02-167-1377/+1506
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-166-5/+27
* - Fix unsetting of open_basedir, safe_mode_exec_dir and user_dir withfoobar2003-02-151-3/+3
* Fixed bug #22234Moriyoshi Koizumi2003-02-151-0/+11
* MFB: Fix for bug #22199Wez Furlong2003-02-131-4/+7
* Modified fix for bug #22187 so that it does not affect handling of numbersIlia Alshanetsky2003-02-131-1/+4
* Another IS_SLASH fix.Wez Furlong2003-02-131-1/+1
* A probable cure for many getcwd/relative include related problems for win32.Wez Furlong2003-02-131-2/+2
* PAD() macro didn't increase the buffer size resulting in loss of theIlia Alshanetsky2003-02-131-0/+1
* Fixed a typo.Ilia Alshanetsky2003-02-131-1/+1
* Simplified the mode validation code & added support for read+write mode toIlia Alshanetsky2003-02-131-17/+11
* Clarify error message.Wez Furlong2003-02-131-1/+1
* Added 'x' mode for fopen() used on local files. This mode will create a newIlia Alshanetsky2003-02-131-0/+3
* Potential fixes for #21809 and #22099.Wez Furlong2003-02-131-2/+12