summaryrefslogtreecommitdiff
path: root/win32/php4ts.dsp
Commit message (Collapse)AuthorAgeFilesLines
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-187/+0
|
* Make sure the debug version is created in the right directoryFrank M. Kromann2002-12-201-1/+1
|
* MFB:Edin Kadribasic2002-12-191-6/+6
| | | | | | Making windows build system changes according to proposal: http://news.php.net/article.php?group=php.dev&article=92682
* fix windows build of cgi/fastcgiShane Caraveo2002-11-261-9/+5
|
* Fixing project files so that they loadJoseph Tate2002-04-111-191/+191
|
* Added versioning to dll and exe files created under windows.Joseph Tate2002-04-111-183/+191
| | | | | | | | #Note that these do not require modification when the version number changes. #Utilizes the new partitioned version number defines in php_version.h @ Added version info to the dll and exe files created under Windows. (jtate)
* Fixed build of php4ts Release_TSDbg under Win32Joseph Tate2002-03-281-1/+1
|
* fix on more build configShane Caraveo2002-03-111-34/+1
|
* fix include paths for fcgi headersShane Caraveo2002-03-111-4/+37
|
* fix output directoryShane Caraveo2002-03-101-1/+1
|
* Update makefile for compiling with fastcgi under windowsShane Caraveo2002-03-101-7/+23
|
* Rename Win32 SAPI/CGI binary to php-cgi.exe.Sebastian Bergmann2002-03-041-6/+6
|
* Add Release_TSDbg support. This mode compiles PHP with the release C runtime,Zeev Suraski2000-12-261-0/+29
| | | | | | but with optimizations disabled and with debug info. Some crashes can only be debugged using this mode.
* - Defining TSRM_WIN32 in each and every dsp sucked. Revert this changeAndi Gutmans2000-09-021-3/+3
|
* - More Windows build fixesAndi Gutmans2000-09-021-3/+3
|
* changed the intermediate output dir, to make it a bit cleanerDaniel Beulshausen2000-08-231-3/+3
|
* Set version number on DLLsZeev Suraski2000-06-301-3/+3
|
* @- Moved VC++ Win32 project and workspace files to the win32 directoryZeev Suraski2000-06-141-0/+138
@ (Zeev)