summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3165-65/+65
* apply correct fix for bug #43522Antony Dovgal2007-12-291-4/+18
* Update the class method documentation linksHannes Magnusson2007-12-291-5/+7
* MFB5.3: Fixed bug#43105 (PHP seems to fail to close open files.)Hannes Magnusson2007-12-271-0/+1
* - Fixed typo.Derick Rethans2007-12-181-1/+1
* MFB: Fixed bug #43580 (removed bogus declaration of a non-existentIlia Alshanetsky2007-12-131-1/+0
* MFB: Fixed bug #43522 (stream_get_line() eats additional characters)Ilia Alshanetsky2007-12-101-2/+2
* Fixed crash because of uninitialized SG(sapi_headers).mimetypeDmitry Stogov2007-12-031-0/+2
* - No zval is stored hereJani Taskinen2007-11-261-1/+1
* - Fixed bug #43365 (Several enums have trailing commas)Jani Taskinen2007-11-261-1/+1
* Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2007-11-221-4/+6
* - Add support for optional valuesHannes Magnusson2007-11-201-6/+27
* - Allow using full path to load modules using "extension" directiveJani Taskinen2007-11-091-23/+19
* - Added support for [HOST=www.example.com] sectionsJani Taskinen2007-11-092-0/+16
* fix non ipv6 enabled win buildRob Richards2007-11-061-0/+2
* - MFB wsMarcus Boerger2007-11-061-2/+3
* - Nuke unused variablesJani Taskinen2007-11-011-2/+0
* - Fixed bug #43137 (rmdir() and rename() do not clear statcache)Jani Taskinen2007-10-311-9/+10
* Fixed bug #42722 (display_errors setting ignored for E_PARSE and HTTP 500 page)Dmitry Stogov2007-10-181-1/+2
* MFB: Fix buildEdin Kadribasic2007-10-121-1/+1
* MFBElizabeth Marie Smith2007-10-102-0/+5
* Fix expand_filepath when including relative files, ideally you should test yo...Scott MacVicar2007-10-091-1/+3
* ws + csJani Taskinen2007-10-091-69/+66
* Fix for bug 41822. expand_filepath() will now return a relative path under t...Robert Thompson2007-10-091-11/+23
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-076-39/+39
* ucnv_toUnicode() in ICU 3.8 requires target buffer size to be even, otherwise...Antony Dovgal2007-10-021-2/+9
* MFB: Fixed bug #42785 (json_encode() formats doubles according to localeIlia Alshanetsky2007-10-012-2/+4
* MFB: Refactor code to make fixes for coverity issues #385 and #386 a bitIlia Alshanetsky2007-10-011-3/+5
* - Added common getopt implementation to core.Jani Taskinen2007-10-012-0/+233
* - Fix warningJani Taskinen2007-10-011-2/+2
* - Fix win32 build.Jani Taskinen2007-09-282-2/+2
* - Added ".htaccess" style user-defined php.ini files support forJani Taskinen2007-09-284-62/+253
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* Fixed crash on POST request after dl("mbstring.so")Dmitry Stogov2007-09-241-0/+2
* check for NULL (coverity issue #386)Antony Dovgal2007-09-211-1/+3
* MFB: disallow setting mail.force_extra_parameters from .htaccessStanislav Malyshev2007-09-131-1/+13
* - We have to store the original (allocated) pointer here as it was freed afterDerick Rethans2007-09-041-4/+4
* wsJani Taskinen2007-08-311-5/+5
* ws fixesJani Taskinen2007-08-311-21/+21
* ws + apify cfg_get_entryJani Taskinen2007-08-311-3/+3
* - Moved the php.ini related function protos where they belongJani Taskinen2007-08-312-5/+4
* wsJani Taskinen2007-08-311-3/+3
* - Fixed allow_url_fopen_list/allow_url_include_list handling by making sureDerick Rethans2007-08-281-0/+2
* fix protoStanislav Malyshev2007-08-161-1/+1
* resolve dir before calling mktemp/mkstempAntony Dovgal2007-08-101-6/+19
* 'I32' and 'I' support (per request by Marcus)Antony Dovgal2007-08-032-2/+20
* fix foldingAntony Dovgal2007-08-031-10/+17
* add I64 support to spprintf() (snprintf() already has it)Antony Dovgal2007-08-031-0/+10
* MF5: fix for access control with .htaccessStanislav Malyshev2007-08-032-1/+20
* revert wrong fixStanislav Malyshev2007-08-011-3/+0