| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFH | foobar | 2002-03-09 | 1 | -1/+5 |
| * | - MFH (fix for the phpinfo() output) | foobar | 2002-03-08 | 1 | -1/+1 |
| * | - Some more speed (and more consistency) | Derick Rethans | 2002-03-04 | 1 | -4/+4 |
| * | Supply php_html_puts which escapes a whole string.. now fully works in ZTS | Sascha Schumann | 2002-03-04 | 1 | -0/+40 |
| * | Added PHP_SAPI constant which contains the name of running SAPI. | Edin Kadribasic | 2002-03-01 | 1 | -0/+1 |
| * | Added ob_get_status() to get array of buffers and it's status. | Yasuo Ohgaki | 2002-03-01 | 1 | -6/+9 |
| * | - Hopefully fix the shutdown_memory_manager() stuff. Part of my previous | Andi Gutmans | 2002-02-26 | 1 | -1/+3 |
| * | TSRM Cleanup. | Sebastian Bergmann | 2002-02-26 | 1 | -5/+3 |
| * | - Pass shutdown_memory_manager the TSRMLS context. | Andi Gutmans | 2002-02-26 | 1 | -1/+3 |
| * | - Let php_execute_script return 0 on failure and 1 on sucess, and change | Derick Rethans | 2002-02-14 | 1 | -2/+3 |
| * | register_globals=off is defualt for 4.2.0 | Yasuo Ohgaki | 2002-02-05 | 1 | -1/+1 |
| * | Ignore register_globals for $argc and $argv under CLI SAPI. | Edin Kadribasic | 2002-01-31 | 1 | -1/+1 |
| * | Make --enable-safe-mode useful | Yasuo Ohgaki | 2002-01-19 | 1 | -0/+4 |
| * | - Make an E_NOTICE error type show 'Notice' instead of 'Warning'. | Derick Rethans | 2002-01-10 | 1 | -2/+0 |
| * | Added argc and argv in request_info needed for the new cli sapi. | Edin Kadribasic | 2002-01-06 | 1 | -2/+22 |
| * | Freeing that TLS is just too complicated. Since we're shutting | Zeev Suraski | 2001-12-16 | 1 | -3/+1 |
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| * | Allow unserializer_callback_func to be turned off. | Bernd Roemer | 2001-12-02 | 1 | -1/+1 |
| * | - Adding a callback mechanism to the unserializer. (patch by Bernd | Derick Rethans | 2001-11-26 | 1 | -0/+1 |
| * | Z_TYPE(filehandle)?? ok.. whatever... ;) | Sterling Hughes | 2001-11-26 | 1 | -3/+3 |
| * | Fix set_time_limit() to affect only the current request (fix bug #13711) | Zeev Suraski | 2001-11-19 | 1 | -3/+2 |
| * | - <br> -> <br /> | Derick Rethans | 2001-10-06 | 1 | -1/+1 |
| * | Back-substitute for Z_* macro's. If it breaks some extension (the script isn'... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -16/+16 |
| * | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| * | API update | Zeev Suraski | 2001-08-31 | 1 | -1/+1 |
| * | Fix unclean shutdown value | Zeev Suraski | 2001-08-30 | 1 | -1/+1 |
| * | move php_shutdown_config further down | Thies C. Arntzen | 2001-08-16 | 1 | -3/+5 |
| * | Make it possible to enable chunked output buffering without providing | Zeev Suraski | 2001-08-11 | 1 | -2/+6 |
| * | Implement import_request_variables() | Zeev Suraski | 2001-08-08 | 1 | -3/+14 |
| * | Put it in the wrong case... | Zeev Suraski | 2001-08-08 | 1 | -1/+1 |
| * | - Fix precedence of the variables order in $_FORM | Zeev Suraski | 2001-08-08 | 1 | -5/+6 |
| * | - Implement $_FORM | Zeev Suraski | 2001-08-08 | 1 | -4/+34 |
| * | - Implement new short names - $_GET, $_POST, $_COOKIE, $_SERVER, $_ENV and $_... | Zeev Suraski | 2001-08-08 | 1 | -0/+28 |
| * | some more eliminate-fetches-or-escalate-them-at-least | Sascha Schumann | 2001-08-05 | 1 | -9/+6 |
| * | more tsrm cleanup -- output.c is not doing any fetches anymore | Sascha Schumann | 2001-08-05 | 1 | -1/+4 |
| * | more tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -8/+8 |
| * | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -8/+10 |
| * | Get rid of a couple of bogus persist_alloc()'s, and some cleanup | Zeev Suraski | 2001-08-03 | 1 | -8/+1 |
| * | More TSRMLS_FETCH annihilation. Enough for today... | Zeev Suraski | 2001-07-31 | 1 | -1/+2 |
| * | More TSRMLS_FETCH work. Got it under 400 now. | Zeev Suraski | 2001-07-31 | 1 | -5/+5 |
| * | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -6/+6 |
| * | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -3/+3 |
| * | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -6/+0 |
| * | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th... | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| * | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -49/+47 |
| * | Remove superfluous returns | Sascha Schumann | 2001-07-28 | 1 | -3/+0 |
| * | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -32/+37 |
| * | Get rid of the redundant global startup code | Zeev Suraski | 2001-07-24 | 1 | -37/+1 |
| * | Unbreak various tests and transparent session id rewriting for now. This | Sascha Schumann | 2001-07-23 | 1 | -3/+0 |
| * | Improved bailout mechanism, supports nested bailouts a-la try..catch | Zeev Suraski | 2001-07-21 | 1 | -97/+96 |