diff options
author | Pierre Joye <pajoye@php.net> | 2011-07-22 11:25:30 (GMT) |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-07-22 11:25:30 (GMT) |
commit | cc1c7af0375db5b7ad2c7752569b925cc3372377 (patch) | |
tree | 0bf43f30b0e5a4286a01da613bf901b92f9f9b3c /win32 | |
parent | 5ef9ab3b03867e8644b5140d618842199ef69202 (diff) | |
download | php-cc1c7af0375db5b7ad2c7752569b925cc3372377.tar.gz |
- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ
Diffstat (limited to 'win32')
-rw-r--r-- | win32/build/config.w32.h.in | 1 | ||||
-rw-r--r-- | win32/syslog.reg | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/win32/build/config.w32.h.in b/win32/build/config.w32.h.in index 9d88566..13b36fa 100644 --- a/win32/build/config.w32.h.in +++ b/win32/build/config.w32.h.in @@ -33,7 +33,6 @@ /* PHP Runtime Configuration */ #define PHP_URL_FOPEN 1 -#define MAGIC_QUOTES 0 #define USE_CONFIG_FILE 1 #define DEFAULT_SHORT_OPEN_TAG "1" diff --git a/win32/syslog.reg b/win32/syslog.reg index 4d3e273..cb12d6e 100644 --- a/win32/syslog.reg +++ b/win32/syslog.reg @@ -2,4 +2,4 @@ REGEDIT4 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\PHP-5.3.99-dev]
"TypesSupported"=dword:00000007
-"EventMessageFile"="g:\\test\\srcinstall6\\php5ts_debug.dll"
+"EventMessageFile"="g:\\test\\srctrunkinstall\\php5ts.dll"
|