239 Commits (ddbcbb666daa767d1b91caf725a4a400b13d337c)

Author SHA1 Message Date
Andi Gutmans 9aba6a94d3 - Another PHP_WIN32 patch 27 years ago
Andi Gutmans f9e9cab7ac - Change to PHP_WIN32 27 years ago
Thies C. Arntzen 0540bbe5af improve fix 27 years ago
Frank M. Kromann 429cf808e6 SIGPIPE is unknown on WIN32 platforms 27 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! 27 years ago
Zeev Suraski a81e6bc04e author fixes 27 years ago
Zeev Suraski 708811184d Improve performance of the PHP_SELF registration under ISAPI 27 years ago
Frank M. Kromann 2e2642cfb3 Adding $PHP_SELF variable for compatibility with other platforms 27 years ago
Sascha Schumann d748c0827d SECTION is not defined in info.h anymore 27 years ago
Sascha Schumann 5d72b491c3 Support install directories other than srcdir/root 27 years ago
Sascha Schumann b128f39837 Add documentation on how to install PHP in AOLserver 27 years ago
Andi Gutmans c9911a151e - Change PHP_ to V_ (directory & file functions) 27 years ago
Sam Ruby a4016620bf Oops - remove debug statement 27 years ago
Sam Ruby 5424369f3a match changes to Tomcat example 27 years ago
Rasmus Lerdorf efabab1a34 Fix for bug #4125 27 years ago
David Hedbor 5f883ac86d - Fixed a couple of POST problems. 27 years ago
Ben Mansell 67f867311b @- Zeus Webserver support (version 3.3.6+) for ISAPI 27 years ago
Sam Ruby 93f9fc77ad Eliminate warning if virtual cwd is specified 27 years ago
Zeev Suraski 85e9d69f23 @- Fixed several problems with the PATH_TRANSLATED and PHP_SELF under Apache 27 years ago
Colin Viebrock adc5bbc925 last one ... promise 27 years ago
Colin Viebrock d02a351061 typo 27 years ago
Colin Viebrock 02c3eb2bd5 typo 27 years ago
Colin Viebrock 9130f05d08 prettying 27 years ago
Colin Viebrock 86cff779c3 *** empty log message *** 27 years ago
Colin Viebrock 5628b3f0ab more prettiness 27 years ago
Zeev Suraski 7c70003d22 The ISAPI module was incompatible with the CGI fix, which ruined POST's 27 years ago
Sam Ruby 8372b2baf1 fix typo: wrong variable name 27 years ago
Sam Ruby c56888da7c look for Tomcat binaries too 27 years ago
Sam Ruby 5c40dfa374 Define PHP_SELF in sapi/servlet. 27 years ago
Sam Ruby 617e1b054c test -e doesn't exist on Solaris - substituting test -d 27 years ago
Andi Gutmans d8e64d623e - This version of chdir_file should be compatible with the Apache one. 27 years ago
Sam Ruby 34933225f6 Accomodate back level (JSDK 2.0) implementations 27 years ago
Sam Ruby 8a64f51101 Use C style comments, per the CODING_STANDARDS 27 years ago
Sam Ruby 57b4e1a3ee fix indentation (this project has tabstop=4!) 27 years ago
Sam Ruby 8a94c8d598 eliminate chdir if it is already virtual 27 years ago
Andi Gutmans 9c3d6304dd - Hopefully got most of them. We also need a chdir_file function like 27 years ago
Sam Ruby e4b86c2cd5 support non-debug builds 27 years ago
Sascha Schumann b4db46606e Some white-space changes 27 years ago
Shane Caraveo 073b7acc90 I suppose errors should be printed prior to endthread 27 years ago
Shane Caraveo 42c874ba5f do this only on win32 27 years ago
Shane Caraveo 0bf6633452 just a little more detail in exception report 27 years ago
Sascha Schumann 608b96a8aa Make it compile 27 years ago
Sascha Schumann bb09ee9505 Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken. 27 years ago
Sascha Schumann caeaaf4d98 Fix build on systems which lack snprintf or vsnprintf. 27 years ago
Sam Ruby d63341ea5f Unix classpath fixes 27 years ago
Sam Ruby e24e95bdec Both PHP and Java can't read Post data - let java do it and reconstruct for 27 years ago
Sam Ruby ba50898123 remove duplicate line 27 years ago
David Hedbor 71a4bdc882 Changed typo (interpretor->interpreter) 27 years ago
Sam Ruby fa56e42b08 Sapi/servlet build on Unix broken 27 years ago
David Hedbor 42ca607e71 Use php_module_shutdown_wrapper as the shutdown function 27 years ago