summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* 5.3.0alpha1Johannes Schlüter2008-08-011-2/+2
* - MFB: Fixed the parameter type expected. set_time_limit() should accept only...Felipe Pena2008-07-251-6/+10
* Fixed uninitialised dataDmitry Stogov2008-07-251-0/+1
* - Removed unused variable.Felipe Pena2008-07-241-1/+0
* MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSEAntony Dovgal2008-07-231-1/+1
* - MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen())Felipe Pena2008-07-221-0/+2
* - Fixed securities issue detailed in CVE-2008-2665 and CVE-2008-2666.Felipe Pena2008-07-211-8/+0
* MFH: Add E_USER_DEPRECATED (patch by Lars Strojny)Hannes Magnusson2008-07-211-0/+2
* Fixed chdir() into requested file directory inconsistenciesDmitry Stogov2008-07-212-5/+2
* update PCRE symbolsNuno Lopes2008-07-171-2/+2
* Support for closuresDmitry Stogov2008-07-171-2/+11
* MFH:- Fixed bug #44127 (UNIX abstract namespace socket connect does not work)Jani Taskinen2008-07-161-1/+1
* Return null on when param parsing errors occurLars Strojny2008-07-151-12/+11
* New parameter parsing APILars Strojny2008-07-151-17/+5
* MFH: silence warningJani Taskinen2008-07-111-0/+2
* MFHAntony Dovgal2008-07-111-2/+3
* MFH: manage references of stream context properlyAntony Dovgal2008-07-113-50/+32
* - This file is generated from win32/build/config.w32.h.in. It should never ha...Steph Fox2008-07-071-248/+0
* - MFH: don't redefine WINDOWS and pid_tPierre Joye2008-07-051-1/+4
* - MFH: _getpid is in process.hPierre Joye2008-07-051-0/+2
* Fixed bug #45352 (Segmentation fault because of tick function on second request)Dmitry Stogov2008-06-253-0/+8
* Not sure why this file was comitted?Frank M. Kromann2008-06-241-102/+94
* MFHKalle Sommer Nielsen2008-06-241-0/+6
* no messageFrank M. Kromann2008-06-241-94/+102
* - New parameter parsing APIFelipe Pena2008-06-211-2/+2
* closeder/readdir/rewinddir must work only with directoriesDmitry Stogov2008-06-112-1/+3
* - actually disable the ASSERT error dialog box (affects debug mode only), hel...Pierre Joye2008-05-211-0/+3
* Lazy EG(active_symbol_table) initializationDmitry Stogov2008-04-291-0/+3
* fix erroneous use of php_resolve_path in _php_stream_wrapper_open_ex - this b...Greg Beaver2008-04-281-1/+1
* Fixed potentially confusing error message on failure when no errors are loggedGreg Beaver2008-04-281-1/+5
* Optimized request startup sequence for php.ini without per dir and per host c...Dmitry Stogov2008-04-152-2/+25
* do not scan include_path with faulty plain_wrapper-based include_path fopenGreg Beaver2008-04-131-4/+0
* Added ability to use stream wrappers in include_pathDmitry Stogov2008-03-274-7/+96
* - MFH: New eggJohannes Schlüter2008-03-251-378/+582
* rename PHP_OCI8_VERSION in preparation for peclversioning RFC. Remove obsole...Christopher Jones2008-03-251-1/+1
* MFH: disabled mmap() when copying files to memoryAntony Dovgal2008-03-241-20/+0
* Fixed ws and commentDmitry Stogov2008-03-241-4/+4
* use correct flagsAntony Dovgal2008-03-221-1/+1
* - MFH Settle to 4 MB, see internals@ archivesMarcus Boerger2008-03-211-1/+1
* - MFH Fix commentMarcus Boerger2008-03-211-1/+1
* - MFH Increase max mmap size to 8 MBMarcus Boerger2008-03-211-1/+1
* MFH: revertAntony Dovgal2008-03-211-1/+1
* [DOC] make short_open_tag user-accessibleStanislav Malyshev2008-03-201-1/+1
* MFH: make use of zend_atol()Antony Dovgal2008-03-191-1/+1
* exit_on_timeout patchRasmus Lerdorf2008-03-184-6/+17
* MFH: Dropped zend.ze1_compatibility_modeFelipe Pena2008-03-181-0/+16
* Fix build (ZTS)Felipe Pena2008-03-161-2/+2
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-13/+35
* MFB: Fixed bug #44440 (st_blocks undefined under BeOS)Felipe Pena2008-03-151-0/+3
* MFH: check if return value of write() is -1 and abort upload in this case set...Antony Dovgal2008-03-141-1/+7