summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* add support for file://localhost/Rob Richards2004-11-111-13/+25
* Fixed bug #30750 (Meaningful error message when upload directory is notIlia Alshanetsky2004-11-111-8/+13
* make sleep() return it's return value when possibleAndrey Hristov2004-11-021-0/+1
* fix Win32 & Netware buildAntony Dovgal2004-10-281-0/+2
* fix bug #30388 (rename across filesystems loses ownership and permission info)Antony Dovgal2004-10-271-2/+25
* Make request start time be available via $_SERVER['REQUEST_TIME'].Ilia Alshanetsky2004-10-241-0/+8
* MF4: fix double bailout in HEAD when output is attempted from shutdownStanislav Malyshev2004-10-201-0/+3
* fix bug #30442 ( segmentation fault when parsing ?getvariable[][ )Antony Dovgal2004-10-181-1/+5
* removing inclusion of platform specific config files as they are already incl...Anantha Kesari H Y2004-10-181-6/+0
* removing php_output_activate Fix for bug#30397Anantha Kesari H Y2004-10-181-1/+0
* - Revert patch until it is discussedDerick Rethans2004-10-181-0/+1
* Fix for Bug #30397Anantha Kesari H Y2004-10-161-1/+0
* Fixed bug #30362 (stream_get_line() not handling end string correctly).Ilia Alshanetsky2004-10-111-1/+2
* Fix the return value check tooWez Furlong2004-10-111-1/+1
* check the correct flag for async connectWez Furlong2004-10-111-1/+1
* - Fixed bug #27183 (Userland stream wrapper segfaults on stream_write)Christian Stocker2004-10-081-3/+4
* removed unwanted NEW_LIBC checks for NETWARE and removing custom mktemp.h as ...Anantha Kesari H Y2004-10-071-6/+0
* removed unwanted NEW_LIBC checksAnantha Kesari H Y2004-10-061-8/+1
* - Apply realpath() cache patch. We don't use it if we're in safe_mode andAndi Gutmans2004-10-052-5/+10
* enabling few functionalities as the LibC starts supporting themAnantha Kesari H Y2004-09-301-21/+36
* Including config.nw.h file for NetWareAnantha Kesari H Y2004-09-301-0/+2
* - Add missing macroMarcus Boerger2004-09-301-0/+1
* NetWare LibC don't have search.hAnantha Kesari H Y2004-09-291-0/+2
* removed unwanted NEW_LIBC checksAnantha Kesari H Y2004-09-291-18/+0
* NetWare don't have uid for a file so modified the php_checkuid to return 1 fo...Anantha Kesari H Y2004-09-291-0/+5
* removed unneccessary inclusion of headers for NetWareAnantha Kesari H Y2004-09-291-5/+0
* NETWARE has a proper stat structure Now no need of CLIB_STAT_PATCH checksAnantha Kesari H Y2004-09-291-4/+0
* removed redundant NEW_LIBC checks for NETWAREAnantha Kesari H Y2004-09-291-7/+0
* removed unwanted NetWare specific changesAnantha Kesari H Y2004-09-231-5/+0
* removed redundant checks for NETWAREAnantha Kesari H Y2004-09-231-9/+0
* CLIB_STAT_PATCH check is redundant. So removing itAnantha Kesari H Y2004-09-231-1/+1
* Make new poll stuff work on win32 (and still be safe on unix)Wez Furlong2004-09-172-18/+10
* Fix for Bug #24189: possibly unsafe select(2) usage.Wez Furlong2004-09-173-63/+216
* Fixed bug #30050 (Possible crash inside php_shutdown_config()).Ilia Alshanetsky2004-09-171-0/+2
* Added stream_filter_remove() to cancel a stream filter.Sara Golemon2004-09-144-0/+94
* Allocating hash tables should be done via macro, not directlySara Golemon2004-09-132-3/+3
* only allow valid arrays at this pointStefan Esser2004-09-131-0/+4
* New Rule: Never try to repair potential malicious user inputStefan Esser2004-09-121-4/+19
* A little extra code to allow overriding plainfiles wrapper as wellSara Golemon2004-09-101-2/+25
* Add stream_wrapper_unregister()Sara Golemon2004-09-103-0/+75
* Stop at the index on an unmatched [Rasmus Lerdorf2004-09-091-1/+1
* Handle maxlen when stream can't be mmapedSara Golemon2004-09-081-0/+11
* Fix reverse dependencyZeev Suraski2004-09-051-0/+1
* Move global symbols defined by bundled copy of libgd into privateJoe Orton2004-08-311-0/+197
* fix bug #29723 (file_get_contents() fails with the file:// wrapper under Win32)Antony Dovgal2004-08-311-0/+4
* Using int when long should be used.Ilia Alshanetsky2004-08-221-1/+1
* Fix win32 compilation. Missing uid_t and gid_t definitions.Frank M. Kromann2004-08-211-0/+3
* If you send a post with a content-type header and then the next post without ...Brian France2004-08-191-0/+1
* Fix an oldie fd leakZeev Suraski2004-08-161-0/+1
* - Added the PHP_EOL constant (Patch by Paul Hudson)Derick Rethans2004-08-131-0/+1