summaryrefslogtreecommitdiff
path: root/sapi/apache
Commit message (Collapse)AuthorAgeFilesLines
* MFB - see bug #25753 for detailsRasmus Lerdorf2004-01-281-0/+3
|
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-172-23/+23
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-082-4/+4
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-084-8/+8
|
* More things for the new build system.Wez Furlong2003-12-191-17/+14
| | | | | Pi3Web and aolserver build untested (no headers and libs for those here)
* Fix libxml to use static lib if found.Wez Furlong2003-12-041-1/+1
| | | | | | | Disable apache and isapi by default. Add some smarts so that we can really build extensions and SAPI found in php-src/pecl and/or php-src/../pecl. Only include a logo in the resources if we are building an .exe.
* Build adjustments.Wez Furlong2003-12-031-4/+5
|
* some tweaks for FrankWez Furlong2003-12-031-21/+7
|
* Fix build if you don't have apache headers and want to disable apache...Wez Furlong2003-12-031-21/+22
|
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+39
| | | | | Will follow up to internals@ shortly.
* regex_t is used by both Apache & mbregex. This little check prevent compileIlia Alshanetsky2003-09-171-0/+4
| | | | | failure, while php is compiled as dso module & mbstring is enabled.
* Nuke warningfoobar2003-09-091-1/+1
|
* fix typofoobar2003-09-091-1/+1
|
* Show the runtime version of Apache instead of compile time.foobar2003-09-091-1/+4
|
* Fixed format bugIlia Alshanetsky2003-08-281-1/+1
|
* - HAVE_OPENSSL_EXT is not defined always.foobar2003-06-271-1/+1
|
* Fixed win32 build (mod_php4 -> mod_php5)Edin Kadribasic2003-06-151-2/+2
|
* updating license information in the headers.James Cox2003-06-106-18/+18
|
* MFB - fix a couple of missing closing folding tagsRasmus Lerdorf2003-06-031-0/+3
|
* - Fix the error message if apxs|2 is fubar.foobar2003-05-281-1/+1
|
* Fixed a syntax highlighter problem that happens when output buffering is turnedMoriyoshi Koizumi2003-05-161-5/+4
| | | | | on
* Reverting my last patch because user reports it does not helpEdin Kadribasic2003-05-091-5/+5
| | | | | solve the problem. (bug #23504)
* Fixed MFB side effectEdin Kadribasic2003-05-081-1/+1
|
* MFBEdin Kadribasic2003-05-081-5/+5
|
* Merge proper -I parameter for APXS buildsSascha Schumann2003-03-301-1/+5
|
* update php module name to php5, not php4.Sterling Hughes2003-03-299-46/+46
| | | | | | | apache, apache2* and cli/cgi work. sapi module maintainers should fix up their sapis, as I don't run any servers with php outside of apache.
* Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ↵Sebastian Bergmann2003-03-251-1/+1
| | | | SAPI/CLI on Win32.
* * email address changeStig Bakken2003-03-183-3/+3
|
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-4/+4
| | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change.
* Possible fix for #22259 + part 1/2 for fixing one AIX bug..foobar2003-02-241-5/+9
|
* ws fixGeorge Schlossnagle2003-02-241-4/+4
|
* hopefully a fix for 19919George Schlossnagle2003-02-241-2/+10
|
* Added missing headers and $Id$ tags.foobar2003-02-232-0/+41
|
* - Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT)foobar2003-02-231-1/+13
|
* this tiny change adds the location of apache includes and libraries thatDavid Viner2003-02-211-6/+6
| | | | | | | | | | | are installed when you use the Apache Windows Installer (C:\Program Files\Apache Group\Apache\*). With this patch, a windows developer who has used the Apache Windows Installer should be able to compile the Apache sapi module without any modifications to his/her installed tree. It should have no effect whatsoever on anyone else. --dviner
* Win32 build improvementsZeev Suraski2003-02-171-1/+0
|
* Added HAVE_APACHE define.foobar2003-02-131-3/+5
|
* Fixed the "member fd in BUFF" test for --with-apxs buildsfoobar2003-02-121-0/+1
|
* move check to proper placeSascha Schumann2003-02-111-4/+3
|
* Detect whether BUFFs contain a fd element. IBM is hiding the actualSascha Schumann2003-02-112-0/+15
| | | | | descriptor behind a void *, so we just disable this for IBM servers
* use SUCCESS/FAILURE instead of 0/-1Sascha Schumann2003-02-091-5/+5
|
* Build Fix.Ilia Alshanetsky2003-02-051-1/+1
|
* Fixed compilation of Apache & Apache Hooks SAPIs.Ilia Alshanetsky2003-02-041-2/+1
|
* Updates reflecting infrastructure changesZeev Suraski2003-02-041-2/+9
|
* ARG_COUNT(ht) -> ZEND_NUM_ARGS().Ilia Alshanetsky2003-01-211-4/+4
|
* add sapi_get_target_uid/_gid for obtaining information about theSascha Schumann2003-01-211-1/+20
| | | | | | | non-privileged user the web server is running as. this is useful for creating shared memory segments which need to be accessed by the child processes/threads.
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-6/+2
|
* Make the .dsp use the php4build build directoriesZeev Suraski2003-01-051-6/+6
|
* - Fix docrefsDerick Rethans2003-01-031-2/+2
|
* - Fix typo (patch by Joseph Tate)Derick Rethans2003-01-031-1/+1
|