Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimized require_once() and include_once() by eliminationg open() syscall ↵ | Dmitry Stogov | 2008-03-05 | 3 | -0/+83 |
| | | | | on second usage. | ||||
* | Fixed bug #44233 (MSG_PEEK undefined under BeOS R5) | Ilia Alshanetsky | 2008-02-27 | 1 | -0/+4 |
| | |||||
* | - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus) | Marcus Boerger | 2008-02-23 | 1 | -0/+4 |
| | | | | | [DOC] Finally added deprecation messages | ||||
* | - [DOC] add PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION, | Pierre Joye | 2008-02-15 | 1 | -0/+11 |
| | | | | | PHP_EXTRA_VERSION, PHP_VERSION_ID, PHP_ZTS and PHP_DEBUG constants | ||||
* | - MFH Add %Z to *printf | Marcus Boerger | 2008-02-07 | 2 | -23/+57 |
| | |||||
* | - MFH WS | Marcus Boerger | 2008-02-07 | 4 | -31/+31 |
| | |||||
* | MFH: allow using these constants in php.ini (f.e. PHP_SAPI..) | Jani Taskinen | 2008-02-04 | 1 | -22/+24 |
| | |||||
* | - MFH Typo | Marcus Boerger | 2008-02-03 | 1 | -1/+1 |
| | |||||
* | - MFH Rename dump_config_hash() to get_config_hash() as it doesn't dump | Marcus Boerger | 2008-02-03 | 2 | -9/+4 |
| | |||||
* | - MFH Get rid of overoptimization | Marcus Boerger | 2008-01-30 | 1 | -4/+2 |
| | |||||
* | Improved PHP binary size and startup speed with GCC4 visibility control (Nuno) | Dmitry Stogov | 2008-01-30 | 2 | -10/+17 |
| | |||||
* | Fixed bug #43491 (Under certain conditions, file_exists() never returns) | Dmitry Stogov | 2008-01-29 | 1 | -0/+3 |
| | |||||
* | MFH: Fixed bug #43954 (Memory leak when sending the same HTTP status code ↵ | Scott MacVicar | 2008-01-28 | 1 | -0/+4 |
| | | | | more than once.) | ||||
* | Added garbage collector | Dmitry Stogov | 2008-01-22 | 1 | -0/+3 |
| | |||||
* | MFH: clarify error message on why opening a stream wrapper failed for ↵ | Greg Beaver | 2008-01-12 | 1 | -1/+5 |
| | | | | allow_url_include/allow_url_fopen, add test for allow_url_fopen | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 68 | -68/+68 |
| | |||||
* | correct fix for bug #43522 | Antony Dovgal | 2007-12-29 | 1 | -2/+9 |
| | |||||
* | MFH: Update the class method documentation links | Hannes Magnusson | 2007-12-29 | 1 | -3/+5 |
| | |||||
* | Fixed bug#43105 (PHP seems to fail to close open files.) | Hannes Magnusson | 2007-12-27 | 1 | -0/+1 |
| | |||||
* | Fixed bug #43580 (removed bogus declaration of a non-existent php_is_url() | Ilia Alshanetsky | 2007-12-13 | 1 | -1/+0 |
| | | | | | function) | ||||
* | Fixed bug #43522 (stream_get_line() eats additional characters) | Ilia Alshanetsky | 2007-12-10 | 1 | -2/+2 |
| | |||||
* | Fixed crash because of uninitialized SG(sapi_headers).mimetype | Dmitry Stogov | 2007-12-03 | 1 | -0/+2 |
| | |||||
* | MFH: No zval is stored here | Jani Taskinen | 2007-11-26 | 1 | -1/+1 |
| | |||||
* | MFH:- Fixed bug #43365 (Several enums have trailing commas) | Jani Taskinen | 2007-11-26 | 1 | -1/+1 |
| | |||||
* | Fixed bug #43128 (Very long class name causes segfault) | Dmitry Stogov | 2007-11-22 | 1 | -4/+6 |
| | |||||
* | MFH: - Add support for optional values | Hannes Magnusson | 2007-11-21 | 1 | -6/+27 |
| | | | | | MFH: - Add support for = as seperator | ||||
* | Completed fix for bug #42739 (fixes bug #43276) | Ilia Alshanetsky | 2007-11-15 | 1 | -3/+10 |
| | |||||
* | Fixed bug #43182 (file_put_contents() LOCK_EX does not work properly on file | Ilia Alshanetsky | 2007-11-12 | 1 | -0/+3 |
| | | | | | truncation). | ||||
* | MFH:- Added support for [HOST=www.example.com] special sections | Jani Taskinen | 2007-11-09 | 2 | -23/+35 |
| | | | | | MFH:- Allowed using full path to load modules using "extension" directive | ||||
* | - MFH Add glob stream wrapper | Marcus Boerger | 2007-11-06 | 1 | -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 Boerger | 2007-11-06 | 2 | -0/+338 |
| | |||||
* | MFH streams stuff | Marcus Boerger | 2007-11-06 | 3 | -26/+54 |
| | |||||
* | MFH: fix non ipv6 enabled win build | Rob Richards | 2007-11-06 | 1 | -0/+2 |
| | |||||
* | MFH: nuke unused variables | Jani Taskinen | 2007-11-01 | 1 | -2/+0 |
| | |||||
* | MFH: - Fixed bug #43137 (rmdir() and rename() do not clear statcache) | Jani Taskinen | 2007-10-31 | 1 | -9/+11 |
| | |||||
* | Fixed bug #42722 (display_errors setting ignored for E_PARSE and HTTP 500 page) | Dmitry Stogov | 2007-10-18 | 1 | -1/+2 |
| | |||||
* | Fix build | Edin Kadribasic | 2007-10-12 | 1 | -1/+1 |
| | |||||
* | - fix typo | Jani Taskinen | 2007-10-11 | 1 | -5/+4 |
| | |||||
* | - Fix ws/cs and wrap the stuff within #if HAVE_BROKEN_GETCWD | Jani Taskinen | 2007-10-11 | 1 | -7/+9 |
| | |||||
* | Fix for bug 41899, safe mode and relative paths with Solaris's broken getcwd(). | Robert Thompson | 2007-10-10 | 1 | -1/+9 |
| | |||||
* | Fix build on MSVC 2008 - channeling Wez | Elizabeth Marie Smith | 2007-10-09 | 2 | -0/+5 |
| | |||||
* | MFH: Fix expand_filepath when including relative files, ideally you should ↵ | Scott MacVicar | 2007-10-09 | 1 | -1/+3 |
| | | | | test you code... | ||||
* | MFH: ws + cs | Jani Taskinen | 2007-10-09 | 1 | -76/+74 |
| | |||||
* | Fix for bug 41822. expand_filepath() will now return a relative path under ↵ | Robert Thompson | 2007-10-08 | 1 | -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 statuses | Yiduo (David) Wang | 2007-10-07 | 4 | -37/+37 |
| | |||||
* | MFH:- Moved the old regex functions to own extension: ereg | Jani Taskinen | 2007-10-05 | 2 | -71/+0 |
| | |||||
* | Fixed bug #42785 (json_encode() formats doubles according to locale rather | Ilia Alshanetsky | 2007-10-01 | 2 | -2/+4 |
| | | | | | then following standard syntax). | ||||
* | Refactor code to make fixes for coverity issues #385 and #386 a bit more | Ilia Alshanetsky | 2007-10-01 | 1 | -4/+7 |
| | | | | | obvious | ||||
* | MFH:- Added common getopt implementation to core. | Jani Taskinen | 2007-10-01 | 2 | -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 Lopes | 2007-09-29 | 1 | -1/+2 |
| |