Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -3/+3 | |
| | | | | | - whitespace fixes | |||||
* | 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 | |
| | | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | |||||
* | 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 | |
| | | | | | Note: You may *not* return directly from a catch block | |||||
* | Improved interactive mode - it is now available in all builds, without any ↵ | Zeev Suraski | 2001-07-15 | 1 | -11/+1 | |
| | | | | significant slowdown | |||||
* | Fix a major thread safety bug in the output mechanism | Zeev Suraski | 2001-07-02 | 1 | -0/+3 | |
| | | | | | @- Fixed a major memory corruption bug in the thread safe version (Zeev) | |||||
* | 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 | |
| | | | | | override before calling on the module startup. | |||||
* | Use write(2), if we can successfully write to stdout. | Sascha Schumann | 2001-05-19 | 1 | -1/+21 | |
| | ||||||
* | 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 | |
| | ||||||
* | @- Fixed a possible crash in the PHP CGI when no input file is | Zeev Suraski | 2001-05-10 | 1 | -2/+1 | |
| | | | | | | @ specified (Zeev) Fixed bug 7822 | |||||
* | $argc was off by one in -f (fix bug #9289) | Zeev Suraski | 2001-05-08 | 1 | -1/+3 | |
| | ||||||
* | - Remove unused variable | Andi Gutmans | 2001-05-01 | 1 | -2/+0 | |
| | ||||||
* | fix for bug 6491, http://www.php.net/bugs.php?id=6491, removes a bit of | Sterling Hughes | 2001-05-01 | 1 | -23/+0 | |
| | | | | | | | | | | | (what I think is) broken logic. # This is as discussed on the mailing list previously. This change # does fix the problem, however, the extra code was in there for a # reason (I'm guessing :), i'm ready to revert this patch in a jiffy # if someone has a good reason why that (just removed) extra logic # should be in there. | |||||
* | - Fix for Bug id #10071 | Andi Gutmans | 2001-04-30 | 1 | -4/+11 | |
| | | | | | | | | PR: Submitted by: Reviewed by: Obtained from: | |||||
* | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 1 | -1/+1 | |
| | ||||||
* | @Added -C command-line option to avoid chdir to the script's directory (Stig) | Stig Bakken | 2001-04-16 | 1 | -2/+6 | |
| | ||||||
* | Fix a bug with POST requests. If the Content-Type header wasn't present, | Ben Mansell | 2001-03-22 | 1 | -1/+2 | |
| | | | | | | we were setting SG(request_info).content_type to NULL, instead of an empty string. This was stopping PHP from processing the data. | |||||
* | Fixed the help for other options too. | foobar | 2001-03-07 | 1 | -2/+2 | |
| | ||||||
* | Fix help text for -f | foobar | 2001-03-05 | 1 | -5/+2 | |
| | ||||||
* | Can't output any error messages if there isn't any function initialized | foobar | 2001-03-05 | 1 | -3/+3 | |
| | | | | | | to do it.. # Bug report: #7650 | |||||
* | whitespace fix | Zeev Suraski | 2001-03-04 | 1 | -2/+2 | |
| | ||||||
* | - Finally rename modules.h to zend_modules.h for consistency (first try | Andi Gutmans | 2001-02-26 | 1 | -1/+1 | |
| | | | | | | | was 2000-03-11). - Remove the first_arg_force_ref[]; and friends extern from php.h as they are included via zend_API.h | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 | |
| | ||||||
* | php_register_command_line_global_vars only needs file scope. | Sascha Schumann | 2001-02-24 | 1 | -1/+1 | |
| | ||||||
* | Neither the CGI nor the Servlet SAPI module call syslog, so remove | Sascha Schumann | 2001-02-24 | 1 | -3/+0 | |
| | | | | | references to the syslog include files. | |||||
* | Finish fopen-wrappers rename. | Sascha Schumann | 2001-02-23 | 1 | -1/+1 | |
| | ||||||
* | Many patches. I hope I remember them all: | Zeev Suraski | 2001-01-02 | 1 | -6/+7 | |
| | | | | | | | | | - Make sapi_module available to external modules (PHPAPI) - Make the php.ini path reported in phpinfo() always point to real full path of the php.ini file - Optimized the ISAPI module not to read unnecessary server variables and read necessary variables at most once. | |||||
* | Merge with php_4_0_4 | Sascha Schumann | 2000-12-03 | 1 | -30/+23 | |
| | ||||||
* | Set the exit status from the return value of php_execute_script() | Sascha Schumann | 2000-11-22 | 1 | -1/+1 | |
| | ||||||
* | Update SAPI modules to interface with the new TSRM. | Zeev Suraski | 2000-11-18 | 1 | -1/+1 | |
| | | | | | Enable thread-safety memory debugging in ISAPI when in debug mode | |||||
* | - Import Jade Nicoletti's transparent gzip encoding support as an output | Zeev Suraski | 2000-11-13 | 1 | -3/+4 | |
| | | | | | | | handler. Works quite nicely! - Fix buglets in output buffering - Add output_handler INI directive | |||||
* | @- In CGI mode, $HTTP_SERVER_VARS now includes all of the environment variables | Zeev Suraski | 2000-11-07 | 1 | -0/+5 | |
| | | | | | @ as well (Zeev) | |||||
* | Fixed a bug in $argv and $argc not being properly defined in command-line mode | Zeev Suraski | 2000-11-06 | 1 | -14/+21 | |
| | | | | | | @- Fixed a bug that prevented $argv and $argc from being defined in the command @ line version of PHP (Stas) | |||||
* | I guess SG(request_info).argv0 and not !SG(request_info).argv0 was an ↵ | Stanislav Malyshev | 2000-11-06 | 1 | -1/+1 | |
| | | | | intent, otherwise it doesn't make much sense. | |||||
* | use argv[1] if it's given, thanks to Bob Denny <rdenny@dc3.com> | Daniel Beulshausen | 2000-11-03 | 1 | -4/+8 | |
| | ||||||
* | Fix -d functionality | Stanislav Malyshev | 2000-10-31 | 1 | -1/+1 | |
| | ||||||
* | Unify aborted connection handling | Sascha Schumann | 2000-10-29 | 1 | -12/+2 | |
| | ||||||
* | Initial steps to move the INI mechanism to the Zend engine | Zeev Suraski | 2000-10-29 | 1 | -1/+1 | |
| | ||||||
* | update my email. | Thies C. Arntzen | 2000-10-29 | 1 | -1/+1 | |
| |