summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Reverse patches that slipped in by mistake in a whitespace patch. TheyZeev Suraski2001-08-131-31/+34
* WhitespaceZeev Suraski2001-08-111-34/+31
* killed compile warnings.foobar2001-08-101-2/+0
* Use zend_first_tryZeev Suraski2001-08-085-5/+5
* A CRLF at the end of a line is not so wrong.Sascha Schumann2001-08-071-1/+1
* The module usually did not send out Content-Type: text/html.Sascha Schumann2001-08-071-0/+7
* Adding missing TSRMLS_CCFrank M. Kromann2001-08-061-1/+1
* more tsrm cleanupSascha Schumann2001-08-051-1/+0
* some more eliminate-fetches-or-escalate-them-at-leastSascha Schumann2001-08-052-7/+9
* more tsrm cleanup -- output.c is not doing any fetches anymoreSascha Schumann2001-08-051-2/+1
* more tsrm cleanupSascha Schumann2001-08-0515-42/+27
* further tsrm cleanupSascha Schumann2001-08-056-25/+6
* further tsrm cleanupSascha Schumann2001-08-052-4/+3
* delay module_shutdown even further. zend_try and _catch need the currentThies C. Arntzen2001-08-051-1/+2
* module_shutdown() calls ts_free_thread in ZTS mode. so SG() cannot be accessedThies C. Arntzen2001-08-051-1/+2
* Even more TSRM cleanup.Sebastian Bergmann2001-08-052-3/+3
* More tsrm-related cleanup.Sebastian Bergmann2001-08-052-5/+4
* tsrm-related cleanupSascha Schumann2001-08-051-22/+6
* Fixed some TSRMLS_CC instances (at least it looked odd to me the way it was b...Sebastian Bergmann2001-08-051-12/+12
* Remove more duplicate TSRMLS_FETCH() calls.Sebastian Bergmann2001-08-057-11/+0
* - TSRMLS_FETCH workZeev Suraski2001-08-0512-90/+91
* Another one bites the dust.Sebastian Bergmann2001-08-041-1/+0
* Remove duplicate TSRMLS_FETCH() call.Sebastian Bergmann2001-08-041-1/+0
* Get rid of a couple of bogus persist_alloc()'s, and some cleanupZeev Suraski2001-08-031-10/+7
* Revert whitespace patch.Sebastian Bergmann2001-08-031-19/+19
* Whitespace fixes.Sebastian Bergmann2001-08-021-19/+19
* Fix Apache2Filter build.Sebastian Bergmann2001-08-021-2/+1
* Fix Apache/ZTS buildZeev Suraski2001-08-012-3/+1
* remove duplicate TSRMLS_FETCH()Sterling Hughes2001-07-311-1/+0
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-312-3/+3
* More TSRMLS_FETCH work. Got it under 400 now.Zeev Suraski2001-07-313-5/+3
* More TSRMLS_FETCH workZeev Suraski2001-07-316-26/+24
* fix compileThies C. Arntzen2001-07-301-1/+1
* compile fixThies C. Arntzen2001-07-301-1/+1
* Zend compatibility patchZeev Suraski2001-07-304-12/+8
* 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-2818-432/+386
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-2716-167/+169
* Fix a corrupted memory accessZeev Suraski2001-07-271-3/+4
* Remove unneeded variablesSascha Schumann2001-07-261-3/+0
* Get rid of the redundant global startup codeZeev Suraski2001-07-242-1/+1
* Handle file buckets for now; that allows us to pass something to theSascha Schumann2001-07-231-50/+22
* Remove accidentially committed lineSascha Schumann2001-07-231-1/+0
* Call php_request_shutdown only, if the startup was successful.Sascha Schumann2001-07-231-1/+1
* Use synchronous php_request_shutdown in the standard case andSascha Schumann2001-07-232-5/+10