summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Add the mode string that was used to open the stream to the meta data,Wez Furlong2003-03-181-0/+2
* Implement persistent plain file streams.Wez Furlong2003-03-181-1/+1
* get_browser() needs to use zend_is_auto_global() on _SERVER.Jay Smith2003-03-181-0/+1
* make phpinfo() depend on executed sapiMarcus Boerger2003-03-181-49/+37
* Avoid using FILE* where possible.Wez Furlong2003-03-181-10/+18
* CS fixesWez Furlong2003-03-181-1/+2
* * email address changeStig Bakken2003-03-1812-12/+12
* proto fixesHartmut Holzgraefe2003-03-172-2/+2
* Merge macro changesSascha Schumann2003-03-161-97/+124
* @- Fixed bug #22386 (Using browscap causes segfault). This fixJay Smith2003-03-141-36/+60
* Solaris knows nothing of "Europe/Amsterdam". Use "US/Eastern" instead.Jay Smith2003-03-131-7/+7
* @ Add the file_set_contents() function, as a complement to the file_get_conte...Sterling Hughes2003-03-123-0/+30
* fix sizeof(size_t) > sizeof(uint) issueSascha Schumann2003-03-112-32/+52
* reverting jani's non-sense commitsSascha Schumann2003-03-112-4/+4
* touchfoobar2003-03-101-2/+2
* 64bit issue fixedfoobar2003-03-101-1/+1
* Modified the test to reflect the recent change on var_dump()Moriyoshi Koizumi2003-03-101-3/+3
* Correcting int/long mismatched - 64bit issues.David Hill2003-03-102-2/+2
* Print the object handle (it's useful).Andrei Zmievski2003-03-101-1/+1
* Adjustment to user filters reimplementation. Make a bucket an object contain...Sara Golemon2003-03-093-40/+37
* - Fix protoDerick Rethans2003-03-091-1/+1
* wrong place.Stefan Esser2003-03-081-1/+0
* fixing memory leakStefan Esser2003-03-081-0/+1
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-072-6/+6
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-065-7/+10
* Fixing functionicalls with variable number of parameters...Stefan Esser2003-03-062-4/+4
* Fixed a small leak in the convert filter codeMoriyoshi Koizumi2003-03-051-0/+2
* Added support for http redirects to ftp.Ilia Alshanetsky2003-03-041-4/+26
* 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