| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | this will be handled elsewhere | Hartmut Holzgraefe | 2002-10-21 | 1 | -8/+0 |
| | | |||||
| * | zlib.h being included before ssl.h needs to be handled here too | Rasmus Lerdorf | 2002-10-08 | 1 | -0/+7 |
| | | |||||
| * | fix phpinfo() output for better browser BC | Colin Viebrock | 2002-09-26 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #15038, original patch by: phpman@toowards.com | Ilia Alshanetsky | 2002-09-21 | 1 | -1/+3 |
| | | |||||
| * | Change phpinfo() to use CSS styling instead of HTML code. | Colin Viebrock | 2002-09-19 | 1 | -1/+1 |
| | | | | | | | | | | | It doesn't render as nicely as it used to on older browsers, but it does result in smaller files, and opens the door to using your own CSS to style it differently. There is a patch to Zend/zend_ini.c, but I don't have enough Karma, so Derick has the patch. | ||||
| * | another startup initialization fix - only ISAPI and CGI SAPI's tested, | Zeev Suraski | 2002-09-18 | 1 | -2/+1 |
| | | | | | | | minor compile buglets might occur in other SAPIs, but should be trivial to fix... | ||||
| * | @ - Added php.ini option "allow_webdav_methods" to allow handling of | Christian Stocker | 2002-08-22 | 1 | -5/+8 |
| | | | | | | | @ WebDAV http requests within PHP scripts. (chregu) # More methods (for DeltaV) will follow. | ||||
| * | These functions are not used elsewhere. | foobar | 2002-08-22 | 1 | -29/+28 |
| | | |||||
| * | Fix ZTS build | foobar | 2002-08-21 | 1 | -0/+1 |
| | | |||||
| * | Fix xbithack bug finally (see bug #16515) | Rasmus Lerdorf | 2002-08-19 | 1 | -2/+6 |
| | | |||||
| * | make POST requests work again | Stefan Esser | 2002-08-18 | 1 | -1/+3 |
| | | |||||
| * | Fix a NASTY multithreading bug with in the Apache module | Zeev Suraski | 2002-08-15 | 1 | -1/+1 |
| | | |||||
| * | Fix for Bug #9280 with regards to an Expect header. patch submitted by | Dan Kalowsky | 2002-08-14 | 1 | -0/+8 |
| | | | | | | | Ilia <ilia@prohost.org> # someone just give the man his php4 karma please! | ||||
| * | Fix proto | Rasmus Lerdorf | 2002-08-13 | 1 | -1/+1 |
| | | |||||
| * | - Fixed bug: #18560, the macro was not defined always. | foobar | 2002-07-25 | 1 | -11/+0 |
| | | |||||
| * | the variable interpolation was already subject to IFS treatment, | Sascha Schumann | 2002-07-11 | 1 | -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 output | Sascha Schumann | 2002-07-11 | 1 | -1/+11 |
| | | |||||
| * | - Fix the version check again. | foobar | 2002-07-07 | 1 | -2/+1 |
| | | |||||
| * | Oops, extra pipe snuck in | Rasmus Lerdorf | 2002-06-29 | 1 | -1/+1 |
| | | |||||
| * | Fix for bug #18055 | Rasmus Lerdorf | 2002-06-28 | 1 | -1/+2 |
| | | |||||
| * | Fixing the same possible memory leak. | Stefan Esser | 2002-06-21 | 1 | -0/+1 |
| | | |||||
| * | @- Fixed bug with Apache which let PHP_AUTH_* variables to be set when | foobar | 2002-06-13 | 1 | -1/+1 |
| | | | | | | | | @ external basic auth mechanism was used. (Jani) Fixes bugs: #16653, #14534, #14370 | ||||
| * | Fix build | Sascha Schumann | 2002-06-01 | 1 | -1/+1 |
| | | |||||
| * | - Reapply netware patch | Andi Gutmans | 2002-06-01 | 1 | -1/+1 |
| | | |||||
| * | Put Netware header and comment back in. My CVS revision id got messed | Rasmus Lerdorf | 2002-06-01 | 1 | -0/+8 |
| | | | | | | up somehow. | ||||
| * | Oops | Rasmus Lerdorf | 2002-05-31 | 1 | -1/+1 |
| | | |||||
| * | @ Renamed getallheaders() to apache_request_headers() and kept | Rasmus Lerdorf | 2002-05-31 | 1 | -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 S | 2002-05-31 | 1 | -5/+1 |
| | | | | | the typecasting is done for all platforms. | ||||
| * | NetWare related changes | Venkat Raghavan S | 2002-05-31 | 3 | -1/+22 |
| | | |||||
| * | Allow the version checks for --with-apxs= and --with-apxs2= to work | Cliff Woolley | 2002-05-17 | 1 | -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> | ||||
| * | whitespace | Zeev Suraski | 2002-05-11 | 1 | -1/+1 |
| | | |||||
| * | Added conversion support from script character encoding to internal ↵ | Rui Hirokawa | 2002-05-08 | 1 | -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. | foobar | 2002-04-28 | 1 | -1/+1 |
| | | |||||
| * | be a bit more verbose about what is wrong | Sascha Schumann | 2002-04-26 | 1 | -1/+1 |
| | | |||||
| * | Fix external builds | Sascha Schumann | 2002-04-26 | 1 | -1/+1 |
| | | |||||
| * | - Fix for bug: #16791. (more reliable test) | foobar | 2002-04-26 | 1 | -6/+8 |
| | | |||||
| * | apache_child_terminate() returns status as bool | Hartmut Holzgraefe | 2002-04-23 | 1 | -4/+7 |
| | | | | | | proto fixes | ||||
| * | This was not supposed to be uncommented..yet. | foobar | 2002-04-23 | 1 | -1/+1 |
| | | |||||
| * | Part 4 of apache sapi build fixes: | foobar | 2002-04-23 | 4 | -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: | foobar | 2002-04-23 | 3 | -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 using | foobar | 2002-04-13 | 1 | -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. | foobar | 2002-04-12 | 1 | -0/+6 |
| | | |||||
| * | Fix output directory. | Sebastian Bergmann | 2002-04-06 | 1 | -1/+1 |
| | | |||||
| * | Enable --with-apxs build on Mac OS X. We build an MH_BUNDLE instead of | Marko Karppinen | 2002-03-30 | 1 | -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 / Darwin | Marko Karppinen | 2002-03-29 | 1 | -0/+5 |
| | | |||||
| * | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 2 | -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 Rethans | 2002-03-04 | 1 | -1/+1 |
| | | |||||
| * | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 2 | -2/+2 |
| | | |||||
| * | make it more clear that --with-apache and --with-apxs only work with apache 1.x. | jim winstead | 2002-02-25 | 1 | -4/+4 |
| | | |||||
| * | proto fix | Hartmut Holzgraefe | 2001-12-15 | 1 | -1/+1 |
| | | |||||
