summaryrefslogtreecommitdiff
path: root/php4dll.dsp
Commit message (Collapse)AuthorAgeFilesLines
* - Update .dsp'sZeev Suraski2000-02-161-7/+13
| | | | | - Fix auth_user issue
* Update .dsp'sZeev Suraski2000-02-111-3/+3
|
* Update .dsp'sZeev Suraski2000-02-101-8/+0
|
* Add expat to the distributionZeev Suraski2000-02-021-10/+134
| | | | | Add expat support to Win32 builds
* Tried to centralize global variable registration as much as possible:Zeev Suraski2000-01-281-2/+2
| | | | | | | | | | | | - Added $HTTP_ENV_VARS[] and $HTTP_SERVER_VARS[] support, which similarly to $HTTP_GET_VARS[], contain environment and server variables. Setting register_globals to Off will now also prevent registration of the environment and server variables into the global scope (Zeev) - Renamed gpc_globals to register_globals (Zeev) - Introduced variables_order that deprecates gpc_order, and allows control over the server and environment variables, in addition to GET/POST/Cookies (Zeev)
* dsp updatesZeev Suraski2000-01-281-24/+20
|
* .dsp updatesZeev Suraski1999-12-311-2/+2
|
* Add new Release_inline builds to Win32. Standard release versions will not useZeev Suraski1999-12-311-4/+74
| | | | | inline under Win32.
* php3_realpath.c -> php_realpath.cZeev Suraski1999-12-241-1/+1
|
* - Make the project compile againAndi Gutmans1999-12-231-1/+1
|
* Win32 updatesZeev Suraski1999-12-191-3/+7
|
* libzend -> ZendZeev Suraski1999-12-191-4/+4
|
* - Win32 thread unsafe build updatesZeev Suraski1999-11-271-3/+13
|
* add mergesort into buildSam Ruby1999-11-091-0/+4
|
* location of output.c moved.Sam Ruby1999-11-091-1/+1
|
* Allow CYGWIN directory to be specified as via environment variableSam Ruby1999-10-241-3/+6
|
* - Make Win32 compile againAndi Gutmans1999-09-181-0/+16
|
* - Added support for unknown POST content types (Zeev)Zeev Suraski1999-09-161-0/+54
| | | | | - Introduce the convert_to_*_ex() API in strlen()
* - Thread-unsafe win32 compiles againAndi Gutmans1999-09-151-0/+8
| | | | | - Some strlcpy changes including one bug fix.
* - Update non-threadsafe project fileAndi Gutmans1999-09-071-4/+4
|
* - Make dir functions compile in Win32Andi Gutmans1999-09-051-0/+12
| | | | | - Fix too early memory manager initialization (For you Thies)
* Add output_buffering directiveZeev Suraski1999-08-241-0/+12
|
* - Changed phpinfo() to list modules that have no info functionZeev Suraski1999-08-071-1/+1
|
* * 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
* One more necessary .dsp updateZeev Suraski1999-07-171-2/+2
|
* Update DSPsZeev Suraski1999-07-171-1/+1
|
* Support PCRE under Win32Zeev Suraski1999-07-061-4/+48
|
* thread-safety fixZeev Suraski1999-05-311-0/+8
|
* - Small fixesAndi Gutmans1999-05-201-2/+2
|
* 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.