summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_0_0b3'.php-5.0.0b3SVN Migration2003-12-211-285/+0
* B3 here we comeZeev Suraski2003-12-211-2/+2
* - Make the world a better place.Andi Gutmans2003-12-201-2/+2
* MFB fix for #25597Wez Furlong2003-12-201-1/+1
* - Prepare for RC2Andi Gutmans2003-12-191-2/+2
* Counteract brain-death in Apache headersWez Furlong2003-12-181-0/+3
* Roll RC1 of B3Andi Gutmans2003-12-171-2/+2
* Fixed compiler warnings.Ilia Alshanetsky2003-12-141-1/+1
* Export STREAM_MKDIR_RECURSIVE constantSara Golemon2003-12-131-0/+1
* Fix Win32 Build. mkdir/rmdir are macrosSara Golemon2003-12-132-6/+6
* Route mkdir()/rmdir() via wrapper ops.Sara Golemon2003-12-134-2/+275
* Route rename() via wrapper ops.Sara Golemon2003-12-123-2/+120
* Do not use before they are initialized.Marcus Boerger2003-12-121-2/+2
* Add some comments hereMarcus Boerger2003-12-121-5/+18
* - Brought ext/bcmath to the new millenniumfoobar2003-12-094-5/+5
* - Update header + added missing Id tags.foobar2003-12-091-16/+18
* - Add comment, I put this ina week ago and it already confused me :)Derick Rethans2003-12-071-1/+1
* Fix a problem resolving the php.ini path under win32 terminal services enviro...Wez Furlong2003-12-061-0/+26
* fix ipv6 stuff under vc6Wez Furlong2003-12-061-5/+5
* Detect and enable IPv6 support under win32.Wez Furlong2003-12-062-8/+13
* Be smarter about which systems should register unix transports.Wez Furlong2003-12-051-1/+1
* Fix libexpat build.Moriyoshi Koizumi2003-12-051-1/+1
* default install path is c:/php5 for PHP 5Wez Furlong2003-12-041-9/+9
* 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