summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Skip test if running under safe-mode.Ilia Alshanetsky2003-03-041-0/+3
* Credits update.Edin Kadribasic2003-03-042-7/+8
* - Optimize $_REQUESTZeev Suraski2003-03-021-0/+2
* Fixed my silly mistake in the filter codeMoriyoshi Koizumi2003-03-021-1/+1
* Expose php_stream_copy_to_stream as stream_copy_to_stream(); a highWez Furlong2003-03-013-0/+22
* Tidy up stupid signed/unsigned issues with win32 by introducing a php_socket_...Wez Furlong2003-02-281-3/+6
* Add this file...Wez Furlong2003-02-281-0/+54
* New user-space functions:Wez Furlong2003-02-285-18/+244
* Fixed compiler warnings.Ilia Alshanetsky2003-02-281-2/+2
* it is still to early in the morning for coding :(Hartmut Holzgraefe2003-02-281-0/+1
* make sure that GNU extensions exist for fnmatch()Hartmut Holzgraefe2003-02-281-0/+2
* Fixed compiler warning.Ilia Alshanetsky2003-02-271-1/+1
* streams.c -> streamsfuncs.cWez Furlong2003-02-271-1/+1
* Update win32 build.Wez Furlong2003-02-271-0/+0
* Move streams specific stuff from ext/standard/file.c -> ext/standard/streams.cWez Furlong2003-02-274-859/+753
* Fixed a bug that would cause filetype() to return "unknown" forIlia Alshanetsky2003-02-271-2/+3
* Add a generic meta data api for streams.Wez Furlong2003-02-271-11/+1
* - Move https:// and ftps:// wrapper registration into the openssl module.Wez Furlong2003-02-275-14/+4
* Another big commit (tm).Wez Furlong2003-02-276-238/+56
* Fixed bug #21410 (fixed handling of NULL or "" files on Win32)Ilia Alshanetsky2003-02-271-0/+4
* 1) Make the output of system() binary safeIlia Alshanetsky2003-02-262-198/+120
* - Added an extra ini setting with which extra commands can be forced toDerick Rethans2003-02-261-1/+4
* - Fix protoDerick Rethans2003-02-261-1/+1
* - WhitespaceDerick Rethans2003-02-261-4/+4
* Made shell_exec() use streams, this simplifies the code and in some casesIlia Alshanetsky2003-02-251-15/+11
* MFH (forgot to put this fix into the 5.X tree).Ilia Alshanetsky2003-02-251-0/+3
* Set fgetss() free from the length parameterMoriyoshi Koizumi2003-02-251-18/+26
* Fixed test.Ilia Alshanetsky2003-02-251-2/+3
* Fixed bug #22414 and added a test case for it.Ilia Alshanetsky2003-02-252-1/+38
* Fixed bug #22402 (opening of ftp for read/write could fail due to invalidIlia Alshanetsky2003-02-251-1/+1
* Added locking to streams.Ilia Alshanetsky2003-02-251-9/+8
* Fixed string.strip_tags filter so it reflects the change on php_strip_tagsMoriyoshi Koizumi2003-02-241-2/+3
* Made fgetss() binary safe tooMoriyoshi Koizumi2003-02-241-3/+4
* Fixed possible buffer overflow of php_strip_tagsMoriyoshi Koizumi2003-02-241-1/+3
* Made strip_tags() binary safeMoriyoshi Koizumi2003-02-242-4/+7
* Initial re-implementation of userfilters after filterchain redesign by wez. ...Sara Golemon2003-02-243-17/+198
* MFB: Bunch of streams related fixes.Wez Furlong2003-02-241-1/+1
* Fixed bug #22355 (PHP would remove folding from Subject & To fields).Ilia Alshanetsky2003-02-241-0/+16
* Forgot to fix this partMoriyoshi Koizumi2003-02-241-1/+1
* Fixed a signed / unsigned issue.Moriyoshi Koizumi2003-02-241-1/+1
* Style fixMoriyoshi Koizumi2003-02-241-7/+11
* Fixed bug #22382 (fgetcsv did not handle \" correctly).Ilia Alshanetsky2003-02-243-0/+44
* Extra paranoia checks if dn_skipname/dn_expand exist or notfoobar2003-02-243-0/+6
* Revent previous patch, adding of file_write_content() was premature.Ilia Alshanetsky2003-02-223-63/+0
* int/long change.Ilia Alshanetsky2003-02-224-3/+66
* additional speedup for array_shift(). No need to rehash if the removed element'sAndrey Hristov2003-02-221-2/+8
* rehash only in case something is changed.Andrey Hristov2003-02-221-1/+3
* - Fixed bug: #22339foobar2003-02-213-4/+4
* Reduce unnecessary filter applications when stream is (read|write) onlySara Golemon2003-02-201-1/+9
* - Fixed testcase... you can never trust on RFCs it seemsDerick Rethans2003-02-202-4/+4