Skip to content

Commit e6003eb

Browse files
author
Anantha Kesari H Y
committed
Modified for Netware.
1 parent 999d989 commit e6003eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netware/phplib.mak

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
PROJECT_ROOT = .
44

55
# Module details
6-
MODULE_NAME = PHPLIB
6+
MODULE_NAME = phplib
77
MODULE_DESC = "PHP 4.3 - Script Interpreter and Library"
88
VMAJ = 3
99
VMIN = 0
@@ -117,10 +117,10 @@ C_SRC = ext/bcmath/bcmath.c \
117117
ext/standard/strnatcmp.c \
118118
ext/standard/type.c \
119119
ext/standard/uniqid.c \
120-
ext/standard/user_filters.c \
121120
ext/standard/url.c \
122121
ext/standard/url_scanner.c \
123122
ext/standard/url_scanner_ex.c \
123+
ext/standard/user_filters.c \
124124
ext/standard/var.c \
125125
ext/standard/var_unserializer.c \
126126
ext/standard/versioning.c \

0 commit comments

Comments
 (0)