| Commit message (Expand) | Author | Age | Files | Lines |
* | - actually disable the ASSERT error dialog box (affects debug mode only), hel... | Pierre Joye | 2008-05-21 | 1 | -0/+3 |
* | Lazy EG(active_symbol_table) initialization | Dmitry Stogov | 2008-04-29 | 1 | -0/+3 |
* | fix erroneous use of php_resolve_path in _php_stream_wrapper_open_ex - this b... | Greg Beaver | 2008-04-28 | 1 | -1/+1 |
* | Fixed potentially confusing error message on failure when no errors are logged | Greg Beaver | 2008-04-28 | 1 | -1/+5 |
* | Optimized request startup sequence for php.ini without per dir and per host c... | Dmitry Stogov | 2008-04-15 | 2 | -2/+25 |
* | do not scan include_path with faulty plain_wrapper-based include_path fopen | Greg Beaver | 2008-04-13 | 1 | -4/+0 |
* | Added ability to use stream wrappers in include_path | Dmitry Stogov | 2008-03-27 | 4 | -7/+96 |
* | - MFH: New egg | Johannes Schlüter | 2008-03-25 | 1 | -378/+582 |
* | rename PHP_OCI8_VERSION in preparation for peclversioning RFC. Remove obsole... | Christopher Jones | 2008-03-25 | 1 | -1/+1 |
* | MFH: disabled mmap() when copying files to memory | Antony Dovgal | 2008-03-24 | 1 | -20/+0 |
* | Fixed ws and comment | Dmitry Stogov | 2008-03-24 | 1 | -4/+4 |
* | use correct flags | Antony Dovgal | 2008-03-22 | 1 | -1/+1 |
* | - MFH Settle to 4 MB, see internals@ archives | Marcus Boerger | 2008-03-21 | 1 | -1/+1 |
* | - MFH Fix comment | Marcus Boerger | 2008-03-21 | 1 | -1/+1 |
* | - MFH Increase max mmap size to 8 MB | Marcus Boerger | 2008-03-21 | 1 | -1/+1 |
* | MFH: revert | Antony Dovgal | 2008-03-21 | 1 | -1/+1 |
* | [DOC] make short_open_tag user-accessible | Stanislav Malyshev | 2008-03-20 | 1 | -1/+1 |
* | MFH: make use of zend_atol() | Antony Dovgal | 2008-03-19 | 1 | -1/+1 |
* | exit_on_timeout patch | Rasmus Lerdorf | 2008-03-18 | 4 | -6/+17 |
* | MFH: Dropped zend.ze1_compatibility_mode | Felipe Pena | 2008-03-18 | 1 | -0/+16 |
* | Fix build (ZTS) | Felipe Pena | 2008-03-16 | 1 | -2/+2 |
* | - Rewrite scanner to be based on re2c instead of flex | Marcus Boerger | 2008-03-16 | 1 | -13/+35 |
* | MFB: Fixed bug #44440 (st_blocks undefined under BeOS) | Felipe Pena | 2008-03-15 | 1 | -0/+3 |
* | MFH: check if return value of write() is -1 and abort upload in this case set... | Antony Dovgal | 2008-03-14 | 1 | -1/+7 |
* | Disable path resolution for filenames with stream wrappers | Dmitry Stogov | 2008-03-13 | 1 | -2/+10 |
* | [DOC] add request_order INI variable to control $_REQUEST content | Stanislav Malyshev | 2008-03-12 | 3 | -1/+10 |
* | MFH: fix segfault - error_string may be NULL, in this case we have to follow ... | Antony Dovgal | 2008-03-11 | 1 | -6/+18 |
* | MFH: New way for check void parameters | Felipe Pena | 2008-03-10 | 1 | -19/+19 |
* | char **error_message was passed but not used. This causes problems in cases | Andrey Hristov | 2008-03-10 | 2 | -4/+7 |
* | MFH: User error handlers no longer catch supressed errors | Etienne Kneuss | 2008-03-08 | 3 | -22/+14 |
* | Optimized require_once() and include_once() by eliminationg open() syscall on... | Dmitry Stogov | 2008-03-05 | 3 | -0/+83 |
* | 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] add PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION, | Pierre Joye | 2008-02-15 | 1 | -0/+11 |
* | - 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 mor... | Scott MacVicar | 2008-01-28 | 1 | -0/+4 |
* | Added garbage collector | Dmitry Stogov | 2008-01-22 | 1 | -0/+3 |
* | MFH: clarify error message on why opening a stream wrapper failed for allow_u... | Greg Beaver | 2008-01-12 | 1 | -1/+5 |
* | 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 |