Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing macro | Marcus Boerger | 2004-01-12 | 1 | -0/+1 |
| | | | | | # by popular demand, more and more exts need this | ||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 39 | -77/+77 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 31 | -62/+62 |
| | |||||
* | Fixed bug #26707 (Incorrect error for disabled functions/classes). | Ilia Alshanetsky | 2003-12-24 | 3 | -13/+20 |
| | |||||
* | - Fix version number so that people are not mistaking our development | Derick Rethans | 2003-12-21 | 1 | -2/+2 |
| | | | | | version for RC1. | ||||
* | B3 here we go (away) | Zeev Suraski | 2003-12-21 | 1 | -2/+2 |
| | |||||
* | B3 here we come | Zeev Suraski | 2003-12-21 | 1 | -2/+2 |
| | |||||
* | - Make the world a better place. | Andi Gutmans | 2003-12-20 | 1 | -2/+2 |
| | | | | | - Will roll b3 tomorrow. | ||||
* | MFB fix for #25597 | Wez Furlong | 2003-12-20 | 1 | -1/+1 |
| | |||||
* | - Prepare for RC2 | Andi Gutmans | 2003-12-19 | 1 | -2/+2 |
| | |||||
* | Counteract brain-death in Apache headers | Wez Furlong | 2003-12-18 | 1 | -0/+3 |
| | | | | | | (they #define strtoul to something that will break compilation, and it successfully breaks the win32 IPv6 headers) | ||||
* | Roll RC1 of B3 | Andi Gutmans | 2003-12-17 | 1 | -2/+2 |
| | |||||
* | Fixed compiler warnings. | Ilia Alshanetsky | 2003-12-14 | 1 | -1/+1 |
| | |||||
* | Export STREAM_MKDIR_RECURSIVE constant | Sara Golemon | 2003-12-13 | 1 | -0/+1 |
| | |||||
* | Fix Win32 Build. mkdir/rmdir are macros | Sara Golemon | 2003-12-13 | 2 | -6/+6 |
| | |||||
* | Route mkdir()/rmdir() via wrapper ops. | Sara Golemon | 2003-12-13 | 4 | -2/+275 |
| | | | | | | Move current rmdir()/rmdir() code to plain_wrappers.c Implement mkdir()/rmdir() in ftp:// wrapper | ||||
* | Route rename() via wrapper ops. | Sara Golemon | 2003-12-12 | 3 | -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 Boerger | 2003-12-12 | 1 | -2/+2 |
| | |||||
* | Add some comments here | Marcus Boerger | 2003-12-12 | 1 | -5/+18 |
| | |||||
* | - Brought ext/bcmath to the new millennium | foobar | 2003-12-09 | 4 | -5/+5 |
| | | | | | # consistency.. | ||||
* | - Update header + added missing Id tags. | foobar | 2003-12-09 | 1 | -16/+18 |
| | |||||
* | - Add comment, I put this ina week ago and it already confused me :) | Derick Rethans | 2003-12-07 | 1 | -1/+1 |
| | |||||
* | Fix a problem resolving the php.ini path under win32 terminal services ↵ | Wez Furlong | 2003-12-06 | 1 | -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 vc6 | Wez Furlong | 2003-12-06 | 1 | -5/+5 |
| | |||||
* | Detect and enable IPv6 support under win32. | Wez Furlong | 2003-12-06 | 2 | -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 Furlong | 2003-12-05 | 1 | -1/+1 |
| | | | | | Fix skip conditions in these network tests | ||||
* | Fix libexpat build. | Moriyoshi Koizumi | 2003-12-05 | 1 | -1/+1 |
| | | | | | Improve replaceEntities patch. | ||||
* | default install path is c:/php5 for PHP 5 | Wez Furlong | 2003-12-04 | 1 | -9/+9 |
| | |||||
* | Export these so that ftp extension can be build as shared ext. | Wez Furlong | 2003-12-02 | 2 | -4/+4 |
| | |||||
* | Register url_stat flag constants in userspace | Sara Golemon | 2003-12-02 | 1 | -0/+3 |
| | |||||
* | Populate userstream objects with context property | Sara Golemon | 2003-12-02 | 1 | -3/+36 |
| | |||||
* | Update userspace/url_stat proto | Sara Golemon | 2003-12-02 | 1 | -6/+11 |
| | |||||
* | this can't be persistent | Wez Furlong | 2003-12-02 | 1 | -1/+2 |
| | |||||
* | CS | Sara Golemon | 2003-12-02 | 1 | -2/+2 |
| | |||||
* | Move safemode/basedir checks for url_stat to plain_wrapper. | Sara Golemon | 2003-12-01 | 2 | -0/+14 |
| | |||||
* | - Fix the default SAPI filter too; all weird problems should be gone again. | Derick Rethans | 2003-12-01 | 1 | -1/+2 |
| | |||||
* | - Moved ext/db to PECL. | foobar | 2003-12-01 | 1 | -1/+1 |
| | | | | | # Derick copied the sources in CVS repository to preserve CVS log. | ||||
* | - Fixed standard wrapper for input filter. | Derick Rethans | 2003-11-30 | 1 | -1/+1 |
| | |||||
* | Removed unused variables. | Ilia Alshanetsky | 2003-11-30 | 2 | -4/+3 |
| | |||||
* | implement usleep for win32 | Wez Furlong | 2003-11-29 | 1 | -1/+4 |
| | |||||
* | Add stream_socket_sendto and stream_socket_recvfrom which work very much | Wez Furlong | 2003-11-29 | 5 | -6/+295 |
| | | | | | like sendto() and recvfrom() syscalls. | ||||
* | - Fix sapi_input_filter patch. Returning 1 from the filter handler should | Derick Rethans | 2003-11-29 | 4 | -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 Golemon | 2003-11-28 | 3 | -7/+47 |
| | | | | | This enables fopen-wrappers support on stat() and related family calls. | ||||
* | (sort of) MFB, feof fix for sockets. | Wez Furlong | 2003-11-28 | 2 | -2/+14 |
| | |||||
* | Fixed a memory leak. | Ilia Alshanetsky | 2003-11-28 | 1 | -2/+2 |
| | |||||
* | port "liveness" checks and a couple of other things from the 4.3 branch. | Wez Furlong | 2003-11-27 | 3 | -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 returned | Derick Rethans | 2003-11-26 | 2 | -10/+17 |
| | | | | | from the sapi_input_filter. | ||||
* | Fix for file:// wrapper parsing. | Sara Golemon | 2003-11-23 | 1 | -1/+1 |
| | | | | | (Cristiano Duarte <cunha17@uol.com.br>) | ||||
* | On error do not leave content_type_dup unitialised. | Stefan Esser | 2003-11-22 | 1 | -0/+1 |
| | |||||
* | - Commit patch by standards | Andi Gutmans | 2003-11-19 | 1 | -0/+3 |
| |