summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to enable chunked output buffering without providingZeev Suraski2001-08-113-10/+16
* Move the macro wrappers from the compatibility header to php.hZeev Suraski2001-08-112-22/+36
* Possible fix 12360. If it doesn't help, it doesn't hurt, AFAIK...Jeroen van Wolffelaar2001-08-101-0/+4
* Optimize macro usage...Zeev Suraski2001-08-101-11/+11
* Centralize macrosZeev Suraski2001-08-102-21/+22
* Let's not introduce more mess to maintain.Zeev Suraski2001-08-101-25/+0
* Sablot extension cleanup - it compiles again nowRasmus Lerdorf2001-08-101-0/+24
* Implement import_request_variables()Zeev Suraski2001-08-081-3/+14
* Put it in the wrong case...Zeev Suraski2001-08-081-1/+1
* - Fix precedence of the variables order in $_FORMZeev Suraski2001-08-081-5/+6
* - Implement $_FORMZeev Suraski2001-08-081-4/+34
* - Implement new short names - $_GET, $_POST, $_COOKIE, $_SERVER, $_ENV and $_...Zeev Suraski2001-08-081-0/+28
* Yet another TSRM fix.foobar2001-08-071-1/+1
* more tsrm cleanupSascha Schumann2001-08-061-2/+2
* some more eliminate-fetches-or-escalate-them-at-leastSascha Schumann2001-08-053-12/+9
* more tsrm cleanup -- output.c is not doing any fetches anymoreSascha Schumann2001-08-055-13/+15
* more tsrm cleanupSascha Schumann2001-08-055-109/+74
* further tsrm cleanupSascha Schumann2001-08-051-1/+1
* - TSRMLS_FETCH workZeev Suraski2001-08-0514-64/+66
* Get rid of a couple of bogus persist_alloc()'s, and some cleanupZeev Suraski2001-08-032-10/+4
* kill warning and make this build again.foobar2001-08-012-2/+2
* Fix some warningsZeev Suraski2001-07-311-1/+1
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-314-40/+34
* More TSRMLS_FETCH work. Got it under 400 now.Zeev Suraski2001-07-319-52/+34
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-1/+0
* More TSRMLS_FETCH workZeev Suraski2001-07-317-23/+24
* name-protect new expat functionThies C. Arntzen2001-07-301-0/+1
* Zend compatibility patchZeev Suraski2001-07-304-20/+24
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-6/+0
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-303-6/+2
* changed for input encoding conversion in win32.Rui Hirokawa2001-07-291-0/+4
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-2818-246/+204
* Remove superfluous returnsSascha Schumann2001-07-281-3/+0
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-2711-86/+92
* Remove references to global startup functions.Andrei Zmievski2001-07-241-10/+0
* Get rid of the redundant global startup codeZeev Suraski2001-07-245-54/+1
* Unbreak various tests and transparent session id rewriting for now. ThisSascha Schumann2001-07-231-3/+0
* fix date('T')Daniel Beulshausen2001-07-221-0/+2
* - Shouldn't be needed anymoreAndi Gutmans2001-07-211-2/+0
* - Fix __FILE__ in the main script in CGI/command line mode.Andi Gutmans2001-07-212-10/+18
* Improved bailout mechanism, supports nested bailouts a-la try..catchZeev Suraski2001-07-211-97/+96
* Fix UNIX buildZeev Suraski2001-07-201-2/+2
* Fix Windows buildZeev Suraski2001-07-203-3/+2
* Avoid getting bailouts on text output during shutdown. Text output is nowZeev Suraski2001-07-203-22/+42
* Add always_populate_raw_post_data ini directive and default it to 0 toRasmus Lerdorf2001-07-174-1/+8
* Another layout fixZeev Suraski2001-07-161-2/+3
* Fix layoutZeev Suraski2001-07-161-4/+5
* Fix the crash Joey foundZeev Suraski2001-07-161-11/+11
* GeneralizeZeev Suraski2001-07-161-15/+3
* Fix a couple of build warningsRasmus Lerdorf2001-07-161-1/+1