summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Adding $PHP_SELF variable for compatibility with other platformsFrank M. Kromann2000-04-151-0/+2
* SECTION is not defined in info.h anymoreSascha Schumann2000-04-151-0/+1
* Support install directories other than srcdir/rootSascha Schumann2000-04-151-15/+26
* Add documentation on how to install PHP in AOLserverSascha Schumann2000-04-151-0/+58
* - Change PHP_ to V_ (directory & file functions)Andi Gutmans2000-04-153-3/+3
* Oops - remove debug statementSam Ruby2000-04-131-2/+0
* match changes to Tomcat exampleSam Ruby2000-04-132-0/+13
* Fix for bug #4125Rasmus Lerdorf2000-04-131-1/+1
* - Fixed a couple of POST problems.David Hedbor2000-04-121-38/+52
* @- Zeus Webserver support (version 3.3.6+) for ISAPIBen Mansell2000-04-121-7/+12
* Eliminate warning if virtual cwd is specifiedSam Ruby2000-04-111-0/+2
* @- Fixed several problems with the PATH_TRANSLATED and PHP_SELF under ApacheZeev Suraski2000-04-081-3/+3
* last one ... promiseColin Viebrock2000-04-071-0/+1
* typoColin Viebrock2000-04-071-2/+2
* typoColin Viebrock2000-04-071-2/+1
* prettyingColin Viebrock2000-04-072-7/+5
* *** empty log message ***Colin Viebrock2000-04-072-14/+11
* more prettinessColin Viebrock2000-04-071-17/+20
* The ISAPI module was incompatible with the CGI fix, which ruined POST'sZeev Suraski2000-04-051-2/+1
* fix typo: wrong variable nameSam Ruby2000-04-051-1/+1
* look for Tomcat binaries tooSam Ruby2000-04-051-7/+13
* Define PHP_SELF in sapi/servlet.Sam Ruby2000-04-051-0/+1
* test -e doesn't exist on Solaris - substituting test -dSam Ruby2000-04-031-2/+2
* - This version of chdir_file should be compatible with the Apache one.Andi Gutmans2000-04-021-1/+1
* Accomodate back level (JSDK 2.0) implementationsSam Ruby2000-04-011-5/+35
* Use C style comments, per the CODING_STANDARDSSam Ruby2000-03-311-3/+5
* fix indentation (this project has tabstop=4!)Sam Ruby2000-03-301-3/+3
* eliminate chdir if it is already virtualSam Ruby2000-03-301-0/+7
* - Hopefully got most of them. We also need a chdir_file function likeAndi Gutmans2000-03-302-3/+3
* support non-debug buildsSam Ruby2000-03-261-6/+6
* Some white-space changesSascha Schumann2000-03-261-6/+4
* I suppose errors should be printed prior to endthreadShane Caraveo2000-03-191-1/+3
* do this only on win32Shane Caraveo2000-03-191-1/+8
* just a little more detail in exception reportShane Caraveo2000-03-191-5/+15
* Make it compileSascha Schumann2000-03-181-1/+1
* Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken.Sascha Schumann2000-03-121-1/+1
* Fix build on systems which lack snprintf or vsnprintf.Sascha Schumann2000-03-122-2/+0
* Unix classpath fixesSam Ruby2000-03-111-2/+2
* Both PHP and Java can't read Post data - let java do it and reconstruct forSam Ruby2000-03-094-39/+46
* remove duplicate lineSam Ruby2000-03-091-1/+0
* Changed typo (interpretor->interpreter)David Hedbor2000-03-071-6/+6
* Sapi/servlet build on Unix brokenSam Ruby2000-03-072-3/+5
* Use php_module_shutdown_wrapper as the shutdown functionDavid Hedbor2000-03-061-3/+1
* UseDavid Hedbor2000-03-061-1/+1
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
* CleanupSam Ruby2000-03-066-79/+0
* Add support for PHP syntax highlightingSam Ruby2000-03-057-14/+153
* Now recommend --enable-roxen-zts...David Hedbor2000-03-021-5/+6
* @"none" is now equivalent with "" in Apache config directives (Stig)Stig Bakken2000-03-021-0/+4
* Removal of printf-debug, changed sp/fp to Pike_sp / Pike_fp instead ofDavid Hedbor2000-03-011-55/+22