summaryrefslogtreecommitdiff
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* Add missing macroMarcus Boerger2004-01-121-0/+1
| | | | | # by popular demand, more and more exts need this
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-0839-77/+77
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-0831-62/+62
|
* Fixed bug #26707 (Incorrect error for disabled functions/classes).Ilia Alshanetsky2003-12-243-13/+20
|
* - Fix version number so that people are not mistaking our developmentDerick Rethans2003-12-211-2/+2
| | | | | version for RC1.
* B3 here we go (away)Zeev Suraski2003-12-211-2/+2
|
* B3 here we comeZeev Suraski2003-12-211-2/+2
|
* - Make the world a better place.Andi Gutmans2003-12-201-2/+2
| | | | | - Will roll b3 tomorrow.
* 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
| | | | | | (they #define strtoul to something that will break compilation, and it successfully breaks the win32 IPv6 headers)
* 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
| | | | | | Move current rmdir()/rmdir() code to plain_wrappers.c Implement mkdir()/rmdir() in ftp:// wrapper
* Route rename() via wrapper ops.Sara Golemon2003-12-123-2/+120
| | | | | | | Move current rename() code to main/streams/plain_wrapper.c Implement ftp/rename() Implement userstreams/rename()
* 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
| | | | | # consistency..
* - 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 ↵Wez Furlong2003-12-061-0/+26
| | | | | | | environment. Remove config-file-path option from configure under win32; it is not used except to display what might have been chosen, so lets default to the getenv() thingy.
* fix ipv6 stuff under vc6Wez Furlong2003-12-061-5/+5
|
* Detect and enable IPv6 support under win32.Wez Furlong2003-12-062-8/+13
| | | | | | The ws2tcpip.h header links to IPv6 functions dynamically and the generated binary will run on win98 and later.
* Be smarter about which systems should register unix transports.Wez Furlong2003-12-051-1/+1
| | | | | Fix skip conditions in these network tests
* Fix libexpat build.Moriyoshi Koizumi2003-12-051-1/+1
| | | | | Improve replaceEntities patch.
* 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
| | | | | # Derick copied the sources in CVS repository to preserve CVS log.
* - 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
| | | | | like sendto() and recvfrom() syscalls.
* - Fix sapi_input_filter patch. Returning 1 from the filter handler shouldDerick Rethans2003-11-294-13/+11
| | | | | | | make PHP register the variable, returning 0 shouldn't. The new length of the variables being filtered is now returned in the new_val_len argument of the function.
* Route php_stat() via streams/url_stat API (php_stream_stat_path).Sara Golemon2003-11-283-7/+47
| | | | | This enables fopen-wrappers support on stat() and related family calls.
* (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
| | | | | | Liveness checks are used to validate persistent socket connects when they are re-used.
* - Prevent registration of the variable when a zero-length is returnedDerick Rethans2003-11-262-10/+17
| | | | | from the sapi_input_filter.
* Fix for file:// wrapper parsing.Sara Golemon2003-11-231-1/+1
| | | | | (Cristiano Duarte <cunha17@uol.com.br>)
* On error do not leave content_type_dup unitialised.Stefan Esser2003-11-221-0/+1
|
* - Commit patch by standardsAndi Gutmans2003-11-191-0/+3
|