1759 Commits (d64b17543cfa5e171ca493eb3581eea0acd42dba)

Author SHA1 Message Date
Antony Dovgal 050e32ed65 fix test 19 years ago
Antony Dovgal 158ad3ee2f add tests for CLI 19 years ago
Dmitry Stogov 8619bf8332 Removed unnecessary getenv/putenv calls 19 years ago
Dmitry Stogov 0916ac47c9 Fixed wrong ext/filter behavior. It didn't register FastCGI environment variables and made memory leaks. 19 years ago
Dmitry Stogov 5caf547a9f cgi.* and fastcgi.* directives are moved to INI subsystem. The new directive cgi.check_shebang_line can be used to ommiting checnk for "#! /usr/bin/php" line. 19 years ago
Ilia Alshanetsky b3006ed2a5 Fixed bug #38456 (Apache2 segfaults when virtual() is called in .php 19 years ago
Ilia Alshanetsky e5f9b479af Fixed bug #38602 (header( "HTTP/1.0 ..." ) does not change proto version). 19 years ago
Hannes Magnusson 7b15d02b99 Fix build 19 years ago
Pierre Joye c002606a88 - fix build (var.s is for zstr) 19 years ago
Ilia Alshanetsky 6123f11021 MFH: 19 years ago
Uwe Schindler 3cfbbc0635 MFH: update readme 20 years ago
Uwe Schindler 841bac014a Fix build in Sun Webserver 7 (should be in 5.2.0, it's not critical but does not break mainstream sapis!!!) 20 years ago
Dmitry Stogov bf95b64376 Fixed bug #39020 (PHP in FastCGI server mode crashes) 20 years ago
Brian France 33879eceb3 Memory assigned to the request_rec should be allocated from apache pools 20 years ago
Dmitry Stogov 4705155d13 Removed unused libfcgi 20 years ago
Antony Dovgal bc81c718c8 fix CGI build 20 years ago
Ilia Alshanetsky be18d5f345 Restore support for unquoted -d options 20 years ago
Dmitry Stogov 7d14dad02e MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; constants are working exactly like in php.ini; with FastCGI -d affects all requests). 20 years ago
Antony Dovgal 4b257a1c0e fix leak with `php -c /path -h` 20 years ago
Dmitry Stogov da09526eac Fix for bug #38757 (MultiPart Form Uploads fail with FastCGI) 20 years ago
Dmitry Stogov 567a4785b3 Don't try to do safe connection close in case of FastCGI protocol error 20 years ago
Nuno Lopes 47713b1eb7 more int->zend_bool conversions 20 years ago
Dmitry Stogov a5107c1803 Fixed "signed/unsigned mismatch" warning. 20 years ago
Dmitry Stogov f9d9c4a6aa FastCGI environment variables must not be overriden by system environment variables 20 years ago
Dmitry Stogov f7e99a2162 Fixed bug #38543 (shutdown_executor() may segfault when memory_limit is too low). 20 years ago
Ilia Alshanetsky 672da2daeb MFH: sa_len compile fix for IRIX 20 years ago
Antony Dovgal 1ec10ac8c7 typos in comments and other minor improvements 20 years ago
Stanislav Malyshev 0617904d0a fix bug with variables clobbered by longjmp 20 years ago
Dmitry Stogov 29e1530cd7 Added "PHPINIDir" Apache directive to apache and apache_hooks SAPIs 20 years ago
Antony Dovgal 5e0f6ea7db nuke unused variable 20 years ago
Dmitry Stogov 356facf4af Changed memory_get_usage() and memory_get_peak_usage(). Optional boolean argument allows get memory size allocated by emalloc() (by default) or real size of memory allocated from system. 20 years ago
Dmitry Stogov b9ba07f7a0 Documentation fix 20 years ago
Dmitry Stogov 29ed52ffa4 New memory manager 20 years ago
Ilia Alshanetsky 190c186fb8 apache2handler sapi is no longer experimental 20 years ago
SVN Migration 1b0a789ab9 This commit was manufactured by cvs2svn to create branch 'PHP_5_2'. 20 years ago
John Coggeshall 3a0791c99b Reimplementation of the way Apache 2 Filter works. Instead of ripping the 20 years ago
Antony Dovgal 6c52ec1319 MFH: fix #37920 (compilation problems on z/OS) 20 years ago
Antony Dovgal 20a379fa7d MFH: initialize pointers 20 years ago
Antony Dovgal 33616195b9 MFH: plug leak in CGI SAPI when running scripts with query string in console 20 years ago
Michael Wallner f4106441cb - Fix Bug #37780 memory leak trying to execute a non existing file (CLI) 20 years ago
Antony Dovgal cd7d7039ac MFH: add missing ifdef and avoid "unused variable" warning 20 years ago
Nuno Lopes 6509311ebb plug memory leak in sapi_putenv, by using setenv(), that doesnt need any malloc 20 years ago
Dmitry Stogov eb8c558966 Removed warnings 20 years ago
Dmitry Stogov 5a73f8f13f Removed warning 20 years ago
Michael Wallner 76838bcd54 - sync with apache2handler 20 years ago
Michael Wallner 2e9ec84ce2 MFH: fix bug #37720 (merge_php_config scrambles values) 20 years ago
Johannes Schlüter 2f418134ff MFH 20 years ago
Michael Wallner d724f9cfb1 MFH: call ap_set_content_type() only once, else each time we call it, 20 years ago
Dmitry Stogov 630def46f7 Fixed bug #37496 (FastCGI output buffer overrun) 20 years ago
Dmitry Stogov 6fe36adf0c Fixed bug #37256 (php-fastcgi dosen't handle connection abort) 20 years ago