summaryrefslogtreecommitdiff
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* - Prepare for RC3RC2Andi Gutmans2004-06-031-2/+2
|
* The engine will take care out-of-memory situation for us.Ilia Alshanetsky2004-05-281-7/+2
|
* - Back to RC3-dev until we roll finalAndi Gutmans2004-05-271-2/+2
|
* Fix #25939 for good this time.Wez Furlong2004-05-271-1/+1
| | | | | # How could I miss this??
* - RC3RC1Andi Gutmans2004-05-271-2/+2
|
* Fix silly mistake.Wez Furlong2004-05-262-4/+4
| | | | | Thanks Antony :)
* break is betterStefan Esser2004-05-251-1/+1
|
* *sigh*, obviously, we need this to be able to use sapi_module.nameWez Furlong2004-05-251-0/+1
|
* DEBUG -> PHP_DEBUGWez Furlong2004-05-251-1/+1
|
* check if it matches... not if it doesn't...Wez Furlong2004-05-251-1/+1
|
* In debug mode, under CLI don't close stderr.Wez Furlong2004-05-251-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 Gutmans2004-05-231-0/+2
|
* This is more correct.Stefan Esser2004-05-231-3/+3
|
* - Fixed TSRM problem in latest commit.Derick Rethans2004-05-211-1/+1
|
* - Fixed bug #28456 (Problem with enclosed / in uploaded file names)Derick Rethans2004-05-211-1/+10
|
* - Allow extra parameters to mail to be forced also from virtual host settings.Derick Rethans2004-05-201-1/+1
|
* - Fixed definesDerick Rethans2004-05-111-5/+5
|
* Bugfix #28300 Userspace stream/filter names don't need to be lowercased.Sara Golemon2004-05-061-1/+0
|
* BugFix#28287 stream_*_register() not calling __autoload().Sara Golemon2004-05-051-1/+1
|
* - RC3-devAndi Gutmans2004-04-251-2/+2
|
* - RC2Andi Gutmans2004-04-251-2/+2
|
* Fixed bug #19749 (shouldn't mmap() files larger than memory_limit)Wez Furlong2004-04-211-1/+5
|
* - RC2-devAndi Gutmans2004-04-211-2/+2
|
* - Prepare for RC2RC2 (if everything is OK especially Zeev's interfaceAndi Gutmans2004-04-211-2/+2
| | | | | - patch I'll roll RC2 tomorrow).
* Bugfix #28012, now for snprintfMarcus Boerger2004-04-151-1/+1
|
* Bugfix #28012 spprintf() output inconsistent for %pMarcus Boerger2004-04-151-1/+1
|
* - RC2-devAndi Gutmans2004-04-141-2/+2
|
* - RC2RC1Andi Gutmans2004-04-141-2/+2
|
* BugFix: Copy/Paste mistake referenced undefined variable on platforms ↵Sara Golemon2004-04-091-1/+1
| | | | without gettimeofday()
* Only wind filters when appending to the read chain.Sara Golemon2004-04-011-1/+1
|
* This leaks when a stream opener proxy opens another stream.Sara Golemon2004-04-011-0/+3
|
* BugFix#27619Sara Golemon2004-03-313-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 win32Wez Furlong2004-03-292-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 beDerick Rethans2004-03-251-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 HeaderMarcus Boerger2004-03-251-1/+2
|
* - Revert bogus commitDerick Rethans2004-03-241-9/+3
|
* and set module startup flag on startupStanislav Malyshev2004-03-241-0/+1
|
* reset module shutdown flag on startupStanislav Malyshev2004-03-241-0/+1
|
* - Fixed NEWSDerick Rethans2004-03-241-3/+9
| | | | | #- Can we *please* keep this in order?
* - Back to RC2-devAndi Gutmans2004-03-181-2/+2
|
* Prepare to roll RC1Zeev Suraski2004-03-181-2/+2
|
* Provide a meaningful error message when registration failsSara Golemon2004-03-171-2/+9
|
* Fixed bug #27498 (bogus safe_mode error on nonexistent directories forIlia Alshanetsky2004-03-161-1/+1
| | | | | chdir() and opendir() functions).
* - Replaced the exec_finished hook by the zend_post_deactive hook forDerick Rethans2004-03-161-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 offZeev Suraski2004-03-163-7/+10
|
* Improve error messageMarcus Boerger2004-03-161-28/+0
|
* Fixed bug #27559 (Corrected open_basedir resolving logic).Ilia Alshanetsky2004-03-161-4/+6
|
* Guard display_startup_errors with checking for default (working) outputMarcus Boerger2004-03-143-6/+12
| | | | | functions.
* Fixed bug #27530 (broken http auth when safe_mode is on and PCRE isIlia Alshanetsky2004-03-091-7/+2
| | | | | disabled).
* More wordsize fixesArd Biesheuvel2004-03-083-7/+7
|