summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to test language features like newly introduced 'abstract'Marcus Boerger2002-11-212-1/+3
* the apache 1.x sapi read_posts tests for SG(read_post_bytes) beingHartmut Holzgraefe2002-11-211-2/+4
* Allow error_prepend and error_append being empty as used in run-test.phpMarcus Boerger2002-11-191-2/+2
* Fix warning as discussed with Wez.Marcus Boerger2002-11-181-0/+2
* wb -> r+bWez Furlong2002-11-183-4/+4
* Merge the temp file mode fix from the branch,Wez Furlong2002-11-181-3/+5
* Merge streams changes from branch.Wez Furlong2002-11-182-47/+128
* Fix ZTS build.Sebastian Bergmann2002-11-182-3/+4
* added support functions for the apache_hooks SAPIGeorge Schlossnagle2002-11-184-0/+192
* Fixed bug #20466.Ilia Alshanetsky2002-11-171-1/+2
* Upgraded the bundled expat library to 1.95.5 (latest stable, atm).Ilia Alshanetsky2002-11-171-0/+10
* Unify handling of error_reporting - fix bug #16137Zeev Suraski2002-11-171-13/+1
* Fixed a problem that would cause include/require("/dir/file") to fail onIlia Alshanetsky2002-11-171-0/+26
* Fixing possible remote overflow due to mbstring translation.Stefan Esser2002-11-141-1/+1
* - 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