| Commit message (Expand) | Author | Age | Files | Lines |
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 6 | -26/+24 |
* | fix compile | Thies C. Arntzen | 2001-07-30 | 1 | -1/+1 |
* | compile fix | Thies C. Arntzen | 2001-07-30 | 1 | -1/+1 |
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 4 | -12/+8 |
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -1/+0 |
* | More TSRMLS_FETCH annihilation (Zend compatibility patch) | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
* | 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 |
* | Fix typo | Rasmus Lerdorf | 2001-07-28 | 1 | -1/+1 |
* | Build fix | Zeev Suraski | 2001-07-28 | 1 | -1/+1 |
* | Some more fixes | Zeev Suraski | 2001-07-28 | 1 | -4/+1 |
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 18 | -432/+386 |
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 16 | -167/+169 |
* | Fix a corrupted memory access | Zeev Suraski | 2001-07-27 | 1 | -3/+4 |
* | Remove unneeded variables | Sascha Schumann | 2001-07-26 | 1 | -3/+0 |
* | Get rid of the redundant global startup code | Zeev Suraski | 2001-07-24 | 2 | -1/+1 |
* | Handle file buckets for now; that allows us to pass something to the | Sascha Schumann | 2001-07-23 | 1 | -50/+22 |
* | Remove accidentially committed line | Sascha Schumann | 2001-07-23 | 1 | -1/+0 |
* | Call php_request_shutdown only, if the startup was successful. | Sascha Schumann | 2001-07-23 | 1 | -1/+1 |
* | Use synchronous php_request_shutdown in the standard case and | Sascha Schumann | 2001-07-23 | 2 | -5/+10 |
* | Fix Apache build | Zeev Suraski | 2001-07-21 | 1 | -1/+1 |
* | - Fix __FILE__ in the main script in CGI/command line mode. | Andi Gutmans | 2001-07-21 | 2 | -14/+12 |
* | Improved bailout mechanism, supports nested bailouts a-la try..catch | Zeev Suraski | 2001-07-21 | 6 | -555/+543 |
* | Updated | Holger Zimmermann | 2001-07-21 | 1 | -2/+2 |
* | Updated | Holger Zimmermann | 2001-07-20 | 1 | -1/+1 |
* | Updated | Holger Zimmermann | 2001-07-20 | 1 | -1/+1 |
* | Updated PHP mode, fixed indent mode, added syntax check mode | Holger Zimmermann | 2001-07-20 | 2 | -19/+39 |
* | 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 |
* | Fix FastCGI shutdown for MacOSX, it didn't want to die. | Ben Mansell | 2001-07-02 | 1 | -0/+3 |
* | Make the FastCGI module behave nicer when trying to shut it down. If you | Ben Mansell | 2001-06-30 | 1 | -26/+104 |
* | Support for handling multiple concurrent requests. | Sascha Schumann | 2001-06-23 | 1 | -5/+223 |
* | Accomodate an Apache API change | Sascha Schumann | 2001-06-22 | 1 | -1/+1 |
* | Spit out errors | Zeev Suraski | 2001-06-21 | 1 | -0/+6 |
* | Move PHP_TARGET_RDYNAMIC check to global acinclude.m4 and use it | Sascha Schumann | 2001-06-15 | 2 | -10/+2 |
* | Fix segfault when env vars are missing. | David Hedbor | 2001-06-08 | 1 | -31/+37 |
* | Remove bogus '.'. | Sebastian Bergmann | 2001-06-06 | 1 | -1/+1 |
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 5 | -49/+163 |
* | Oops, sorry. I should not have committed this ebcdic fix (which was none) | Martin Kraemer | 2001-06-01 | 1 | -3/+0 |
* | Add TUX SAPI module | Sascha Schumann | 2001-05-26 | 6 | -0/+541 |
* | Use EXTRA_LDFLAGS at this point. | Sascha Schumann | 2001-05-23 | 2 | -2/+2 |
* | Fix Basic auth (when under PHP control) for EBCDIC platforms | Martin Kraemer | 2001-05-23 | 1 | -0/+3 |
* | The -c commandline option was not working at all, need to set the path | Shane Caraveo | 2001-05-22 | 1 | -19/+25 |
* | s/^I/ / and some re-indenting. Also align the APXS checking code | Sascha Schumann | 2001-05-19 | 1 | -182/+181 |
* | Reindent, add link map for AIX, improve diagnostic message, | Sascha Schumann | 2001-05-19 | 1 | -34/+43 |
* | Use write(2), if we can successfully write to stdout. | Sascha Schumann | 2001-05-19 | 2 | -1/+51 |
* | First try at using Apache's export list when building a DSO. | Sascha Schumann | 2001-05-18 | 1 | -0/+6 |
* | revert parts of last commit - stupid me! | Thies C. Arntzen | 2001-05-18 | 1 | -1/+1 |
* | --enable-memory-usage-info id deprecated. use --enable-memory-limit instead! | Thies C. Arntzen | 2001-05-18 | 1 | -1/+1 |
* | Merge the more sensible way of doing this back in to HEAD | James Moore | 2001-05-17 | 1 | -7/+1 |
* | @ - Fixed getopt so it accepts arguments in the form -<option><value> not | James Moore | 2001-05-17 | 1 | -4/+19 |