summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* MFH: No zval is stored hereJani Taskinen2007-11-261-1/+1
* MFH:- 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
* MFH: - Add support for optional valuesHannes Magnusson2007-11-211-6/+27
* Completed fix for bug #42739 (fixes bug #43276)Ilia Alshanetsky2007-11-151-3/+10
* Fixed bug #43182 (file_put_contents() LOCK_EX does not work properly on fileIlia Alshanetsky2007-11-121-0/+3
* MFH:- Added support for [HOST=www.example.com] special sectionsJani Taskinen2007-11-092-23/+35
* - MFH Add glob stream wrapperMarcus Boerger2007-11-061-1/+5
* - MFH glob stream wrapper (part 1)Marcus Boerger2007-11-062-0/+338
* MFH streams stuffMarcus Boerger2007-11-063-26/+54
* MFH: fix non ipv6 enabled win buildRob Richards2007-11-061-0/+2
* MFH: nuke unused variablesJani Taskinen2007-11-011-2/+0
* MFH: - Fixed bug #43137 (rmdir() and rename() do not clear statcache)Jani Taskinen2007-10-311-9/+11
* Fixed bug #42722 (display_errors setting ignored for E_PARSE and HTTP 500 page)Dmitry Stogov2007-10-181-1/+2
* Fix buildEdin Kadribasic2007-10-121-1/+1
* - fix typoJani Taskinen2007-10-111-5/+4
* - Fix ws/cs and wrap the stuff within #if HAVE_BROKEN_GETCWDJani Taskinen2007-10-111-7/+9
* Fix for bug 41899, safe mode and relative paths with Solaris's broken getcwd().Robert Thompson2007-10-101-1/+9
* Fix build on MSVC 2008 - channeling WezElizabeth Marie Smith2007-10-092-0/+5
* MFH: Fix expand_filepath when including relative files, ideally you should te...Scott MacVicar2007-10-091-1/+3
* MFH: ws + csJani Taskinen2007-10-091-76/+74
* Fix for bug 41822. expand_filepath() will now return a relative path under t...Robert Thompson2007-10-081-11/+23
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-074-37/+37
* MFH:- Moved the old regex functions to own extension: eregJani Taskinen2007-10-052-71/+0
* Fixed bug #42785 (json_encode() formats doubles according to locale ratherIlia Alshanetsky2007-10-012-2/+4
* Refactor code to make fixes for coverity issues #385 and #386 a bit moreIlia Alshanetsky2007-10-011-4/+7
* MFH:- Added common getopt implementation to core.Jani Taskinen2007-10-012-0/+233
* fix a few compiler warnings (mostly use of unitialized values)Nuno Lopes2007-09-291-1/+2
* MFH: Fixed win32 build.Jani Taskinen2007-09-282-2/+2
* MFH:Jani Taskinen2007-09-284-64/+255
* Bump version.Sebastian Bergmann2007-09-271-4/+4
* Fixed crash on POST request after dl("mbstring.so")Dmitry Stogov2007-09-241-0/+2
* Fixed bug #42739 (mkdir() doesnt like a trailing slash when safe_mode isIlia Alshanetsky2007-09-231-1/+1
* MFH: check for NULL (coverity issue #386)Antony Dovgal2007-09-211-1/+3
* initialize all fields of the struct (it's generally good idea even though the...Antony Dovgal2007-09-211-0/+2
* disallow setting mail.force_extra_parameters from .htaccessStanislav Malyshev2007-09-131-1/+14
* MFH: wsJani Taskinen2007-08-311-5/+6
* MFH: ws fixesJani Taskinen2007-08-311-20/+20
* MFHJani Taskinen2007-08-311-3/+3
* MFH: Moved php.ini related protos where they belongJani Taskinen2007-08-312-5/+4
* MFH: wsJani Taskinen2007-08-311-3/+3
* Back to -dev.Sebastian Bergmann2007-08-301-4/+4
* 5.2.4Ilia Alshanetsky2007-08-291-2/+2