diff options
author | Sascha Schumann <sas@php.net> | 2001-11-10 21:18:34 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-11-10 21:18:34 +0000 |
commit | f341f630d3fe6fe669f6a4cbf176f7a5e6f3f4db (patch) | |
tree | 3f7fbe4a27171ecd4da8da070d083be12aac5fc5 /win32 | |
parent | 88c6758d4e326a9714e0bfccd3309c3e5a282ef9 (diff) | |
download | php-git-f341f630d3fe6fe669f6a4cbf176f7a5e6f3f4db.tar.gz |
Rewrite of unserializer which should be more maintainable and extensible.
Changes pass `make test´ and a couple of custom tests.
Enjoy.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/php4dll.dsp | 4 | ||||
-rw-r--r-- | win32/php4dllts.dsp | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/win32/php4dll.dsp b/win32/php4dll.dsp index ace1ec305e..b8f8a89b59 100644 --- a/win32/php4dll.dsp +++ b/win32/php4dll.dsp @@ -544,6 +544,10 @@ SOURCE=..\ext\standard\var.c # End Source File
# Begin Source File
+SOURCE=..\ext\standard\var_unserializer.c
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\standard\versioning.c
# End Source File
# End Group
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index b518a211a0..bee9271cd0 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -579,6 +579,10 @@ SOURCE=..\ext\standard\var.c # End Source File
# Begin Source File
+SOURCE=..\ext\standard\var_unserializer.c
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\standard\versioning.c
# End Source File
# End Group
|