summaryrefslogtreecommitdiff
path: root/sapi/roxen
Commit message (Collapse)AuthorAgeFilesLines
* Please welcome the new build system.Sascha Schumann2002-03-072-7/+1
| | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt
* A fix for the bug number 13231 & 11699.Yasuo Ohgaki2002-01-311-3/+3
| | | | | Makes the roxen support compile. Patch by Lars Wilhelmsen <lars@sral.org>
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Added missing cvs ids and unified configure messages.foobar2001-11-301-1/+4
|
* * fix module struct in rest of sapi modulesStig Bakken2001-10-121-0/+2
|
* Undo Z_ subst for sapi and ext/yazJeroen van Wolffelaar2001-09-271-20/+20
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-20/+20
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* more tsrm cleanupSascha Schumann2001-08-051-5/+3
|
* further tsrm cleanupSascha Schumann2001-08-051-15/+6
|
* Remove more duplicate TSRMLS_FETCH() calls.Sebastian Bergmann2001-08-051-1/+0
|
* - TSRMLS_FETCH workZeev Suraski2001-08-051-1/+1
| | | | | - whitespace fixes
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-19/+18
|
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-6/+6
| | | | | | | - 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...
* Nuke more quotesSascha Schumann2001-05-121-5/+5
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-1/+1
| | | | | # Heads up people! I tested this before committing but you never know..
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Many patches. I hope I remember them all:Zeev Suraski2001-01-021-4/+4
| | | | | | | | | - 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.
* Patch to find module dirDavid Hedbor2000-11-191-1/+1
|
* Update SAPI modules to interface with the new TSRM.Zeev Suraski2000-11-181-1/+1
| | | | | Enable thread-safety memory debugging in ISAPI when in debug mode
* Changed contact information.David Hedbor2000-11-021-3/+3
|
* Unify handling of aborted connectionsSascha Schumann2000-10-291-2/+1
|
* Restore the headers_only test to the centralized SAPI startup. If ↵Zeev Suraski2000-09-081-5/+0
| | | | | | | necessary, it can be overriden in the activate() callback.
* The status quo in PHP is that the current directory is initializedSascha Schumann2000-08-201-13/+0
| | | | | | | | | to the directory where the executing script is located. Since this needs to be implemented for all SAPI modules anyway, this change moves the functionality to php_execute_script() and gets rid of the per-module code.
* Fix zend_fiel_handle handling. Should fix URL includeStanislav Malyshev2000-08-131-0/+1
| | | | | and various opened_path inconsistencies.
* Heads up! I have moved the headers_only and response_code checks out ofRasmus Lerdorf2000-08-021-1/+7
| | | | | | | | | | | | | | | SAPI and down into the individual SAPI modules. I have made the appropriate changes in all the SAPI modules, but please verify these. The reason for this change is that Apache sometimes will feed PHP a request_method of GET but have r->header_only set to true. This happens in an ErrorDocument redirect. In this same scenario we want to preserve the status code as well instead of just overwriting it with a 200 and losing this information. For now the other sapi modules act exactly as before since they probably do not make this distinction, and they may not even have a valid response code this early in the request. @ Fix HEAD request bug on an Apache ErrorDocument redirect and preserve @ the status code across the redirect as well. (Rasmus)
* Separate plain name returned by php_sapi_module() and pretty nameAndrei Zmievski2000-06-261-0/+1
| | | | | used for output.
* Removed obsolete, commented lineDavid Hedbor2000-06-121-1/+0
|
* Added another bug to be fixedDavid Hedbor2000-06-061-0/+19
|
* PRE_INCLUDES hack revertedDavid Hedbor2000-06-063-5/+3
|
* List with TODO itemsDavid Hedbor2000-06-051-0/+14
|
* Fixed include directory problems.David Hedbor2000-06-052-1/+5
|
* Changed include statement for main.h to avoid inclusion of Pike's main.h.David Hedbor2000-06-051-4/+4
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
|
* Large test commit IVSascha Schumann2000-05-011-0/+1
|
* Large commit test IIISascha Schumann2000-05-011-0/+3
|
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
| | | | | | | | | * Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support)
* - Change PHP_ to V_ (directory & file functions)Andi Gutmans2000-04-151-1/+1
|
* - Fixed a couple of POST problems.David Hedbor2000-04-121-38/+52
| | | | | | | - Use virtual path functionality when available, to set the cwd of the script to it's own directory prior to starting it. - Fixed a bug in php_roxen_sapi_header_handler.
* prettyingColin Viebrock2000-04-071-4/+3
|
* Changed typo (interpretor->interpreter)David Hedbor2000-03-071-6/+6
|
* Use php_module_shutdown_wrapper as the shutdown functionDavid Hedbor2000-03-061-3/+1
|
* UseDavid Hedbor2000-03-061-1/+1
|
* Now recommend --enable-roxen-zts...David Hedbor2000-03-021-5/+6
|
* Removal of printf-debug, changed sp/fp to Pike_sp / Pike_fp instead ofDavid Hedbor2000-03-011-55/+22
| | | | | using a define.
* Fixed a compilation problem with roxen.c due to a change in Pike to fix aDavid Hedbor2000-02-291-1/+0
| | | | | conflict with embedded Perl.
* roxen.cDavid Hedbor2000-02-291-0/+7
|
* Removed warning about ZTS since it works fine now.David Hedbor2000-02-291-9/+2
|
* The Roxen PHP4 module is now a part of the Roxen CVS which makes more sense.David Hedbor2000-02-231-363/+0
|
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
|