Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug fixing news | Ilia Alshanetsky | 2006-05-17 | 1 | -0/+2 |
| | |||||
* | Fixed bug #35512 (Lack of read permission on main script results in | Ilia Alshanetsky | 2006-05-17 | 1 | -1/+1 |
| | | | | | E_WARNING rather then E_ERROR). | ||||
* | fix skip reason | Antony Dovgal | 2006-05-17 | 2 | -2/+2 |
| | |||||
* | - MFH Proto fix/add | Marcus Boerger | 2006-05-17 | 1 | -1/+3 |
| | |||||
* | - MFH '_' is valid in test blocks | Marcus Boerger | 2006-05-16 | 1 | -1/+1 |
| | |||||
* | fix test | Antony Dovgal | 2006-05-16 | 1 | -1/+1 |
| | |||||
* | Make filters without a resource throw E_RECOVERABLE_ERROR rather then | Ilia Alshanetsky | 2006-05-16 | 1 | -1/+1 |
| | | | | | E_ERROR | ||||
* | new mkdir tests | Antony Dovgal | 2006-05-16 | 5 | -0/+164 |
| | |||||
* | fix #37395 (recursive mkdir() fails to create nonexistent directories in ↵ | Antony Dovgal | 2006-05-16 | 2 | -2/+4 |
| | | | | root dir) | ||||
* | - MFH Fixed Bug #37457 (Crash when an exception is thrown in accept() method ↵ | Marcus Boerger | 2006-05-16 | 3 | -3/+90 |
| | | | | of FilterIterator) | ||||
* | Disable realpath cache when open_basedir or safe_mode are enabled on a | Ilia Alshanetsky | 2006-05-16 | 2 | -0/+7 |
| | | | | | per-request basis. | ||||
* | Added test | Dmitry Stogov | 2006-05-15 | 1 | -0/+14 |
| | |||||
* | My bad. | Sebastian Bergmann | 2006-05-15 | 1 | -1/+1 |
| | |||||
* | Fugbix NEWS entries. | Sebastian Bergmann | 2006-05-15 | 1 | -3/+3 |
| | |||||
* | Fugbix typo. | Sebastian Bergmann | 2006-05-15 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Dmitry Stogov | 2006-05-15 | 1 | -0/+11 |
| | |||||
* | Optimized require_once/include_once (eliminated fopen() on second usage) | Dmitry Stogov | 2006-05-15 | 3 | -25/+93 |
| | |||||
* | Optimized shutdown sequence to iterate only over modified ini directives | Dmitry Stogov | 2006-05-15 | 2 | -3/+26 |
| | |||||
* | - Removed source compatibility with libfcgi | Dmitry Stogov | 2006-05-15 | 3 | -227/+152 |
| | | | | | | | - Optimized access to FastCGI environment using HashTable instead of linear search - Allowed PHP_FCGI_MAX_REQUESTS=0 to disable PHP die - Allowed PHP_FCGI_CHILDREN=0 to disable PHP spawn workers | ||||
* | - MFH: Fixed windows compile error. | Derick Rethans | 2006-05-15 | 2 | -10/+11 |
| | |||||
* | MFH: disable OCILobRead2() support on Win32 | Antony Dovgal | 2006-05-15 | 1 | -1/+0 |
| | |||||
* | - Update | Marcus Boerger | 2006-05-14 | 1 | -0/+1 |
| | |||||
* | - Add some update notes | Marcus Boerger | 2006-05-14 | 1 | -1/+40 |
| | |||||
* | - We have it now fully RFC compliant | Marcus Boerger | 2006-05-14 | 1 | -1/+1 |
| | |||||
* | - MFH No need to have this controlled by allow_url_fopen | Marcus Boerger | 2006-05-14 | 1 | -1/+1 |
| | |||||
* | - Readd that E_RECOVERABLE_ERROR, dropping it is a bad idea | Marcus Boerger | 2006-05-14 | 1 | -2/+2 |
| | |||||
* | - Do not include E_RECOVERABLE_ERROR to the default mode E_ALL | Marcus Boerger | 2006-05-14 | 1 | -1/+1 |
| | |||||
* | - MFH Add strict compliant RFC2397 support (no //) | Marcus Boerger | 2006-05-14 | 3 | -2/+68 |
| | |||||
* | MFH: | Derick Rethans | 2006-05-14 | 11 | -9958/+10411 |
| | | | | | | | - Implemented Dmitry's const patch. - Added support for "weekday" as relative item. - Fixed bug #37368 (Incorrect timestamp returned for strtotime()). | ||||
* | MFH: Fixed bug #36630 (umask not reset at the end of the request). | Ilia Alshanetsky | 2006-05-14 | 4 | -2/+12 |
| | |||||
* | - Update | Marcus Boerger | 2006-05-14 | 1 | -1/+5 |
| | |||||
* | - Update | Marcus Boerger | 2006-05-14 | 1 | -3/+4 |
| | |||||
* | - MFH RFC2397 decoding | Marcus Boerger | 2006-05-14 | 3 | -2/+50 |
| | |||||
* | - MFH RFC 2397 meta data handling | Marcus Boerger | 2006-05-14 | 2 | -7/+258 |
| | |||||
* | - initial commit | Pierre Joye | 2006-05-14 | 1 | -0/+1 |
| | | | | | Please fill it :) | ||||
* | Switch to a signed int for now. Will look at moving to a long throughout | Rasmus Lerdorf | 2006-05-13 | 1 | -1/+1 |
| | | | | | the code here. | ||||
* | - MFH Initial support for RFC2397 | Marcus Boerger | 2006-05-13 | 4 | -48/+191 |
| | |||||
* | - MFH add support for --EXPECTHEADERS-- | Marcus Boerger | 2006-05-13 | 1 | -8/+67 |
| | |||||
* | - MFH code layout for __toString() use in parameter parsing api | Marcus Boerger | 2006-05-13 | 1 | -39/+42 |
| | |||||
* | MFH: add doXInclude property to allow processor to perform XIncludes | Rob Richards | 2006-05-12 | 1 | -6/+19 |
| | |||||
* | Download pear phar file when making a distribution package | Ilia Alshanetsky | 2006-05-12 | 1 | -0/+9 |
| | |||||
* | - MFH: Tests for BC breaking changes. | Derick Rethans | 2006-05-12 | 2 | -0/+45 |
| | |||||
* | MFH: fix #37416 (iterator_to_array() hides exceptions thrown in rewind() method) | Antony Dovgal | 2006-05-12 | 2 | -0/+29 |
| | |||||
* | Bump version. | Sebastian Bergmann | 2006-05-12 | 1 | -1/+1 |
| | |||||
* | - Missing __toString() pieces | Marcus Boerger | 2006-05-12 | 2 | -18/+37 |
| | |||||
* | - Update | Marcus Boerger | 2006-05-11 | 1 | -0/+3 |
| | |||||
* | - MFH | Marcus Boerger | 2006-05-11 | 6 | -84/+157 |
| | | | | | | | | . Fix iterator based access . Add new attribute ATTR_DEFAULT_FETCH_MODE: $bdh->setAttribute() . Add new fetch mode: FETCH_PROPS_LATE, this fills object member variables after calling the constructor (fixes #36428). | ||||
* | no need to destroy the zval here | Antony Dovgal | 2006-05-11 | 1 | -1/+0 |
| | |||||
* | fix test | Antony Dovgal | 2006-05-11 | 1 | -1/+1 |
| | |||||
* | - MFH: add new test | Marcus Boerger | 2006-05-11 | 1 | -0/+42 |
| |