summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix Apache buildZeev Suraski2001-07-211-1/+1
* - Fix __FILE__ in the main script in CGI/command line mode.Andi Gutmans2001-07-212-14/+12
* Improved bailout mechanism, supports nested bailouts a-la try..catchZeev Suraski2001-07-216-555/+543
* UpdatedHolger Zimmermann2001-07-211-2/+2
* UpdatedHolger Zimmermann2001-07-201-1/+1
* UpdatedHolger Zimmermann2001-07-201-1/+1
* Updated PHP mode, fixed indent mode, added syntax check modeHolger Zimmermann2001-07-202-19/+39
* Improved interactive mode - it is now available in all builds, without any si...Zeev Suraski2001-07-151-11/+1
* Fix a major thread safety bug in the output mechanismZeev Suraski2001-07-021-0/+3
* Fix FastCGI shutdown for MacOSX, it didn't want to die.Ben Mansell2001-07-021-0/+3
* Make the FastCGI module behave nicer when trying to shut it down. If youBen Mansell2001-06-301-26/+104