summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* MFH: Better fix for #44607. Fixes #47487 (php_stream_fill_read_buffer()Arnaud Le Blanc2009-03-191-15/+26
* - Fixed bug #46897: ob_flush() should fail to flush unerasable buffersDavid Coallier2009-02-131-0/+5
* Adjust conditionIlia Alshanetsky2009-02-102-3/+3
* MFB: typo fixIlia Alshanetsky2009-02-101-1/+1
* MFB: Added path truncation E_NOTICE to let people now when path resolvingIlia Alshanetsky2009-02-102-3/+9
* Fixed bug #47320 ($php_errormsg out of scope in functions)Dmitry Stogov2009-02-091-10/+20
* MFB: Fixed bug #44874 (dead pfsockopen'ed sockets aren't reaped whenIlia Alshanetsky2009-02-091-1/+1
* - silent compiler warning about socklen_t benign redefinitionPierre Joye2009-02-021-0/+4
* Back to -devJohannes Schlüter2009-01-281-2/+2
* PHP 5.3.0beta1Johannes Schlüter2009-01-281-2/+2
* fix nts buildStanislav Malyshev2009-01-171-10/+7
* -add some doc about versionsPierre Joye2009-01-161-0/+9
* - MFH:Pierre Joye2009-01-161-1/+5
* - MFH: add OPENBASEDIR_CHECKPATH macro to ease merge between 5.3 and 6, it in...Pierre Joye2009-01-161-0/+10
* - add EG(windows_version_info), set at init time once per instancePierre Joye2009-01-162-4/+72
* [DOC]Ilia Alshanetsky2009-01-092-0/+5
* MFH:Felipe Pena2009-01-081-0/+1
* MFH: Fixed error conditions handling in stream_filter_append()Arnaud Le Blanc2009-01-082-15/+37
* MFH:Felipe Pena2009-01-072-1/+5
* - Checking 0 param in the new way [only in this branch]Felipe Pena2009-01-071-4/+3
* - MFH: Windows partFelipe Pena2009-01-031-1/+4
* - MFH: Errr, rule nº 1: be portable :)Felipe Pena2009-01-021-0/+2
* - MFH: Working with unintialized errno (#46917, noticed by Jost Boekemeier)Felipe Pena2009-01-021-0/+1
* - Add needed include as reported by PierreMarcus Boerger2008-12-311-0/+1
* MFHMarcus Boerger2008-12-312-0/+10
* - Sync with HEAD, no ability to not start builtin functionsMarcus Boerger2008-12-311-1/+1
* MFHMarcus Boerger2008-12-311-3/+15
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3168-68/+68
* - MFH Do not show empty ini directive tables for modules without ini entries.Marcus Boerger2008-12-301-5/+22
* If a wrapper could not be found it is either a typo or a configuration issue....Lars Strojny2008-12-141-5/+5
* Cleanup: remove trailing whitespacesLars Strojny2008-12-131-18/+18
* make *printf() functions do not read strings past their specified length (if ...Nuno Lopes2008-12-121-3/+14
* Whoops. Missing bit from the open_basedir tightening MFHHannes Magnusson2008-12-091-1/+1
* MFH: - Changed open_basedir to allow tightening in runtime contexts. (Sara)Hannes Magnusson2008-12-092-0/+59
* Back to -devJohannes Schlüter2008-12-031-2/+2
* 5.3.0. Alpha 3Johannes Schlüter2008-12-031-2/+2
* - export php_scandir and php_alphasort correctly (used by APC for example)Pierre Joye2008-12-022-4/+4
* MFH Add asprintf, use regular system malloc and free and add checks in config...Scott MacVicar2008-11-272-5/+21
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-2/+2
* MFH: Fixed bug #46673 (stream_lock call with wrong paramater)Arnaud Le Blanc2008-11-261-1/+21
* MFH: Revert fix for 43782, as it caused problems.David Soria Parra2008-11-242-7/+3
* MFH Better fix for va_copy since some architectures like to do a deep copy.Scott MacVicar2008-11-221-0/+7
* MFH Add vasprintf() so the buffer can be automatically calculated, you need t...Scott MacVicar2008-11-212-0/+30
* MFH: Added stream_cast() and stream_set_options() to user-space streamArnaud Le Blanc2008-11-151-2/+177
* Added header_remove() (chsc at peytz dotdk, Arnaud)Arnaud Le Blanc2008-11-132-17/+35
* - Silent valgrindFelipe Pena2008-11-121-1/+1
* MFH: Fixed stream_get_contents() when using $maxlength and socket is notArnaud Le Blanc2008-11-111-1/+1
* added const, as required by struct-definitionAlexey Zakhlestin2008-11-071-1/+1
* MFH: initialize memoryArnaud Le Blanc2008-11-041-0/+2
* MFH: Fixed stream_get_line() to behave as documented on non-blockingArnaud Le Blanc2008-11-041-0/+3