summaryrefslogtreecommitdiff
path: root/main/win95nt.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix CGI to match cgi spec.Shane Caraveo2002-12-011-0/+3
| | | | | | | | | | | | This patch properly fixes support for CGI in PHP. For backwards compatible broken behaviour, cgi.fix_pathinfo can be set to zero in php.ini. CGI failed to work under apache at all, either using the cgi-script directive or as a ScriptAlias setup. Typicaly it would try to parse itself. This will still happen if you dissable fix_pathinfo, and set DISCARD_PATH. This also fixes PATH_INFO, and finally we can run pres2 under cgi or fastcgi. This patch has been tested under Apache 1.3, 2.0, IIS, as both cgi and fastcgi, on Windows and OSX. A followup patch with build stuff for linux will follow.
* silencing some windows build warningsDan Kalowsky2002-08-151-1/+1
|
* already defined in zend_config.win32.hHarald Radi2002-04-251-2/+0
|
* - TSRMLS_FETCH workZeev Suraski2001-08-051-1/+1
| | | | | - whitespace fixes
* MS VisualStudio .NET 7.0 has M_PI_4 in math.hSebastian Bergmann2001-05-171-0/+2
|
* get rid of MS's _popen/_pcloseDaniel Beulshausen2001-04-271-2/+0
|
* mode_t fixesZeev Suraski2000-10-311-1/+0
|
* The macro CONVERT_TO_WIN_FS is not used anywhere.Sascha Schumann2000-08-211-9/+0
|
* - Don't define DEBUG anymore. Everyone should use PHP_DEBUG.Andi Gutmans2000-03-111-1/+1
| | | | | | | | There are 2-3 third-party libs in PHP which use DEBUG and I left them this way (primary example is pcrelib). - Please test things and Andrei, can you check that pcrelib stopped printing the warning messages?
* Eliminate "wrong number of parameters" warningSam Ruby2000-03-051-1/+1
|
* - Make some fixes although there is a problem with getpid() being definedAndi Gutmans2000-03-051-3/+3
| | | | | | in process.h as getpid(void) and thus having an arugment. We might need to define a php_getpid() function to wrap getpid().
* Avoid the side-effect of defining function names, so that the PHP functionsSascha Schumann2000-03-051-5/+5
| | | | | | | are not renamed to their prefixed variants. PR: #3535
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-3/+1
| | | | | | | | | | | | | | | Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library
* Declare timezone only, if the system fails to do so.Sascha Schumann2000-01-011-0/+1
|
* PHP 4.0Zeev Suraski1999-04-071-0/+74