summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Disable path resolution for filenames with stream wrappersDmitry Stogov2008-03-131-2/+10
* [DOC] add request_order INI variable to control $_REQUEST contentStanislav Malyshev2008-03-123-1/+10
* MFH: fix segfault - error_string may be NULL, in this case we have to follow ...Antony Dovgal2008-03-111-6/+18
* MFH: New way for check void parametersFelipe Pena2008-03-101-19/+19
* char **error_message was passed but not used. This causes problems in casesAndrey Hristov2008-03-102-4/+7
* MFH: User error handlers no longer catch supressed errorsEtienne Kneuss2008-03-083-22/+14
* Optimized require_once() and include_once() by eliminationg open() syscall on...Dmitry Stogov2008-03-053-0/+83
* Fixed bug #44233 (MSG_PEEK undefined under BeOS R5)Ilia Alshanetsky2008-02-271-0/+4
* - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)Marcus Boerger2008-02-231-0/+4
* - [DOC] add PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION,Pierre Joye2008-02-151-0/+11
* - MFH Add %Z to *printfMarcus Boerger2008-02-072-23/+57
* - MFH WSMarcus Boerger2008-02-074-31/+31
* MFH: allow using these constants in php.ini (f.e. PHP_SAPI..)Jani Taskinen2008-02-041-22/+24
* - MFH TypoMarcus Boerger2008-02-031-1/+1
* - MFH Rename dump_config_hash() to get_config_hash() as it doesn't dumpMarcus Boerger2008-02-032-9/+4
* - MFH Get rid of overoptimizationMarcus Boerger2008-01-301-4/+2
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-302-10/+17
* Fixed bug #43491 (Under certain conditions, file_exists() never returns)Dmitry Stogov2008-01-291-0/+3
* MFH: Fixed bug #43954 (Memory leak when sending the same HTTP status code mor...Scott MacVicar2008-01-281-0/+4
* Added garbage collectorDmitry Stogov2008-01-221-0/+3
* MFH: clarify error message on why opening a stream wrapper failed for allow_u...Greg Beaver2008-01-121-1/+5
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3168-68/+68
* correct fix for bug #43522Antony Dovgal2007-12-291-2/+9
* MFH: Update the class method documentation linksHannes Magnusson2007-12-291-3/+5
* Fixed bug#43105 (PHP seems to fail to close open files.)Hannes Magnusson2007-12-271-0/+1
* Fixed bug #43580 (removed bogus declaration of a non-existent php_is_url()Ilia Alshanetsky2007-12-131-1/+0