diff options
author | Zeev Suraski <zeev@php.net> | 1999-12-26 23:20:18 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-12-26 23:20:18 +0000 |
commit | 3c50b7ee456edfea6d6227c7333578a680c2ac85 (patch) | |
tree | 650edf921d22760ee7815c8526409f402637c0f4 /Zend/ZendTS.dsp | |
parent | b90bc0b15c87c1651689f191c7e9101508aacfe7 (diff) | |
download | php-git-3c50b7ee456edfea6d6227c7333578a680c2ac85.tar.gz |
- Enable the new zval cache on debug too. No real reason not to, and it keeps
the code cleaner.
- ZTS compile fixes
Diffstat (limited to 'Zend/ZendTS.dsp')
-rw-r--r-- | Zend/ZendTS.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Zend/ZendTS.dsp b/Zend/ZendTS.dsp index b773d76ce8..6fcb29d9b6 100644 --- a/Zend/ZendTS.dsp +++ b/Zend/ZendTS.dsp @@ -272,6 +272,10 @@ SOURCE=.\zend_stack.h SOURCE=.\zend_variables.h
# End Source File
+# Begin Source File
+
+SOURCE=.\zend_zval_alloc.h
+# End Source File
# End Group
# Begin Group "Parsers"
|