| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build. | Sebastian Bergmann | 2002-05-02 | 1 | -2/+2 |
* | updated cgi warning notice. | James Cox | 2002-05-02 | 1 | -0/+2 |
* | CGI/CLI take file and dir for -c option by this. | Yasuo Ohgaki | 2002-04-12 | 1 | -15/+15 |
* | fix quoting | Wez Furlong | 2002-04-02 | 1 | -1/+1 |
* | just did... | James Cox | 2002-04-02 | 1 | -1/+0 |
* | updated the alert sent to the browser. removed the verbosity, and linked to m... | James Cox | 2002-04-02 | 1 | -14/+6 |
* | add security impersonation feature for running under IIS security | Shane Caraveo | 2002-03-18 | 1 | -0/+18 |
* | woohoo, take some credit! | Shane Caraveo | 2002-03-10 | 1 | -0/+2 |
* | children should be zero by default, enable by setting PHP_FCGI_CHILDREN env var. | Shane Caraveo | 2002-03-10 | 1 | -1/+1 |
* | combine fastcgi capability with regular cgi binary | Shane Caraveo | 2002-03-10 | 1 | -13/+255 |
* | - Put them back (and do it right) | Derick Rethans | 2002-03-06 | 1 | -0/+6 |
* | - Remove unused variables | Derick Rethans | 2002-03-06 | 1 | -2/+0 |
* | add comment for IIS users | Shane Caraveo | 2002-03-01 | 1 | -14/+15 |
* | This is much better. With FORCE_CGI_REDIRECT turned on by default for compil... | Shane Caraveo | 2002-03-01 | 1 | -7/+14 |
* | fix force redirect crash under multithreaded compile | Shane Caraveo | 2002-03-01 | 1 | -8/+22 |
* | - Make the errorcode 255. (Doing docs right away) | Derick Rethans | 2002-02-15 | 1 | -2/+2 |
* | - Let php_execute_script return 0 on failure and 1 on sucess, and change | Derick Rethans | 2002-02-14 | 1 | -1/+5 |
* | Remove obsolete CG(extended_info) = 0 calls, we already do this in zend_set_d... | Sebastian Bergmann | 2002-02-02 | 1 | -1/+0 |
* | Fixed bug #9041 and others in the same class (patch by pete.lee@ubs.com) | Edin Kadribasic | 2002-01-20 | 1 | -1/+3 |
* | reimplement extension listing | Shane Caraveo | 2002-01-18 | 1 | -2/+7 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
* | @- Added -w option to the cgi-version. This will remove all comments and | Thies C. Arntzen | 2001-12-08 | 1 | -1/+14 |
* | fixed output problem with output buffering handler. | Rui Hirokawa | 2001-11-11 | 1 | -0/+1 |
* | Convert PATH_TRANSLATED for RISC OS | Alex Waugh | 2001-11-04 | 1 | -0/+9 |
* | Undo Z_ subst for sapi and ext/yaz | Jeroen van Wolffelaar | 2001-09-27 | 1 | -1/+1 |
* | Back-substitute for Z_* macro's. If it breaks some extension (the script isn'... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 |
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
* | Revert an old bogus patch | Zeev Suraski | 2001-08-14 | 1 | -7/+9 |
* | Use zend_first_try | Zeev Suraski | 2001-08-08 | 1 | -1/+1 |
* | some more eliminate-fetches-or-escalate-them-at-least | Sascha Schumann | 2001-08-05 | 1 | -5/+5 |
* | more tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -8/+8 |
* | delay module_shutdown even further. zend_try and _catch need the current | Thies C. Arntzen | 2001-08-05 | 1 | -1/+2 |
* | module_shutdown() calls ts_free_thread in ZTS mode. so SG() cannot be accessed | Thies C. Arntzen | 2001-08-05 | 1 | -1/+2 |
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -3/+3 |
* | Get rid of a couple of bogus persist_alloc()'s, and some cleanup | Zeev Suraski | 2001-08-03 | 1 | -10/+7 |
* | More TSRMLS_FETCH annihilation. Enough for today... | Zeev Suraski | 2001-07-31 | 1 | -1/+1 |
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -8/+9 |
* | fix compile | Thies C. Arntzen | 2001-07-30 | 1 | -1/+1 |
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -18/+17 |
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -10/+12 |
* | Fix a corrupted memory access | Zeev Suraski | 2001-07-27 | 1 | -3/+4 |
* | - Fix __FILE__ in the main script in CGI/command line mode. | Andi Gutmans | 2001-07-21 | 1 | -5/+6 |
* | Improved bailout mechanism, supports nested bailouts a-la try..catch | Zeev Suraski | 2001-07-21 | 1 | -257/+253 |
* | Improved interactive mode - it is now available in all builds, without any si... | Zeev Suraski | 2001-07-15 | 1 | -11/+1 |
* | Fix a major thread safety bug in the output mechanism | Zeev Suraski | 2001-07-02 | 1 | -0/+3 |
* | Spit out errors | Zeev Suraski | 2001-06-21 | 1 | -0/+6 |
* | Remove bogus '.'. | Sebastian Bergmann | 2001-06-06 | 1 | -1/+1 |
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -7/+14 |
* | The -c commandline option was not working at all, need to set the path | Shane Caraveo | 2001-05-22 | 1 | -19/+25 |