summaryrefslogtreecommitdiff
path: root/php4ts.dsp
Commit message (Collapse)AuthorAgeFilesLines
* @- Moved VC++ Win32 project and workspace files to the win32 directoryZeev Suraski2000-06-141-138/+0
| | | | | @ (Zeev)
* Fix Windows .dsp'sZeev Suraski2000-06-111-3/+3
|
* - Allow all functions that receive user-defined function callbacks to acceptZeev Suraski2000-06-031-3/+3
| | | | | | | | | an array that contains an object and a method name, in place of a function name, e.g. usort($array, array($obj, "ObjSort")) (I checked the code in array.c and basic_functions.c, other code which uses call_user_function() may still force the function_name argument to be of type IS_STRING, which prevents this feature from working - and is no longer necessary)
* - Fix Win32 build in Release_TS* modesZeev Suraski2000-02-241-1/+1
|
* - Link with the right php4ts library in Release_TS_inline mode.Andi Gutmans2000-02-191-1/+1
|
* *** empty log message ***Zeev Suraski2000-02-191-1/+1
|
* Update .dsp'sZeev Suraski2000-02-111-3/+3
|
* Update .dsp'sZeev Suraski2000-02-101-0/+8
|
* .dsp updatesZeev Suraski1999-12-311-2/+2
|
* Add new Release_inline builds to Win32. Standard release versions will not useZeev Suraski1999-12-311-0/+29
| | | | | inline under Win32.
* libzend -> ZendZeev Suraski1999-12-191-2/+2
|
* - Make CVS compile on Win32.Andi Gutmans1999-10-201-2/+2
| | | | | - Rename php3_COM.h -> php_COM.h
* - Get windows version to compile again. No biggy if array_map is not #if 0'dAndi Gutmans1999-10-161-2/+2
| | | | | out even if it doesn't work.
* - Update project.Andi Gutmans1999-09-271-1/+1
|
* Update DSPsZeev Suraski1999-07-171-2/+2
|
* - Small fixesAndi Gutmans1999-05-201-2/+2
|
* Match the CVS nameZeev Suraski1999-04-261-2/+2
|
* * Plenty of thread safety and Win32 work.Zeev Suraski1999-04-261-4/+4
| | | | | | | | | | | * 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.
* * Fix a couple of thread safety issuesAndi Gutmans1999-04-251-597/+5
| | | | | | | | | | * Add initial ISAPI support. Very very experimental. * In the thread safe version, generate php4 as a library so that we can link it with both php.exe and the ISAPI dll. We should probably consider doing that under all circumstances, under UNIX as well. The thread-unsafe version *should* be unharmed.
* Use relative pathsZeev Suraski1999-04-241-5/+5
|
* Small fixesZeev Suraski1999-04-241-4/+4
|
* A lot of cleanups... Removed old thread-safe code and other redundant code ↵Zeev Suraski1999-04-241-4/+0
| | | | and files
* *** empty log message ***Zeev Suraski1999-04-231-14/+18
|
* Thread safe project updateZeev Suraski1999-04-211-0/+8
|
* Update thread-safe projectsZeev Suraski1999-04-211-0/+685