diff options
author | Andi Gutmans <andi@php.net> | 2001-12-12 20:45:38 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2001-12-12 20:45:38 +0000 |
commit | ce98c73f8270a5a8cbe72f5ba0213c6cab0ce51a (patch) | |
tree | b61e2ef5d65bf363ceee8365fb95ffc6150d8945 /Zend/Zend.dsp | |
parent | 6bd64164d526c9dc58fd056ad256c2efb5b330a2 (diff) | |
download | php-git-ce98c73f8270a5a8cbe72f5ba0213c6cab0ce51a.tar.gz |
- Infrastructure changes for allowing to access the global scope from
- within a class scope.
- Fix the Zend.dsp project a bit. It seems someone pretty much killed it
- when commiting their own personal configuration. Please be careful in
- future.
Diffstat (limited to 'Zend/Zend.dsp')
-rw-r--r-- | Zend/Zend.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Zend/Zend.dsp b/Zend/Zend.dsp index 2a08572e40..03a7bd73e2 100644 --- a/Zend/Zend.dsp +++ b/Zend/Zend.dsp @@ -183,6 +183,10 @@ SOURCE=.\zend_llist.c # End Source File
# Begin Source File
+SOURCE=.\zend_objects.c
+# End Source File
+# Begin Source File
+
SOURCE=.\zend_opcode.c
# End Source File
# Begin Source File
|