summaryrefslogtreecommitdiff
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* fix #36869 (memory leak in output buffering when using chunked output)Antony Dovgal2006-03-271-4/+0
|
* Fixed bug #36809 (__FILE__ behavior changed)Dmitry Stogov2006-03-211-0/+1
|
* Fixed register_argc_argv behavior. Now it behave in the same way as before ↵Dmitry Stogov2006-03-201-13/+18
| | | | in all combinations with register_globals, register_long_arrays, variables_order and auto_globals_jit.
* first check stream for NULL, then dereferenceAntony Dovgal2006-03-191-2/+4
|
* - MFH Fix seek/eof issue in temp streamsMarcus Boerger2006-03-181-1/+1
|
* Eliminated unnecessary getcwd() syscallDmitry Stogov2006-03-171-2/+6
|
* Allowed 'auto_globals_jit' work together with 'register_argc_argv'Dmitry Stogov2006-03-171-3/+14
|
* Fixed bug #35988 (Unknown persistent list entry type in module shutdown)Dmitry Stogov2006-03-141-0/+4
|
* Fixed realpath() cache for main script with FastCGI SAPIDmitry Stogov2006-03-131-11/+5
|
* MFH:Brian France2006-03-101-1/+4
| | | | | | | for the primary file only lookup the real file path and add it to the included_files list if already opened otherwise it will get opened and added to the included_files list in zend_execute_scripts
* MFH: Move temporary local storage of primary file's realpath up one block to ↵Sara Golemon2006-03-091-1/+2
| | | | ensure it stays on the stack.
* Back to devIlia Alshanetsky2006-03-091-2/+2
|
* 5.1.3RC1Ilia Alshanetsky2006-03-091-2/+2
|
* - remove declaration of non existant function php_treat_dataMichael Wallner2006-03-081-1/+0
|
* MFH Fix for RISC OSAlex Waugh2006-03-071-1/+1
|
* fix logo (proper spacing between the letters)Colin Viebrock2006-03-061-1106/+630
|
* - Warning fixes by StephMarcus Boerger2006-02-262-2/+2
|
* - MFH: Function deprecation flagMarcus Boerger2006-02-251-0/+2
|
* Fixed bug #36205 (Memory leaks on duplicate cookies)Dmitry Stogov2006-02-131-0/+1
|
* Fixed bug #36268 (Object destructors called even after fatal errors)Dmitry Stogov2006-02-031-0/+1
|
* MFH: Prevent bindport from being used uninitializedSara Golemon2006-02-021-1/+1
|
* MFH: - Fixed bug #36208 (symbol namespace conflicts using bundled gd). ↵Joe Orton2006-02-011-0/+6
| | | | (Jakub Moc)
* - MFH Bug #35978 %n format string specifier wrongly implementedMarcus Boerger2006-01-242-2/+4
|
* Only report mkdir() errors if error reporting option is set.Ilia Alshanetsky2006-01-171-1/+3
|
* MFH: fix #35999 (recursive mkdir() does not work with relative path like ↵Antony Dovgal2006-01-161-6/+11
| | | | "foo/bar")
* Fixed bug #36016 (realpath cache memleaks)Dmitry Stogov2006-01-161-2/+0
|
* Back to devIlia Alshanetsky2006-01-121-3/+3
|
* 5.1.2Ilia Alshanetsky2006-01-111-2/+2
|
* Fixed bug #35916 (Duplicate calls to stream_bucket_append() lead to a crash).Ilia Alshanetsky2006-01-101-0/+4
|
* - Fix issue with memset seekingMarcus Boerger2006-01-051-16/+47
| | | | | - Fix issue with shutdown order of temp/memory stream
* Back to devIlia Alshanetsky2006-01-051-2/+2
|
* Go with 5.1.2RC2Ilia Alshanetsky2006-01-051-2/+2
|
* bump year and license versionfoobar2006-01-0167-201/+201
|
* MFH: typofixfoobar2005-12-301-1/+1
|
* - MFH Support full range of floatsMarcus Boerger2005-12-261-1/+2
|
* - SWH (WS + memory corruption fix)Marcus Boerger2005-12-261-17/+17
|
* Back to devIlia Alshanetsky2005-12-231-2/+2
|
* fix #35781 (stream_filter_append() can cause segfault)Antony Dovgal2005-12-232-3/+3
|
* 5.1.2RC1Ilia Alshanetsky2005-12-221-2/+2
|
* Fixed bug #31347 (is_dir and is_file (incorrectly) return true for anyIlia Alshanetsky2005-12-201-0/+2
| | | | | string greater then 255 characters).
* fix #35740 (memory leak when including a directory)Antony Dovgal2005-12-201-0/+4
|
* Fix prototypeZeev Suraski2005-12-181-2/+2
|
* Fixes for building with vs.net 2005.Wez Furlong2005-12-141-1/+3
|
* - Fix temp/memory stream modesMarcus Boerger2005-12-141-3/+3
|
* Better critical error handling (fix for previous html encoding patch).Ilia Alshanetsky2005-12-071-6/+8
|
* Fixed bug #30760 (Remove MessageBox on win32 for E_CORE errors ifIlia Alshanetsky2005-12-061-2/+1
| | | | | display_startup_error is off).
* MFH: Prevent header injection by limiting each header to a single line.Ilia Alshanetsky2005-12-061-0/+13
|
* Fixed possible XSS inside error reporting functionality.Ilia Alshanetsky2005-12-061-6/+21
|
* MFHfoobar2005-12-062-6/+6
|
* MFH: list_entry -> zend_rsrc_list_entryfoobar2005-12-051-2/+2
|