summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bug fixing newsIlia Alshanetsky2006-05-171-0/+2
|
* Fixed bug #35512 (Lack of read permission on main script results inIlia Alshanetsky2006-05-171-1/+1
| | | | | E_WARNING rather then E_ERROR).
* fix skip reasonAntony Dovgal2006-05-172-2/+2
|
* - MFH Proto fix/addMarcus Boerger2006-05-171-1/+3
|
* - MFH '_' is valid in test blocksMarcus Boerger2006-05-161-1/+1
|
* fix testAntony Dovgal2006-05-161-1/+1
|
* Make filters without a resource throw E_RECOVERABLE_ERROR rather thenIlia Alshanetsky2006-05-161-1/+1
| | | | | E_ERROR
* new mkdir testsAntony Dovgal2006-05-165-0/+164
|
* fix #37395 (recursive mkdir() fails to create nonexistent directories in ↵Antony Dovgal2006-05-162-2/+4
| | | | root dir)
* - MFH Fixed Bug #37457 (Crash when an exception is thrown in accept() method ↵Marcus Boerger2006-05-163-3/+90
| | | | of FilterIterator)
* Disable realpath cache when open_basedir or safe_mode are enabled on aIlia Alshanetsky2006-05-162-0/+7
| | | | | per-request basis.
* Added testDmitry Stogov2006-05-151-0/+14
|
* My bad.Sebastian Bergmann2006-05-151-1/+1
|
* Fugbix NEWS entries.Sebastian Bergmann2006-05-151-3/+3
|
* Fugbix typo.Sebastian Bergmann2006-05-151-1/+1
|
* *** empty log message ***Dmitry Stogov2006-05-151-0/+11
|
* Optimized require_once/include_once (eliminated fopen() on second usage)Dmitry Stogov2006-05-153-25/+93
|
* Optimized shutdown sequence to iterate only over modified ini directivesDmitry Stogov2006-05-152-3/+26
|
* - Removed source compatibility with libfcgiDmitry Stogov2006-05-153-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 Rethans2006-05-152-10/+11
|
* MFH: disable OCILobRead2() support on Win32Antony Dovgal2006-05-151-1/+0
|
* - UpdateMarcus Boerger2006-05-141-0/+1
|
* - Add some update notesMarcus Boerger2006-05-141-1/+40
|
* - We have it now fully RFC compliantMarcus Boerger2006-05-141-1/+1
|
* - MFH No need to have this controlled by allow_url_fopenMarcus Boerger2006-05-141-1/+1
|
* - Readd that E_RECOVERABLE_ERROR, dropping it is a bad ideaMarcus Boerger2006-05-141-2/+2
|
* - Do not include E_RECOVERABLE_ERROR to the default mode E_ALLMarcus Boerger2006-05-141-1/+1
|
* - MFH Add strict compliant RFC2397 support (no //)Marcus Boerger2006-05-143-2/+68
|
* MFH:Derick Rethans2006-05-1411-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 Alshanetsky2006-05-144-2/+12
|
* - UpdateMarcus Boerger2006-05-141-1/+5
|
* - UpdateMarcus Boerger2006-05-141-3/+4
|
* - MFH RFC2397 decodingMarcus Boerger2006-05-143-2/+50
|
* - MFH RFC 2397 meta data handlingMarcus Boerger2006-05-142-7/+258
|
* - initial commitPierre Joye2006-05-141-0/+1
| | | | | Please fill it :)
* Switch to a signed int for now. Will look at moving to a long throughoutRasmus Lerdorf2006-05-131-1/+1
| | | | | the code here.
* - MFH Initial support for RFC2397Marcus Boerger2006-05-134-48/+191
|
* - MFH add support for --EXPECTHEADERS--Marcus Boerger2006-05-131-8/+67
|
* - MFH code layout for __toString() use in parameter parsing apiMarcus Boerger2006-05-131-39/+42
|
* MFH: add doXInclude property to allow processor to perform XIncludesRob Richards2006-05-121-6/+19
|
* Download pear phar file when making a distribution packageIlia Alshanetsky2006-05-121-0/+9
|
* - MFH: Tests for BC breaking changes.Derick Rethans2006-05-122-0/+45
|
* MFH: fix #37416 (iterator_to_array() hides exceptions thrown in rewind() method)Antony Dovgal2006-05-122-0/+29
|
* Bump version.Sebastian Bergmann2006-05-121-1/+1
|
* - Missing __toString() piecesMarcus Boerger2006-05-122-18/+37
|
* - UpdateMarcus Boerger2006-05-111-0/+3
|
* - MFHMarcus Boerger2006-05-116-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 hereAntony Dovgal2006-05-111-1/+0
|
* fix testAntony Dovgal2006-05-111-1/+1
|
* - MFH: add new testMarcus Boerger2006-05-111-0/+42
|