summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/Modules/php.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Modules/php.cxx b/Source/Modules/php.cxx
index c2b19367d..8e16c6969 100644
--- a/Source/Modules/php.cxx
+++ b/Source/Modules/php.cxx
@@ -948,7 +948,7 @@ public:
}
/* Just need to append function names to function table to register with PHP. */
- void create_command(String *cname, String *fname, Node *n, bool dispatch, String *modes = NULL) {
+ void create_command(String *cname, String *fname, Node *n, bool dispatch, String *modes) {
// This is for the single main zend_function_entry record
ParmList *l = Getattr(n, "parms");
if (cname && !Equal(Getattr(n, "storage"), "friend")) {