summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Now the file uploads 'work' also on Lynx. This patch was submittedfoobar2001-05-021-12/+25
* Fix bug #10563foobar2001-05-011-4/+7
* - Remove C++ commentAndi Gutmans2001-05-011-1/+0
* - Fix snprintf() to work with nan and inf properlyAndi Gutmans2001-05-011-10/+19
* renamed jstring to mbstring.Rui Hirokawa2001-05-011-2/+2
* make pgsql build under win32 againDaniel Beulshausen2001-04-302-2/+2
* added japanse http input (POST/GET/Cookie) handler. It is nessceary to add in...Rui Hirokawa2001-04-301-0/+4
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-306-18/+18
* - Update to work with latest ZendAndi Gutmans2001-04-291-1/+1
* get rid of MS's _popen/_pcloseDaniel Beulshausen2001-04-273-2/+10
* Make old readdir_r code compatible with HPUX and Solaris.Sascha Schumann2001-04-271-9/+11
* * define PEAR_EXTENSION_DIR as wellStig Bakken2001-04-251-0/+1
* Fix build on WIn32Frank M. Kromann2001-04-232-1/+12
* * expanded the following constants and made them available in PHP:Stig Bakken2001-04-223-7/+27
* - Get rid of warning.Andi Gutmans2001-04-211-2/+2
* Added files for PHP streamsWez Furlong2001-04-174-7/+696
* @Added -C command-line option to avoid chdir to the script's directory (Stig)Stig Bakken2001-04-162-1/+6
* Revert mega patch.Sascha Schumann2001-04-091-2/+9
* * CGI version is always installed!Stig Bakken2001-04-081-9/+2
* fixed typo in CVS idfoobar2001-04-061-1/+1
* This branch is 4.0.6-dev..foobar2001-04-041-1/+1
* Added new configuration directives:foobar2001-04-043-4/+26
* Cookies use ; as argument separator.foobar2001-04-041-4/+5
* Free the correct output buffer, to avoid a segfault on a HEAD requestAnil Madhavapeddy2001-04-021-2/+1
* Fix headers handling with output bufferingZeev Suraski2001-03-311-0/+1
* fix typoAndré Langhorst2001-03-281-1/+1
* fix protoAndré Langhorst2001-03-281-1/+1
* Fix the arg_separator behaviour. Only & or ; is allowed as separators so no n...foobar2001-03-271-13/+2
* Fix possible crash if content-type is not set.foobar2001-03-181-1/+1
* These functions are not necessary - that's what sapi_register_post_entry()Zeev Suraski2001-03-182-47/+0
* Recode delayed loading in a much simpler way (switched back to php_ini.c 1.49)Zeev Suraski2001-03-173-69/+41
* Fix the output buffering bug Andre foundZeev Suraski2001-03-171-0/+1
* fix bug in php_gmtime_rDaniel Beulshausen2001-03-131-2/+5
* HAVE_BINDLIB --> HAVE_LIBBINDfoobar2001-03-111-2/+2
* Removing a compiler warningFrank M. Kromann2001-03-071-1/+1
* Fix freeing of buffersZeev Suraski2001-03-061-9/+15
* Fixes to internal output bufferingZeev Suraski2001-03-061-5/+9
* More internal output buffering fixesZeev Suraski2001-03-062-6/+6
* Fix internal output bufferingZeev Suraski2001-03-062-5/+5
* Initial work on internal output handlers - should be much quickerZeev Suraski2001-03-062-12/+43
* Don't insert empty path if PHPRC is emptyStanislav Malyshev2001-03-061-1/+5
* Improve memory consumption on chunked output bufferingZeev Suraski2001-03-041-2/+5
* Fix non-thread safe modeZeev Suraski2001-03-043-1/+9
* Improve chunked output buffering - the output handler now knows at which stag...Zeev Suraski2001-03-042-22/+55
* Fix chunked output buffering supportZeev Suraski2001-02-272-18/+15
* - Finally rename modules.h to zend_modules.h for consistency (first tryAndi Gutmans2001-02-263-7/+2
* nuke warningsDaniel Beulshausen2001-02-261-5/+5
* - Fix copyright notices with 2001Andi Gutmans2001-02-2632-32/+32
* Declare inet_aton properly, if the system lacks support for it.Sascha Schumann2001-02-241-1/+3
* Actually compile on systems without syslog.Sascha Schumann2001-02-241-0/+3