summaryrefslogtreecommitdiff
path: root/php4dllts.dsp
Commit message (Collapse)AuthorAgeFilesLines
* - Make Win32 compile againAndi Gutmans1999-11-131-3/+5
|
* look for output.c in its new location in the windows buildSam Ruby1999-10-281-4/+4
|
* Allow CYGWIN directory to be specified as via environment variableSam Ruby1999-10-241-3/+6
|
* - Make COM compile againAndi Gutmans1999-10-201-1/+1
|
* - Get windows version to compile again. No biggy if array_map is not #if 0'dAndi Gutmans1999-10-161-0/+4
| | | | | out even if it doesn't work.
* - Converted math.c to use new convert_to_number_ex() macro.Andi Gutmans1999-10-151-0/+4
|
* - I forgot thisAndi Gutmans1999-10-011-4/+4
|
* - Make Win32 compile againAndi Gutmans1999-09-181-60/+8
|
* *** empty log message ***Zeev Suraski1999-09-171-0/+20
|
* - Added support for unknown POST content types (Zeev)Zeev Suraski1999-09-161-19/+73
| | | | | - Introduce the convert_to_*_ex() API in strlen()
* - Support strlcpy/strlcat in windows.Andi Gutmans1999-09-141-0/+8
|
* - Add mcal to TS project. It seems that mcal needs to be patched a bit inAndi Gutmans1999-09-091-0/+8
| | | | | order to work TSRM. Right now it has globals.
* - Make Win32 compile once again.Andi Gutmans1999-09-051-4/+4
|
* - Add sessions module to standard win32 build.Andi Gutmans1999-09-011-6/+2
|
* - Add lcg to windows project.Andi Gutmans1999-08-221-0/+8
|
* * Make Win32 build work againZeev Suraski1999-07-241-0/+24
| | | | | | * Make error_reporting value prior to the standard initialization be set so that errors show up
* * Fix a warningZeev Suraski1999-07-241-0/+4
| | | | | * Update ChangeLog
* One more necessary .dsp updateZeev Suraski1999-07-171-2/+2
|
* Update DSPsZeev Suraski1999-07-171-2/+2
|
* * 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.