summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* - MFB: Fixed bug #20484 (stream_get_meta_data crashes on a normal fileDerick Rethans2002-11-141-1/+2
* Allow mbstring defines to be somewhere else without warnings.Edin Kadribasic2002-11-131-7/+7
* Change version to 4.4.0-dev.Andrei Zmievski2002-11-131-2/+2
* Disable mbstring (and sync behaviour with *NIX per Andrei's commit).Sebastian Bergmann2002-11-131-8/+8
* Implemented -n switch to skip parsing ini at startup as suggested by Wez.Marcus Boerger2002-11-122-25/+29
* HTTP_RAW_POST_DATA BC fixesHartmut Holzgraefe2002-11-123-18/+32
* Changed max_input_time PHP_INI_SYSTEM|PHP_INI_PERDIR because ini_set() willIlia Alshanetsky2002-11-121-2/+6
* Added missing zend_lineno initilization.Ilia Alshanetsky2002-11-101-0/+2
* Fixed a bug that in many situations would cause open_basedir restriction toIlia Alshanetsky2002-11-101-7/+9
* ws fixesfoobar2002-11-101-13/+15
* * honor track_errors ini setting in php_verror()Stig Bakken2002-11-101-2/+13
* Made open_basedir error more descriptive.Ilia Alshanetsky2002-11-081-1/+2
* fix for #20198:Hartmut Holzgraefe2002-11-082-5/+22
* bumb api version because of module_startup changeSascha Schumann2002-11-071-1/+1
* Instead of checking whether realpath exists based on OS. Use theIlia Alshanetsky2002-11-061-4/+0
* Make the macro use the function and not the other macro as discussedMarcus Boerger2002-11-061-1/+1
* php_stream replacement for fprintfMarcus Boerger2002-11-062-0/+23
* Added 4th argument to virtual_file_ex() that specifies whether or notIlia Alshanetsky2002-11-051-1/+1
* correct define: silences compiler warning in http_fopen_wrapper.cMarcus Boerger2002-11-051-1/+1
* Work around a daft mistake in the beos headers...David Reid2002-11-042-1/+13
* ahemColin Viebrock2002-11-011-309/+753
* Probable fix for #20180.Wez Furlong2002-11-011-1/+1
* Reverting previous OpenSSL patch.Ilia Alshanetsky2002-11-011-3/+0
* Possible fix for #20014. Suggested by wez@php.netIlia Alshanetsky2002-11-011-0/+3
* Fix for #19508 by poleson@verio.net.Wez Furlong2002-10-292-2/+7
* Fix win32 build.Ilia Alshanetsky2002-10-281-0/+4
* A better fix for bug #20110.Ilia Alshanetsky2002-10-283-19/+22
* remove $_FILES from $_REQUEST as per php-dev conversation...Sterling Hughes2002-10-281-1/+0
* Fixed bug #20110.Ilia Alshanetsky2002-10-281-2/+9
* dont memmove a null pointer. caught by bounds checker.Shane Caraveo2002-10-271-1/+1
* fix Bug #20126Shane Caraveo2002-10-271-3/+3
* Back to 4.3.0-dev.Andrei Zmievski2002-10-271-2/+2
* Update to -pre2.Andrei Zmievski2002-10-271-2/+2
* - Allow the report_memleak setting to be set everywhereDerick Rethans2002-10-241-1/+1
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-244-10/+11
* Fixed build when mbstring is not used - my previous patch is insufficient.Moriyoshi Koizumi2002-10-241-0/+2
* MFH; we would see a nasty problem again if it was not fixed...Moriyoshi Koizumi2002-10-241-2/+4
* Make php_mb_is_mb_leadbyte() obsolete. It only works with double-byte chars.Moriyoshi Koizumi2002-10-231-3/+5
* Function renaming.Moriyoshi Koizumi2002-10-231-1/+1
* Renaming the functions.Moriyoshi Koizumi2002-10-231-1/+1
* Remaned the functions for consistencyMoriyoshi Koizumi2002-10-231-3/+3
* - Trying to clean up this mess :)Derick Rethans2002-10-231-11/+11
* - No reason why implicit_flush should not be settable from a scriptDerick Rethans2002-10-231-1/+1
* When doing automatic line end detection, pick the line end that is foundIlia Alshanetsky2002-10-221-2/+2
* Refine stream_select() to work with streams that have data in their readWez Furlong2002-10-212-2/+5
* removed left-over unused variableHartmut Holzgraefe2002-10-211-2/+0
* removed bogus paranoid header checkingHartmut Holzgraefe2002-10-211-6/+2
* some changes to how request input data (Content-Lenght >0) is handledHartmut Holzgraefe2002-10-214-33/+36
* Fixed bug #16880. Added an ini option max_input_time that allows the userIlia Alshanetsky2002-10-212-1/+5
* MFHMoriyoshi Koizumi2002-10-211-2/+2