summaryrefslogtreecommitdiff
path: root/main/main.c
Commit message (Expand)AuthorAgeFilesLines
* MFHfoobar2002-03-091-1/+5
* - MFH (fix for the phpinfo() output)foobar2002-03-081-1/+1
* - Some more speed (and more consistency)Derick Rethans2002-03-041-4/+4
* Supply php_html_puts which escapes a whole string.. now fully works in ZTSSascha Schumann2002-03-041-0/+40
* Added PHP_SAPI constant which contains the name of running SAPI.Edin Kadribasic2002-03-011-0/+1
* Added ob_get_status() to get array of buffers and it's status.Yasuo Ohgaki2002-03-011-6/+9
* - Hopefully fix the shutdown_memory_manager() stuff. Part of my previousAndi Gutmans2002-02-261-1/+3
* TSRM Cleanup.Sebastian Bergmann2002-02-261-5/+3
* - Pass shutdown_memory_manager the TSRMLS context.Andi Gutmans2002-02-261-1/+3
* - Let php_execute_script return 0 on failure and 1 on sucess, and changeDerick Rethans2002-02-141-2/+3
* register_globals=off is defualt for 4.2.0Yasuo Ohgaki2002-02-051-1/+1
* Ignore register_globals for $argc and $argv under CLI SAPI.Edin Kadribasic2002-01-311-1/+1
* Make --enable-safe-mode usefulYasuo Ohgaki2002-01-191-0/+4
* - Make an E_NOTICE error type show 'Notice' instead of 'Warning'.Derick Rethans2002-01-101-2/+0
* Added argc and argv in request_info needed for the new cli sapi.Edin Kadribasic2002-01-061-2/+22
* Freeing that TLS is just too complicated. Since we're shuttingZeev Suraski2001-12-161-3/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Allow unserializer_callback_func to be turned off.Bernd Roemer2001-12-021-1/+1
* - Adding a callback mechanism to the unserializer. (patch by BerndDerick Rethans2001-11-261-0/+1
* Z_TYPE(filehandle)?? ok.. whatever... ;)Sterling Hughes2001-11-261-3/+3
* Fix set_time_limit() to affect only the current request (fix bug #13711)Zeev Suraski2001-11-191-3/+2
* - <br> -> <br />Derick Rethans2001-10-061-1/+1
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-16/+16
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* API updateZeev Suraski2001-08-311-1/+1
* Fix unclean shutdown valueZeev Suraski2001-08-301-1/+1
* move php_shutdown_config further downThies C. Arntzen2001-08-161-3/+5
* Make it possible to enable chunked output buffering without providingZeev Suraski2001-08-111-2/+6
* 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
* some more eliminate-fetches-or-escalate-them-at-leastSascha Schumann2001-08-051-9/+6
* more tsrm cleanup -- output.c is not doing any fetches anymoreSascha Schumann2001-08-051-1/+4
* more tsrm cleanupSascha Schumann2001-08-051-8/+8
* - TSRMLS_FETCH workZeev Suraski2001-08-051-8/+10
* Get rid of a couple of bogus persist_alloc()'s, and some cleanupZeev Suraski2001-08-031-8/+1
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-1/+2
* More TSRMLS_FETCH work. Got it under 400 now.Zeev Suraski2001-07-311-5/+5
* More TSRMLS_FETCH workZeev Suraski2001-07-311-6/+6
* Zend compatibility patchZeev Suraski2001-07-301-3/+3
* 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-301-1/+1
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-49/+47
* Remove superfluous returnsSascha Schumann2001-07-281-3/+0
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-32/+37
* Get rid of the redundant global startup codeZeev Suraski2001-07-241-37/+1
* Unbreak various tests and transparent session id rewriting for now. ThisSascha Schumann2001-07-231-3/+0
* Improved bailout mechanism, supports nested bailouts a-la try..catchZeev Suraski2001-07-211-97/+96