| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Prepare for RC3RC2 | Andi Gutmans | 2004-06-03 | 1 | -2/+2 |
| | | |||||
| * | The engine will take care out-of-memory situation for us. | Ilia Alshanetsky | 2004-05-28 | 1 | -7/+2 |
| | | |||||
| * | - Back to RC3-dev until we roll final | Andi Gutmans | 2004-05-27 | 1 | -2/+2 |
| | | |||||
| * | Fix #25939 for good this time. | Wez Furlong | 2004-05-27 | 1 | -1/+1 |
| | | | | | | # How could I miss this?? | ||||
| * | - RC3RC1 | Andi Gutmans | 2004-05-27 | 1 | -2/+2 |
| | | |||||
| * | Fix silly mistake. | Wez Furlong | 2004-05-26 | 2 | -4/+4 |
| | | | | | | Thanks Antony :) | ||||
| * | break is better | Stefan Esser | 2004-05-25 | 1 | -1/+1 |
| | | |||||
| * | *sigh*, obviously, we need this to be able to use sapi_module.name | Wez Furlong | 2004-05-25 | 1 | -0/+1 |
| | | |||||
| * | DEBUG -> PHP_DEBUG | Wez Furlong | 2004-05-25 | 1 | -1/+1 |
| | | |||||
| * | check if it matches... not if it doesn't... | Wez Furlong | 2004-05-25 | 1 | -1/+1 |
| | | |||||
| * | In debug mode, under CLI don't close stderr. | Wez Furlong | 2004-05-25 | 1 | -0/+9 |
| | | | | | | | | | This is so that we can see any error reports. # for extra paranoia, could limit this check to happen only after the script is # finished running. | ||||
| * | - Fixed bug #27640 memory leak of registered_zend_ini_directives (Dmitry) | Andi Gutmans | 2004-05-23 | 1 | -0/+2 |
| | | |||||
| * | This is more correct. | Stefan Esser | 2004-05-23 | 1 | -3/+3 |
| | | |||||
| * | - Fixed TSRM problem in latest commit. | Derick Rethans | 2004-05-21 | 1 | -1/+1 |
| | | |||||
| * | - Fixed bug #28456 (Problem with enclosed / in uploaded file names) | Derick Rethans | 2004-05-21 | 1 | -1/+10 |
| | | |||||
| * | - Allow extra parameters to mail to be forced also from virtual host settings. | Derick Rethans | 2004-05-20 | 1 | -1/+1 |
| | | |||||
| * | - Fixed defines | Derick Rethans | 2004-05-11 | 1 | -5/+5 |
| | | |||||
| * | Bugfix #28300 Userspace stream/filter names don't need to be lowercased. | Sara Golemon | 2004-05-06 | 1 | -1/+0 |
| | | |||||
| * | BugFix#28287 stream_*_register() not calling __autoload(). | Sara Golemon | 2004-05-05 | 1 | -1/+1 |
| | | |||||
| * | - RC3-dev | Andi Gutmans | 2004-04-25 | 1 | -2/+2 |
| | | |||||
| * | - RC2 | Andi Gutmans | 2004-04-25 | 1 | -2/+2 |
| | | |||||
| * | Fixed bug #19749 (shouldn't mmap() files larger than memory_limit) | Wez Furlong | 2004-04-21 | 1 | -1/+5 |
| | | |||||
| * | - RC2-dev | Andi Gutmans | 2004-04-21 | 1 | -2/+2 |
| | | |||||
| * | - Prepare for RC2RC2 (if everything is OK especially Zeev's interface | Andi Gutmans | 2004-04-21 | 1 | -2/+2 |
| | | | | | | - patch I'll roll RC2 tomorrow). | ||||
| * | Bugfix #28012, now for snprintf | Marcus Boerger | 2004-04-15 | 1 | -1/+1 |
| | | |||||
| * | Bugfix #28012 spprintf() output inconsistent for %p | Marcus Boerger | 2004-04-15 | 1 | -1/+1 |
| | | |||||
| * | - RC2-dev | Andi Gutmans | 2004-04-14 | 1 | -2/+2 |
| | | |||||
| * | - RC2RC1 | Andi Gutmans | 2004-04-14 | 1 | -2/+2 |
| | | |||||
| * | BugFix: Copy/Paste mistake referenced undefined variable on platforms ↵ | Sara Golemon | 2004-04-09 | 1 | -1/+1 |
| | | | | | without gettimeofday() | ||||
| * | Only wind filters when appending to the read chain. | Sara Golemon | 2004-04-01 | 1 | -1/+1 |
| | | |||||
| * | This leaks when a stream opener proxy opens another stream. | Sara Golemon | 2004-04-01 | 1 | -0/+3 |
| | | |||||
| * | BugFix#27619 | Sara Golemon | 2004-03-31 | 3 | -4/+83 |
| | | | | | | | Filters not applied to pre-buffered stream data. (esp. http:// streams) | ||||
| * | Fix for Bug #26757: session.save_path defaults to bogus value on win32 | Wez Furlong | 2004-03-29 | 2 | -2/+3 |
| | | | | | | | | Merge from branch with one main difference: the default save_path is set to the empty string on all platforms, whereas the code in the branch only does so for win32. | ||||
| * | - Stopped file uploads from throwing E_WARNINGs and E_NOTICEs which can not be | Derick Rethans | 2004-03-25 | 1 | -4/+10 |
| | | | | | | | hidden from within scripts (and a result value in the $_FILES global can be used to see the real failure anyway). | ||||
| * | Fixed bug #27687 (Bug Adding Default Charset to 'text/*' Content-Type Header | Marcus Boerger | 2004-03-25 | 1 | -1/+2 |
| | | |||||
| * | - Revert bogus commit | Derick Rethans | 2004-03-24 | 1 | -9/+3 |
| | | |||||
| * | and set module startup flag on startup | Stanislav Malyshev | 2004-03-24 | 1 | -0/+1 |
| | | |||||
| * | reset module shutdown flag on startup | Stanislav Malyshev | 2004-03-24 | 1 | -0/+1 |
| | | |||||
| * | - Fixed NEWS | Derick Rethans | 2004-03-24 | 1 | -3/+9 |
| | | | | | | #- Can we *please* keep this in order? | ||||
| * | - Back to RC2-dev | Andi Gutmans | 2004-03-18 | 1 | -2/+2 |
| | | |||||
| * | Prepare to roll RC1 | Zeev Suraski | 2004-03-18 | 1 | -2/+2 |
| | | |||||
| * | Provide a meaningful error message when registration fails | Sara Golemon | 2004-03-17 | 1 | -2/+9 |
| | | |||||
| * | Fixed bug #27498 (bogus safe_mode error on nonexistent directories for | Ilia Alshanetsky | 2004-03-16 | 1 | -1/+1 |
| | | | | | | chdir() and opendir() functions). | ||||
| * | - Replaced the exec_finished hook by the zend_post_deactive hook for | Derick Rethans | 2004-03-16 | 1 | -4/+4 |
| | | | | | | | extensions. The new hook will be run after the symbol table and destructors are run. (PHP part) | ||||
| * | Improve the way auto-globals JIT works, and add the ability to turn it off | Zeev Suraski | 2004-03-16 | 3 | -7/+10 |
| | | |||||
| * | Improve error message | Marcus Boerger | 2004-03-16 | 1 | -28/+0 |
| | | |||||
| * | Fixed bug #27559 (Corrected open_basedir resolving logic). | Ilia Alshanetsky | 2004-03-16 | 1 | -4/+6 |
| | | |||||
| * | Guard display_startup_errors with checking for default (working) output | Marcus Boerger | 2004-03-14 | 3 | -6/+12 |
| | | | | | | functions. | ||||
| * | Fixed bug #27530 (broken http auth when safe_mode is on and PCRE is | Ilia Alshanetsky | 2004-03-09 | 1 | -7/+2 |
| | | | | | | disabled). | ||||
| * | More wordsize fixes | Ard Biesheuvel | 2004-03-08 | 3 | -7/+7 |
| | | |||||
