summaryrefslogtreecommitdiff
path: root/php4dllts.dsp
Commit message (Collapse)AuthorAgeFilesLines
* * PHP 3.0 -> 4.0 changesAndi Gutmans1999-07-151-0/+4
| | | | | * Add php_admin Apache directives
* *** empty log message ***Andi Gutmans1999-07-141-0/+12
|
* Support PCRE under Win32Zeev Suraski1999-07-061-0/+48
|
* First attempt at moving the old RFC1867 support to the right placeZeev Suraski1999-06-121-8/+0
|
* - Fix PSLS issuesZeev Suraski1999-06-061-0/+4
| | | | | | - Add a standard info function for the session module (use them!) - Replace PATH_MAX with MAXPATHLEN (that's our platform indepedent constant)
* - Add some *_FETCH()'s. Still some work to be done so that it'll compile on ↵Andi Gutmans1999-06-061-0/+8
| | | | win32.
* Add container for file-upload. It's not quite implemented yet.Zeev Suraski1999-05-251-1/+9
|
* - Small fixesAndi Gutmans1999-05-201-2/+2
|
* * Finally commit that -q patchZeev Suraski1999-05-111-0/+4
| | | | | | * Refine SAPI built in header support * Use DllMain() in ISAPI to clean after threads and initialize tsrm/sapi as soon as possible.
* Get Win32 to compile againZeev Suraski1999-05-041-1/+1
|
* * Get rid of the memory leak messages in case of fatal errors or exit()Zeev Suraski1999-04-271-2/+2
| | | | | | * .dsp fixes * Minor fixes
* Somehow the rules for the configuration parser/scanners disappearedZeev Suraski1999-04-261-0/+56
|
* Match the CVS nameZeev Suraski1999-04-261-2/+2
|
* * Plenty of thread safety and Win32 work.Zeev Suraski1999-04-261-0/+667
* Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL. * Switched to using the DLL runtime library under Win32. PHP will NOT work if compiled against the static library! * Removed yesterday's php4libts project (with php4dllts, it's obsolete). This *does* affect thread-unsafe Windows as well - the thread unsafe CGI is also dependant on the thread-unsafe DLL.