Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Fixed a syntax highlighter problem that happens when output buffering is turned | Moriyoshi Koizumi | 2003-05-16 | 1 | -5/+4 |
| | | | | | on | ||||
* | * email address change | Stig Bakken | 2003-03-18 | 1 | -1/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Part 4 of apache sapi build fixes: | foobar | 2002-04-23 | 1 | -36/+1 |
| | | | | | | - Fixed many conflicts caused by bogus includes, e.g the infamous XtOffset redefinition warning is gone now. | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | 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 ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Damn, went to head instead of the branch - revert | Rasmus Lerdorf | 2001-09-06 | 1 | -34/+0 |
| | |||||
* | Oops, forgot to add sapi_apache.c to the apache_hooks branch | Rasmus Lerdorf | 2001-09-06 | 1 | -0/+34 |
| | |||||
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -1/+1 |
| | | | | | - whitespace fixes | ||||
* | Fix Apache/ZTS build | Zeev Suraski | 2001-08-01 | 1 | -2/+1 |
| | |||||
* | More TSRMLS_FETCH annihilation (Zend compatibility patch) | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -4/+4 |
| | |||||
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -3/+3 |
| | | | | | | | - 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... | ||||
* | Use synchronous php_request_shutdown in the standard case and | Sascha Schumann | 2001-07-23 | 1 | -3/+6 |
| | | | | | | | | | let the pool cleanup function only become effective, when an error has occured. This fixes the problem that the request_conn was already dead when the request_shutdown was reached. | ||||
* | Fix Apache build | Zeev Suraski | 2001-07-21 | 1 | -1/+1 |
| | |||||
* | Improved bailout mechanism, supports nested bailouts a-la try..catch | Zeev Suraski | 2001-07-21 | 1 | -5/+4 |
| | | | | | Note: You may *not* return directly from a catch block | ||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+5 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | - Import Jade Nicoletti's transparent gzip encoding support as an output | Zeev Suraski | 2000-11-13 | 1 | -1/+1 |
| | | | | | | | handler. Works quite nicely! - Fix buglets in output buffering - Add output_handler INI directive | ||||
* | Fix a nasty bug in the shutdown sequence of PHP under Apache. | Zeev Suraski | 2000-11-02 | 1 | -0/+3 |
| | |||||
* | This appears to be the correct fix to me. | Rasmus Lerdorf | 2000-10-14 | 1 | -9/+9 |
| | | | | | @ Fix memory leak in x-httpd-source mode (Jason Greene) | ||||
* | Fix opened_path init | Stanislav Malyshev | 2000-08-13 | 1 | -0/+1 |
| | | | | | # forgot to commit | ||||
* | Made ob_start() and friends reentrant. It's now possible to implement this | Zeev Suraski | 2000-07-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | long-requested functionality, now that output buffering is re-entrant: function eval_ret($code) { ob_start(); eval($code); $retval = ob_get_contents(); ob_end_clean(); return $retval; } | ||||
* | @- Fixed closing | Thies C. Arntzen | 2000-07-10 | 1 | -6/+1 |
| | |||||
* | Move main.h to php_main.h. | Sascha Schumann | 2000-06-05 | 1 | -1/+1 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | more apachewin32 work. much better now, but still crashing in zend_execute. ↵ | Shane Caraveo | 2000-05-04 | 1 | -14/+9 |
| | | | | At least it's getting the file open now though. | ||||
* | zeroing the variables fixes one crash...now crashes on memory allocation ↵ | Shane Caraveo | 2000-04-30 | 1 | -0/+4 |
| | | | | during zend_compile_files | ||||
* | apache module now compiles under win32, apache loads, but crashes on line ↵ | Shane Caraveo | 2000-04-30 | 1 | -0/+6 |
| | | | | 1167 main.c on page request | ||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | Fix warnings when compiling static Apache module | Sascha Schumann | 2000-02-18 | 1 | -1/+1 |
| | |||||
* | No need for a value (not that it seems to work anyway...) | Zeev Suraski | 2000-02-17 | 1 | -1/+1 |
| | |||||
* | @- Updated the browscap module to work with PHP 4.0 (Zeev) | Zeev Suraski | 2000-02-16 | 1 | -0/+2 |
| | |||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | you start counting at 0 or 1). | ||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | |||||
* | Make Apache SAPI module compile in ZTS mode | Sascha Schumann | 1999-12-17 | 1 | -2/+1 |
| | |||||
* | @- Fix a crash in the Apache syntax highlighting mode (Zeev) | Zeev Suraski | 1999-12-09 | 1 | -1/+0 |
| | |||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -1/+1 |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | ||||
* | - zend_file_handles must now flag whether their .filename property should be | Zeev Suraski | 1999-12-04 | 1 | -0/+1 |
| | | | | | free by Zend or not (uses e*() functions) | ||||
* | Clean up regex header file mess. php.h now explicitly includes php_regex.h | Rasmus Lerdorf | 1999-10-30 | 1 | -1/+2 |
| | | | | | | | and php_regex.h figures out which regex header files to include and defines symbols that prevents other stuff from including the wrong versions of regex header files. | ||||
* | * archive-based convenience libraries completely replaced | Sascha Schumann | 1999-10-04 | 1 | -0/+99 |
with libtool components * SAPI targets can enable thread-safe mode and define shared/static/program build target * all configure scripts use the same config.cache * phplibdir is $(top_builddir)/modules to avoid permission problems * sapi/*/Makefile.inc are gone * runpath handling cleaned up * top-level Makefile.in obsoleted through Makefile.am * --enable-versioning uses libtool's cleaner and more portable -export-symbols feature |