255 Commits (fc5daee43465ef8fccfbfeedf0a2f317e7adaf21)

Author SHA1 Message Date
Sam Ruby c32bba9644 build error on Unix 26 years ago
Shane Caraveo fdb62f9ce7 nsapi now compiles under win32, untested 26 years ago
Shane Caraveo 5797876236 oh boy! apache-win32 works! 26 years ago
Andi Gutmans 0d194ec80b - Fix problem with sapi_globals being used before it is initialized. 26 years ago
Andi Gutmans 198537b70f - Make Windows compile again. 26 years ago
Zeev Suraski 0b33ac7627 - Add -z and -g switches to the CGI 26 years ago
Sascha Schumann d0f3764ee2 Change reentrancy API to always use the php prefix. 26 years ago
Shane Caraveo cad04f5579 more apachewin32 work. much better now, but still crashing in zend_execute. At least it's getting the file open now though. 26 years ago
Sascha Schumann 7613e064f8 Remove trailing empty lines 26 years ago
Sascha Schumann 0d36199cf9 Large test commit IV 26 years ago
Sascha Schumann de2cea47c0 Large commit test III 26 years ago
Rasmus Lerdorf a3c17cf766 Add initial NSAPI module from Jayakumar Muthukumarasamy 26 years ago
Shane Caraveo 0fc8ff61b2 zeroing the variables fixes one crash...now crashes on memory allocation during zend_compile_files 26 years ago
Shane Caraveo c7e2d8ef35 sorry, do comments right 26 years ago
Shane Caraveo 8d3ce80f48 apache module now compiles under win32, apache loads, but crashes on line 1167 main.c on page request 26 years ago
Sascha Schumann 953fe189da Overall UNIX build system improvements: 26 years ago
Andi Gutmans 9aba6a94d3 - Another PHP_WIN32 patch 26 years ago
Andi Gutmans f9e9cab7ac - Change to PHP_WIN32 26 years ago
Thies C. Arntzen 0540bbe5af improve fix 26 years ago
Frank M. Kromann 429cf808e6 SIGPIPE is unknown on WIN32 platforms 26 years ago
Thies C. Arntzen 19a9577901 ignore SIGPIPE in standalone-mode so that one can actually use fsockopen() *and* have the remote side close the socket whithout PHP dying! 26 years ago
Zeev Suraski a81e6bc04e author fixes 26 years ago
Zeev Suraski 708811184d Improve performance of the PHP_SELF registration under ISAPI 26 years ago
Frank M. Kromann 2e2642cfb3 Adding $PHP_SELF variable for compatibility with other platforms 26 years ago
Sascha Schumann d748c0827d SECTION is not defined in info.h anymore 26 years ago
Sascha Schumann 5d72b491c3 Support install directories other than srcdir/root 26 years ago
Sascha Schumann b128f39837 Add documentation on how to install PHP in AOLserver 26 years ago
Andi Gutmans c9911a151e - Change PHP_ to V_ (directory & file functions) 26 years ago
Sam Ruby a4016620bf Oops - remove debug statement 26 years ago
Sam Ruby 5424369f3a match changes to Tomcat example 26 years ago
Rasmus Lerdorf efabab1a34 Fix for bug #4125 26 years ago
David Hedbor 5f883ac86d - Fixed a couple of POST problems. 26 years ago
Ben Mansell 67f867311b @- Zeus Webserver support (version 3.3.6+) for ISAPI 26 years ago
Sam Ruby 93f9fc77ad Eliminate warning if virtual cwd is specified 26 years ago
Zeev Suraski 85e9d69f23 @- Fixed several problems with the PATH_TRANSLATED and PHP_SELF under Apache 26 years ago
Colin Viebrock adc5bbc925 last one ... promise 26 years ago
Colin Viebrock d02a351061 typo 26 years ago
Colin Viebrock 02c3eb2bd5 typo 26 years ago
Colin Viebrock 9130f05d08 prettying 26 years ago
Colin Viebrock 86cff779c3 *** empty log message *** 26 years ago
Colin Viebrock 5628b3f0ab more prettiness 26 years ago
Zeev Suraski 7c70003d22 The ISAPI module was incompatible with the CGI fix, which ruined POST's 26 years ago
Sam Ruby 8372b2baf1 fix typo: wrong variable name 26 years ago
Sam Ruby c56888da7c look for Tomcat binaries too 26 years ago
Sam Ruby 5c40dfa374 Define PHP_SELF in sapi/servlet. 26 years ago
Sam Ruby 617e1b054c test -e doesn't exist on Solaris - substituting test -d 26 years ago
Andi Gutmans d8e64d623e - This version of chdir_file should be compatible with the Apache one. 26 years ago
Sam Ruby 34933225f6 Accomodate back level (JSDK 2.0) implementations 26 years ago
Sam Ruby 8a64f51101 Use C style comments, per the CODING_STANDARDS 26 years ago
Sam Ruby 57b4e1a3ee fix indentation (this project has tabstop=4!) 26 years ago