summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* added tsrm dir to include path, and release_ts_inline to lib pathDaniel Beulshausen2000-09-261-3/+3
|
* #include "SAPI.h" onceSascha Schumann2000-09-261-1/+0
|
* CleanupSascha Schumann2000-09-261-4/+2
|
* (Zeus-specific) Don't GetServerVariable() for vars which Zeus doesn't useBen Mansell2000-09-191-20/+22
|
* Fixed bug which could truncate PHP_SELFBen Mansell2000-09-191-0/+1
|
* Fixed bug #6356.foobar2000-09-111-1/+1
|
* Fix build after last commit.Jon Parise2000-09-081-0/+2
|
* Restore the headers_only test to the centralized SAPI startup. If ↵Zeev Suraski2000-09-0810-47/+5
| | | | | | | necessary, it can be overriden in the activate() callback.
* - Add another ..\ to the TSRM search pathAndi Gutmans2000-09-081-3/+3
|
* - Add TSRM to the apache workspace include pathAndi Gutmans2000-09-081-3/+3
|
* Add TSRM include dirsSascha Schumann2000-09-061-1/+1
|
* Fix ISAPI compilationZeev Suraski2000-09-041-3/+3
|
* - Defining TSRM_WIN32 in each and every dsp sucked. Revert this changeAndi Gutmans2000-09-024-12/+12
|
* - More Windows build fixesAndi Gutmans2000-09-024-12/+12
|
* Set SG(request_info).path_translated to the path of the main script.Sascha Schumann2000-08-291-17/+15
|
* Add reflect.java to the list of java classes to be compiledSam Ruby2000-08-291-0/+4
|
* - Change spaces to tabAndi Gutmans2000-08-281-1/+1
|
* Missed a couple of center attributesRasmus Lerdorf2000-08-282-2/+2
|
* Compute absolute path to scriptSascha Schumann2000-08-271-1/+7
|
* @PHP 3 regression testing framework re-born (Stig)Stig Bakken2000-08-271-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.amSascha Schumann2000-08-271-3/+0
|
* Use request_uri as PHP_SELF. decodedurl also includes the query string.Sascha Schumann2000-08-251-1/+1
|
* Use SAPI' register_server_variables hook.Sascha Schumann2000-08-251-78/+63
| | | | | Defines PHP_SELF now.
* php_register_variables(.. ELS_CC ..)Sascha Schumann2000-08-251-8/+8
|
* Make proper use of SAPI's register_environment functionality.Sascha Schumann2000-08-251-66/+50
|
* changed the output directorys from the windowsbuildsDaniel Beulshausen2000-08-235-20/+20
|
* little fixesDaniel Beulshausen2000-08-221-11/+11
|
* Disable php_value and add note about reliabilitySascha Schumann2000-08-222-2/+19
|
* AOLserver CVS uses PREFIX.Sascha Schumann2000-08-221-2/+2
|
* Set file_handle.opened_path to NULLSascha Schumann2000-08-222-0/+2
|
* updated project to work with readdir.h rev.1.5 from apache cvsDaniel Beulshausen2000-08-211-4/+4
|
* added the vs6 projectfile for the aolserverDaniel Beulshausen2000-08-211-0/+135
|
* thttpd/PHP verified to run IMP 2.2.0 without any hitches.Sascha Schumann2000-08-211-2/+3
|
* Keep servlet working...Sam Ruby2000-08-211-0/+1
|
* Move thttpd_php_init() call to httpd_initialize().Sascha Schumann2000-08-211-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 buildZeev Suraski2000-08-201-2/+2
|
* The status quo in PHP is that the current directory is initializedSascha Schumann2000-08-204-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_moduleSascha Schumann2000-08-201-1/+1
|
* Execute PHP scripts everywhere (not only in the top-level directory)Sascha Schumann2000-08-201-1/+1
|
* REQUEST_URI is a handy server variable, lets pass it onto ISAPI/PHPBen Mansell2000-08-181-0/+1
|
* Reorder call to ELS_FETCH to be after declarationsSam Ruby2000-08-171-1/+1
|
* (send_headers) Removed code freeing http_status_line, this is performedBen Mansell2000-08-171-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 Ruby2000-08-171-0/+4
| | | | | Submitted by: Bård Farstad <bf@ez.no>
* Fix opened_path initStanislav Malyshev2000-08-131-0/+1
| | | | | # forgot to commit
* Fix zend_fiel_handle handling. Should fix URL includeStanislav Malyshev2000-08-135-0/+5
| | | | | and various opened_path inconsistencies.
* Correct bug in headers only logic.Sam Ruby2000-08-101-1/+1
|
* Fix a couple of bugs in the ISAPI module:Zeev Suraski2000-08-091-9/+8
| | | | | | - I think NTLM should work now - Fix the DOCUMENT_ROOT code
* Remove some crud from diff output (Only in..).Sascha Schumann2000-08-071-3/+0
|
* Fix building thttpd SAPI module.Sascha Schumann2000-08-075-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_ROOTZeev Suraski2000-08-071-0/+16
|