summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Export these so that ftp extension can be build as shared ext.Wez Furlong2003-12-022-4/+4
* Register url_stat flag constants in userspaceSara Golemon2003-12-021-0/+3
* Populate userstream objects with context propertySara Golemon2003-12-021-3/+36
* Update userspace/url_stat protoSara Golemon2003-12-021-6/+11
* this can't be persistentWez Furlong2003-12-021-1/+2
* CSSara Golemon2003-12-021-2/+2
* Move safemode/basedir checks for url_stat to plain_wrapper.Sara Golemon2003-12-012-0/+14
* - Fix the default SAPI filter too; all weird problems should be gone again.Derick Rethans2003-12-011-1/+2
* - Moved ext/db to PECL.foobar2003-12-011-1/+1
* - Fixed standard wrapper for input filter.Derick Rethans2003-11-301-1/+1
* Removed unused variables.Ilia Alshanetsky2003-11-302-4/+3
* implement usleep for win32Wez Furlong2003-11-291-1/+4
* Add stream_socket_sendto and stream_socket_recvfrom which work very muchWez Furlong2003-11-295-6/+295
* - Fix sapi_input_filter patch. Returning 1 from the filter handler shouldDerick Rethans2003-11-294-13/+11
* Route php_stat() via streams/url_stat API (php_stream_stat_path).Sara Golemon2003-11-283-7/+47
* (sort of) MFB, feof fix for sockets.Wez Furlong2003-11-282-2/+14
* Fixed a memory leak.Ilia Alshanetsky2003-11-281-2/+2
* port "liveness" checks and a couple of other things from the 4.3 branch.Wez Furlong2003-11-273-10/+33
* - Prevent registration of the variable when a zero-length is returnedDerick Rethans2003-11-262-10/+17
* Fix for file:// wrapper parsing.Sara Golemon2003-11-231-1/+1
* On error do not leave content_type_dup unitialised.Stefan Esser2003-11-221-0/+1
* - Commit patch by standardsAndi Gutmans2003-11-191-0/+3
* Windows compile fix (patch by sfox@php.net).Edin Kadribasic2003-11-131-1/+1
* Fix odd increments to repair the boundary checks.Stefan Esser2003-11-121-0/+4
* added buffer reallocation for filename.Rui Hirokawa2003-11-051-6/+15
* - Always store the URI path in the streams structure, and expose it withDerick Rethans2003-11-033-19/+18
* Fixed possible crashbug.Stefan Esser2003-11-031-2/+2
* It is usually a good idea to write only into allocated bufferspace.Stefan Esser2003-11-031-5/+5
* Next is beta3..foobar2003-10-301-2/+2
* - Beta 2Andi Gutmans2003-10-301-2/+2
* Stop looking once we've found a matching filter.Sara Golemon2003-10-281-1/+1
* Extend Filter matching to check wildcards at multiple levels.Sara Golemon2003-10-281-10/+17
* name/value in multipart/form-date will be converted into internal encoding wh...Rui Hirokawa2003-10-221-11/+78
* Bugfix #25930 Can't compile snprintf.cMarcus Boerger2003-10-212-0/+6
* Fixed unused variable warning on *nix.Ilia Alshanetsky2003-10-201-0/+2
* Add libxml extension for common code that is needed to be shared betweenShane Caraveo2003-10-191-0/+2
* finish file uri support, this stuff was unecessary.Shane Caraveo2003-10-191-10/+0
* A simpler patch to add file uri supportShane Caraveo2003-10-192-1/+17
* revert file: support in preparation for simpler patchShane Caraveo2003-10-191-67/+32
* make file uri's work with streamsShane Caraveo2003-10-191-32/+67
* Enable setting php.ini path via the registryStanislav Malyshev2003-10-191-1/+16
* Fixed bug #25836 (last key of multi-dimensional array passed via GPCIlia Alshanetsky2003-10-141-1/+3
* Fixed bug #25746 (Do not bail out when unable to chdir original dir onIlia Alshanetsky2003-10-091-3/+0
* Set the EOF indicator after each read attempt.Wez Furlong2003-10-082-7/+3
* Fix $_SERVER['argv'] and $_SERVER['argc']Stanislav Malyshev2003-10-071-1/+2
* Fix fgetcsv() to correctly support international charactersMoriyoshi Koizumi2003-10-041-0/+2
* Made the $argc and $argv always available as globals in CLI, and not asAndrei Zmievski2003-10-011-10/+19
* More NaN & INF handling fixes.Ilia Alshanetsky2003-09-291-0/+16
* Fixed Bug #25665 (var_dump() hangs on Nan and INF).Ilia Alshanetsky2003-09-291-0/+16
* signed/unsigned compiler warning fixesHartmut Holzgraefe2003-09-261-1/+1