Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added tsrm dir to include path, and release_ts_inline to lib path | Daniel Beulshausen | 2000-09-26 | 1 | -3/+3 |
| | |||||
* | #include "SAPI.h" once | Sascha Schumann | 2000-09-26 | 1 | -1/+0 |
| | |||||
* | Cleanup | Sascha Schumann | 2000-09-26 | 1 | -4/+2 |
| | |||||
* | (Zeus-specific) Don't GetServerVariable() for vars which Zeus doesn't use | Ben Mansell | 2000-09-19 | 1 | -20/+22 |
| | |||||
* | Fixed bug which could truncate PHP_SELF | Ben Mansell | 2000-09-19 | 1 | -0/+1 |
| | |||||
* | Fixed bug #6356. | foobar | 2000-09-11 | 1 | -1/+1 |
| | |||||
* | Fix build after last commit. | Jon Parise | 2000-09-08 | 1 | -0/+2 |
| | |||||
* | Restore the headers_only test to the centralized SAPI startup. If ↵ | Zeev Suraski | 2000-09-08 | 10 | -47/+5 |
| | | | | | | | necessary, it can be overriden in the activate() callback. | ||||
* | - Add another ..\ to the TSRM search path | Andi Gutmans | 2000-09-08 | 1 | -3/+3 |
| | |||||
* | - Add TSRM to the apache workspace include path | Andi Gutmans | 2000-09-08 | 1 | -3/+3 |
| | |||||
* | Add TSRM include dirs | Sascha Schumann | 2000-09-06 | 1 | -1/+1 |
| | |||||
* | Fix ISAPI compilation | Zeev Suraski | 2000-09-04 | 1 | -3/+3 |
| | |||||
* | - Defining TSRM_WIN32 in each and every dsp sucked. Revert this change | Andi Gutmans | 2000-09-02 | 4 | -12/+12 |
| | |||||
* | - More Windows build fixes | Andi Gutmans | 2000-09-02 | 4 | -12/+12 |
| | |||||
* | Set SG(request_info).path_translated to the path of the main script. | Sascha Schumann | 2000-08-29 | 1 | -17/+15 |
| | |||||
* | Add reflect.java to the list of java classes to be compiled | Sam Ruby | 2000-08-29 | 1 | -0/+4 |
| | |||||
* | - Change spaces to tab | Andi Gutmans | 2000-08-28 | 1 | -1/+1 |
| | |||||
* | Missed a couple of center attributes | Rasmus Lerdorf | 2000-08-28 | 2 | -2/+2 |
| | |||||
* | Compute absolute path to script | Sascha Schumann | 2000-08-27 | 1 | -1/+7 |
| | |||||
* | @PHP 3 regression testing framework re-born (Stig) | Stig Bakken | 2000-08-27 | 1 | -5/+13 |
| | | | | | | | | Took the old PHP 3 regression testing framework and rewrote it in PHP. Should work on both Windows and UNIX, however I have not tested it on Windows. See tests/README for how to write tests. Added the PHP 3 tests and converted most of them. | ||||
* | Remove obsolete note about Makefile.am | Sascha Schumann | 2000-08-27 | 1 | -3/+0 |
| | |||||
* | Use request_uri as PHP_SELF. decodedurl also includes the query string. | Sascha Schumann | 2000-08-25 | 1 | -1/+1 |
| | |||||
* | Use SAPI' register_server_variables hook. | Sascha Schumann | 2000-08-25 | 1 | -78/+63 |
| | | | | | Defines PHP_SELF now. | ||||
* | php_register_variables(.. ELS_CC ..) | Sascha Schumann | 2000-08-25 | 1 | -8/+8 |
| | |||||
* | Make proper use of SAPI's register_environment functionality. | Sascha Schumann | 2000-08-25 | 1 | -66/+50 |
| | |||||
* | changed the output directorys from the windowsbuilds | Daniel Beulshausen | 2000-08-23 | 5 | -20/+20 |
| | |||||
* | little fixes | Daniel Beulshausen | 2000-08-22 | 1 | -11/+11 |
| | |||||
* | Disable php_value and add note about reliability | Sascha Schumann | 2000-08-22 | 2 | -2/+19 |
| | |||||
* | AOLserver CVS uses PREFIX. | Sascha Schumann | 2000-08-22 | 1 | -2/+2 |
| | |||||
* | Set file_handle.opened_path to NULL | Sascha Schumann | 2000-08-22 | 2 | -0/+2 |
| | |||||
* | updated project to work with readdir.h rev.1.5 from apache cvs | Daniel Beulshausen | 2000-08-21 | 1 | -4/+4 |
| | |||||
* | added the vs6 projectfile for the aolserver | Daniel Beulshausen | 2000-08-21 | 1 | -0/+135 |
| | |||||
* | thttpd/PHP verified to run IMP 2.2.0 without any hitches. | Sascha Schumann | 2000-08-21 | 1 | -2/+3 |
| | |||||
* | Keep servlet working... | Sam Ruby | 2000-08-21 | 1 | -0/+1 |
| | |||||
* | Move thttpd_php_init() call to httpd_initialize(). | Sascha Schumann | 2000-08-21 | 1 | -15/+15 |
| | | | | | | | Otherwise, some init stuff was done twice (like resetting the known_post_content_types hash table which caused post requests to fail). | ||||
* | Fix build | Zeev Suraski | 2000-08-20 | 1 | -2/+2 |
| | |||||
* | The status quo in PHP is that the current directory is initialized | Sascha Schumann | 2000-08-20 | 4 | -38/+2 |
| | | | | | | | | | 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. | ||||
* | Use size_t as parameter type in the getenv member of struct sapi_module | Sascha Schumann | 2000-08-20 | 1 | -1/+1 |
| | |||||
* | Execute PHP scripts everywhere (not only in the top-level directory) | Sascha Schumann | 2000-08-20 | 1 | -1/+1 |
| | |||||
* | REQUEST_URI is a handy server variable, lets pass it onto ISAPI/PHP | Ben Mansell | 2000-08-18 | 1 | -0/+1 |
| | |||||
* | Reorder call to ELS_FETCH to be after declarations | Sam Ruby | 2000-08-17 | 1 | -1/+1 |
| | |||||
* | (send_headers) Removed code freeing http_status_line, this is performed | Ben Mansell | 2000-08-17 | 1 | -3/+0 |
| | | | | | | | | in sapi_send_headers() # Looks like a similar problem in sapi/pi3web/pi3web_sapi.c as well. # I can't test this though, so I'm being paranoid and not changing that code. # Could someone please check this? | ||||
* | Better error reporting when dll/shared library is not able to be loaded. | Sam Ruby | 2000-08-17 | 1 | -0/+4 |
| | | | | | Submitted by: Bård Farstad <bf@ez.no> | ||||
* | Fix opened_path init | Stanislav Malyshev | 2000-08-13 | 1 | -0/+1 |
| | | | | | # forgot to commit | ||||
* | Fix zend_fiel_handle handling. Should fix URL include | Stanislav Malyshev | 2000-08-13 | 5 | -0/+5 |
| | | | | | and various opened_path inconsistencies. | ||||
* | Correct bug in headers only logic. | Sam Ruby | 2000-08-10 | 1 | -1/+1 |
| | |||||
* | Fix a couple of bugs in the ISAPI module: | Zeev Suraski | 2000-08-09 | 1 | -9/+8 |
| | | | | | | - I think NTLM should work now - Fix the DOCUMENT_ROOT code | ||||
* | Remove some crud from diff output (Only in..). | Sascha Schumann | 2000-08-07 | 1 | -3/+0 |
| | |||||
* | Fix building thttpd SAPI module. | Sascha Schumann | 2000-08-07 | 5 | -31/+60 |
| | | | | | | | | This works now with thttpd 2.19. Thanks to Andrzej Borsuk <andrzej.borsuk@alfaelektro.com.pl> for pointing me into the right direction. | ||||
* | Add DOCUMENT_ROOT | Zeev Suraski | 2000-08-07 | 1 | -0/+16 |
| |