summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* @- Fixed bug with Apache which let PHP_AUTH_* variables to be set whenfoobar2002-06-131-1/+1
* Fix exit code (bug #17733).Edin Kadribasic2002-06-131-1/+1
* Disable installing pear when --disable-cli is used since pear installerEdin Kadribasic2002-06-111-1/+2
* too many flushes are badSascha Schumann2002-06-081-1/+3
* Fix buildSascha Schumann2002-06-011-1/+1
* - Reapply netware patchAndi Gutmans2002-06-011-1/+1
* Put Netware header and comment back in. My CVS revision id got messedRasmus Lerdorf2002-06-011-0/+8
* OopsRasmus Lerdorf2002-05-311-1/+1
* @ Renamed getallheaders() to apache_request_headers() and keptRasmus Lerdorf2002-05-311-14/+33
* Removed ugly code done as part of NetWare change, upon Andi's advice. Now, th...Venkat Raghavan S2002-05-311-5/+1
* NetWare related changesVenkat Raghavan S2002-05-313-1/+22
* That macro is and always was hopelessly broken, which is why it'sCliff Woolley2002-05-301-1/+1
* Merge from cli.Edin Kadribasic2002-05-261-5/+2
* Due to the way Zend handles exit() we cannot rely on the return codeEdin Kadribasic2002-05-261-5/+2
* Made constants persistent and fixed a memory leak.Edin Kadribasic2002-05-261-3/+7
* Register STDIN, STDOUT, and STDERR "constants" in cli in cases whereEdin Kadribasic2002-05-241-0/+50
* Add README and CREDITS...Wez Furlong2002-05-222-0/+58
* Fix bug when length was queried before the string was converted.Wez Furlong2002-05-221-1/+6
* Use the GIT for inter-thread marshalling.Wez Furlong2002-05-203-133/+187
* this way it even compilesHarald Radi2002-05-202-15/+15
* Implement ActiveScript interfaces.Wez Furlong2002-05-208-0/+2832
* Improve readability of the header send functionSascha Schumann2002-05-171-34/+33
* Allow the version checks for --with-apxs= and --with-apxs2= to workCliff Woolley2002-05-172-2/+2
* apache 2.0's apache_lookup_uri() was returning an array rather than anCliff Woolley2002-05-171-4/+13
* * restore the php_flag and php_admin_flag Apache directives which forCliff Woolley2002-05-171-2/+30
* Fix fastcgi build, may need more workJason Greene2002-05-141-2/+4
* Patch by Justin Erenkrantz <jerenkrantz@apache.org> for enablingMarko Karppinen2002-05-131-1/+12
* More verbose but more generic error message when we spot multipleJim Jagielski2002-05-131-1/+1
* - Update about CLI default settings and it's weirdness.Markus Fischer2002-05-111-2/+3
* Added copyright notice to php -v output.Edin Kadribasic2002-05-112-2/+2
* Patch by Justin Erenkrantz <jerenkrantz@apache.org>. This should be MFHed.Sebastian Bergmann2002-05-111-0/+2
* Revert to the old php_ini.c, and reimplement the binary-path searching.Zeev Suraski2002-05-112-0/+4
* whitespaceZeev Suraski2002-05-111-1/+1
* Add missing elementZeev Suraski2002-05-111-0/+2
* - Prefix the first version line with 'PHP' so it's easier to use shell tools toMarkus Fischer2002-05-102-2/+2
* - This affects both CGI and CLI sapi:Markus Fischer2002-05-102-4/+2
* Backed out preceding change.Preston L. Bannister2002-05-091-8/+0
* Detect when running under IIS and default force_redirect to zero. This This ...Preston L. Bannister2002-05-091-0/+8
* Revert the last patches.foobar2002-05-091-739/+731
* Detect when running under IIS and not require explicit setting of force_redir...Preston L. Bannister2002-05-091-731/+739
* Added the current SAPI to the output of php -vSander Roobol2002-05-092-2/+2
* Added conversion support from script character encoding to internal character...Rui Hirokawa2002-05-081-0/+9
* - Added Aaron Bannert as maintainerDerick Rethans2002-05-081-1/+1
* Update README with register_argc_argv settings override.Edin Kadribasic2002-05-061-0/+1
* Fix a graceful restart SEGV. We no longer only perform initializationAaron Bannert2002-05-051-5/+0
* Fix an elusive and intermittent startup SEGV. The problem wasAaron Bannert2002-05-051-3/+8
* Force register_argc_argv=On for CLIfoobar2002-05-051-0/+1
* Well that didn't last long! (Reverting previous.)Marko Karppinen2002-05-051-1/+1
* Prelim. patch to enable apache2filter to link on Darwin.Marko Karppinen2002-05-051-1/+1
* ap_php_optopt is set but never usedSascha Schumann2002-05-041-2/+0