summaryrefslogtreecommitdiff
path: root/sapi/apache
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed bug: #18560, the macro was not defined always.foobar2002-07-251-11/+0
|
* the variable interpolation was already subject to IFS treatment,Sascha Schumann2002-07-111-1/+2
| | | | | | | which resulted in the execution of the foremost directory. we capture the output before setting IFS now
* Use a simple IFS; set step to interprete the httpd -v outputSascha Schumann2002-07-111-1/+11
|
* - Fix the version check again.foobar2002-07-071-2/+1
|
* Oops, extra pipe snuck inRasmus Lerdorf2002-06-291-1/+1
|
* Fix for bug #18055Rasmus Lerdorf2002-06-281-1/+2
|
* Fixing the same possible memory leak.Stefan Esser2002-06-211-0/+1
|
* @- Fixed bug with Apache which let PHP_AUTH_* variables to be set whenfoobar2002-06-131-1/+1
| | | | | | | @ external basic auth mechanism was used. (Jani) Fixes bugs: #16653, #14534, #14370
* 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
| | | | | up somehow.
* OopsRasmus Lerdorf2002-05-311-1/+1
|
* @ Renamed getallheaders() to apache_request_headers() and keptRasmus Lerdorf2002-05-311-14/+33
| | | | | | | | | @ getallheaders() as an alias to it. Also added apache_response_headers() @ which returns the current response headers from Apache. Renamed getallheaders() to apache_request_headers() and kept getallheaders() as an alias to it. Also added apache_response_headers() which returns the current response headers from Apache.
* Removed ugly code done as part of NetWare change, upon Andi's advice. Now, ↵Venkat Raghavan S2002-05-311-5/+1
| | | | the typecasting is done for all platforms.
* NetWare related changesVenkat Raghavan S2002-05-313-1/+22
|
* Allow the version checks for --with-apxs= and --with-apxs2= to workCliff Woolley2002-05-171-1/+1
| | | | | | | | | with development version of Apache, whose version strings end in "-dev", eg "Apache/2.0.37-dev". PR: 17233 Submitted by: Dale Ghent <daleg@elemental.org>
* whitespaceZeev Suraski2002-05-111-1/+1
|
* Added conversion support from script character encoding to internal ↵Rui Hirokawa2002-05-081-0/+9
| | | | character encoding. This feature is very useful for japanese who uses Shift_JIS encoding because some of characters in Shift_JIS are including '0x5c' and it causes some troubles on Zend parser. This patch is made by Masaki Fujimoto.
* Fix build when openssl is enabled.foobar2002-04-281-1/+1
|
* be a bit more verbose about what is wrongSascha Schumann2002-04-261-1/+1
|
* Fix external buildsSascha Schumann2002-04-261-1/+1
|
* - Fix for bug: #16791. (more reliable test)foobar2002-04-261-6/+8
|
* apache_child_terminate() returns status as boolHartmut Holzgraefe2002-04-231-4/+7
| | | | | proto fixes
* This was not supposed to be uncommented..yet.foobar2002-04-231-1/+1
|
* Part 4 of apache sapi build fixes:foobar2002-04-234-128/+40
| | | | | | - Fixed many conflicts caused by bogus includes, e.g the infamous XtOffset redefinition warning is gone now.
* Part 3 of static apache build fixes:foobar2002-04-233-16/+17
| | | | | | | - Use the PHP_CFLAGS when compiling the php4 module in apache tree. - Use the apache include dir only when compiling sapi/apache o Fixes the fnmatch.h issue Wez complained about :)
* - Prevent users from trying to make a static build with Apache2 usingfoobar2002-04-131-26/+3
| | | | | | | | --with-apache # I have working --with-apache2 stuff also..need to test it a bit more # before committing it..
* - Added checks to prevent building the DSO with wrong configure option.foobar2002-04-121-0/+6
|
* Fix output directory.Sebastian Bergmann2002-04-061-1/+1
|
* Enable --with-apxs build on Mac OS X. We build an MH_BUNDLE instead ofMarko Karppinen2002-03-301-12/+17
| | | | | | | | an MH_DYLIB. As all PPC code is relocatable, we don't use the libtool based shared build but go a static route. Goodbye libtool! # I'm committing this to enable widespear testing. # Anyone have any ideas on how to easily backport this to 4.2.0?
* Prepare for MH_BUNDLE build on Mac OS X / DarwinMarko Karppinen2002-03-291-0/+5
|
* Please welcome the new build system.Sascha Schumann2002-03-072-15/+6
| | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt
* - Fix for bug #15572 (Patch by Ralf Nyrén <ralf.nyren@educ.umu.se>)Derick Rethans2002-03-041-1/+1
|
* Maintain headers.Sebastian Bergmann2002-02-282-2/+2
|
* make it more clear that --with-apache and --with-apxs only work with apache 1.x.jim winstead2002-02-251-4/+4
|
* proto fixHartmut Holzgraefe2001-12-151-1/+1
|
* Update headers.Sebastian Bergmann2001-12-114-8/+8
|
* proto fixHartmut Holzgraefe2001-12-041-1/+1
|
* Added missing cvs ids and unified configure messages.foobar2001-11-301-2/+3
|
* Fixed bugs: #14034, #11647 (can not find any others)foobar2001-11-191-1/+10
|
* This made no sense before. Hide Authorization in getallheaders() butRasmus Lerdorf2001-10-211-1/+1
| | | | | | display it from phpinfo()? Ouch! @ Hide Authorization header from phpinfo() output in safe_mode (Rasmus)
* make it work againThies C. Arntzen2001-10-121-2/+10
|
* * fix default path in configure help textStig Bakken2001-10-101-1/+1
|
* - Changed <br> to - in PHP_INFO output.Derick Rethans2001-10-091-2/+2
|
* Undo Z_ subst for sapi and ext/yazJeroen van Wolffelaar2001-09-273-17/+17
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-253-17/+17
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* new apache_setenv()Rasmus Lerdorf2001-09-221-0/+24
| | | | | | @- add apache_setenv() function for injecting variables into Apache's @ subprocess_env table.
* fix macro + nuke warningDaniel Beulshausen2001-09-171-6/+1
|
* WS-fix and directly use ap_psprintf instead of sprintf/ap_pstrdupSascha Schumann2001-09-161-9/+8
|
* fixed memory_peak resettingThies C. Arntzen2001-09-161-0/+2
|