summaryrefslogtreecommitdiff
path: root/sapi/apache
Commit message (Expand)AuthorAgeFilesLines
* WSfoobar2001-08-311-2/+2
* API updateZeev Suraski2001-08-311-1/+1
* TSRMLS fixesDaniel Beulshausen2001-08-141-3/+0
* ypo;-)Thies C. Arntzen2001-08-141-1/+1
* Use zend_first_tryZeev Suraski2001-08-081-1/+1
* more tsrm cleanupSascha Schumann2001-08-051-1/+0
* more tsrm cleanup -- output.c is not doing any fetches anymoreSascha Schumann2001-08-051-2/+1
* more tsrm cleanupSascha Schumann2001-08-052-5/+3
* - TSRMLS_FETCH workZeev Suraski2001-08-053-46/+46
* Another one bites the dust.Sebastian Bergmann2001-08-041-1/+0
* Remove duplicate TSRMLS_FETCH() call.Sebastian Bergmann2001-08-041-1/+0
* Fix Apache/ZTS buildZeev Suraski2001-08-012-3/+1
* More TSRMLS_FETCH workZeev Suraski2001-07-311-4/+2
* compile fixThies C. Arntzen2001-07-301-1/+1
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-1/+0
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-1/+1
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-1/+1
* Fix typoRasmus Lerdorf2001-07-281-1/+1
* Build fixZeev Suraski2001-07-281-1/+1
* Some more fixesZeev Suraski2001-07-281-4/+1
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-284-55/+49
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-273-17/+17
* Get rid of the redundant global startup codeZeev Suraski2001-07-241-0/+1
* Use synchronous php_request_shutdown in the standard case andSascha Schumann2001-07-232-5/+10
* Fix Apache buildZeev Suraski2001-07-211-1/+1
* Improved bailout mechanism, supports nested bailouts a-la try..catchZeev Suraski2001-07-212-65/+64
* Move PHP_TARGET_RDYNAMIC check to global acinclude.m4 and use itSascha Schumann2001-06-151-10/+1
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-063-42/+140
* Oops, sorry. I should not have committed this ebcdic fix (which was none)Martin Kraemer2001-06-011-3/+0
* Use EXTRA_LDFLAGS at this point.Sascha Schumann2001-05-231-1/+1
* Fix Basic auth (when under PHP control) for EBCDIC platformsMartin Kraemer2001-05-231-0/+3
* s/^I/ / and some re-indenting. Also align the APXS checking codeSascha Schumann2001-05-191-182/+181
* First try at using Apache's export list when building a DSO.Sascha Schumann2001-05-181-0/+6
* Add missing infoZeev Suraski2001-05-171-1/+2
* # Revert the SLS_FETCH() ;)Sterling Hughes2001-05-161-4/+1
* Remove redundancySterling Hughes2001-05-161-2/+4
* fix windows build.Sterling Hughes2001-05-161-0/+1
* Merge memory usage into memory limitZeev Suraski2001-05-161-2/+2
* add missing apls_fetchDaniel Beulshausen2001-05-161-0/+1
* Move the initialization to a safer place (earlier, it could end upZeev Suraski2001-05-151-1/+1
* fix typoDaniel Beulshausen2001-05-141-1/+1
* Safer detection of recursive PHP invocationsZeev Suraski2001-05-133-2/+15
* Nuke more quotesSascha Schumann2001-05-121-1/+1
* @- Added --enable-memory-usage-info. This creates a new Apache 1.x loggingThies C. Arntzen2001-05-111-1/+13
* whitespaceZeev Suraski2001-05-071-2/+2
* Allow virtual() of PHP files. We may have to improve the detection code aZeev Suraski2001-05-072-15/+17
* Fix static Apache builds which were broken by the last commit.Sascha Schumann2001-04-051-1/+1
* Separate CPPFLAGS from CFLAGS.Wilfredo Sanchez2001-04-032-4/+4
* Add INSTALL_ROOT variable to specify install location.Wilfredo Sanchez2001-04-031-1/+1
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-3/+3