summaryrefslogtreecommitdiff
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* Optimized require_once() and include_once() by eliminationg open() syscall ↵Dmitry Stogov2008-03-053-0/+83
| | | | on second usage.
* 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] Finally added deprecation messages
* - [DOC] add PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION,Pierre Joye2008-02-151-0/+11
| | | | | PHP_EXTRA_VERSION, PHP_VERSION_ID, PHP_ZTS and PHP_DEBUG constants
* - 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 ↵Scott MacVicar2008-01-281-0/+4
| | | | more than once.)
* Added garbage collectorDmitry Stogov2008-01-221-0/+3
|
* MFH: clarify error message on why opening a stream wrapper failed for ↵Greg Beaver2008-01-121-1/+5
| | | | allow_url_include/allow_url_fopen, add test for allow_url_fopen
* 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
| | | | | function)
* 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
| | | | | MFH: - Add support for = as seperator
* 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
| | | | | truncation).
* MFH:- Added support for [HOST=www.example.com] special sectionsJani Taskinen2007-11-092-23/+35
| | | | | MFH:- Allowed using full path to load modules using "extension" directive
* - MFH Add glob stream wrapperMarcus Boerger2007-11-061-1/+5
| | | | | | | [DOC] The glob stream wrapper allows stuff like this: php -r '$it = new DirectoryIterator("glob://ext/spl/*.c"); foreach($it as $f) var_dump($f);'
* - 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 ↵Scott MacVicar2007-10-091-1/+3
| | | | test you code...
* MFH: ws + csJani Taskinen2007-10-091-76/+74
|
* Fix for bug 41822. expand_filepath() will now return a relative path under ↵Robert Thompson2007-10-081-11/+23
| | | | the specific situation where getcwd() returns NULL and the file is still readable. As far as I have been able to tell, this fix only applies to the Solaris OS where files in directories with (--x) cannot getcwd().
* 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
| | | | | then following standard syntax).
* Refactor code to make fixes for coverity issues #385 and #386 a bit moreIlia Alshanetsky2007-10-011-4/+7
| | | | | obvious
* MFH:- Added common getopt implementation to core.Jani Taskinen2007-10-012-0/+233
| | | | | | | | | | MFH:- Added long-option feature to getopt(). MFH:- Made getopt() available on win32 systems. MFH: Patch by: David Soria Parra <dsp@php.net> [DOC]: These changes will be available from 5.3+ # Note: Fixed also tests and synced basic_functions.c with HEAD.
* fix a few compiler warnings (mostly use of unitialized values)Nuno Lopes2007-09-291-1/+2
|