Skip to content

Commit 8c1d555

Browse files
Lev ZeninLev Zenin
authored andcommitted
Update
Unified ZVAL functions and some routines Removed PHP4 from support list as it's gone a long time ago already Fixed some AVs and uncorrect functions Added pointer checking Removed legacy code
1 parent 83db7ac commit 8c1d555

16 files changed

+1399
-2277
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
__history/
22

33
__recovery/
4-
*.dcu
4+
*.dcu
5+
*.local
6+
*.exe
7+
*.identcache
8+
*.stat
9+
*.res

Source/Clear.bat

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
del *.dcu
1+
del /f php4delphi.dcu
2+
del /f phpFunctions.dcu
3+
del /f DelphiFunctions.dcu
4+
del /f PHPCommon.dcu
5+
del /f PHPAPI.dcu
6+
del /f ZENDAPI.dcu
7+
del /f PHPTypes.dcu
8+
del /f ZendTypes.dcu

0 commit comments

Comments
 (0)