Merge branch 'v1.0.x'
[m6w6/ext-pq] / src / php_pqcancel.c
index 4d5d33934027f0d58d450db1e040722eef5c097d..400e00714b84d7c985047d21efa1db185e35bf72 100644 (file)
@@ -49,7 +49,7 @@ php_pqcancel_object_t *php_pqcancel_create_object_ex(zend_class_entry *ce, php_p
                        &php_pqcancel_object_handlers, &php_pqcancel_object_prophandlers);
 }
 
-static zend_object *php_pqcancel_create_object(zend_class_entry *class_type TSRMLS_DC)
+static zend_object *php_pqcancel_create_object(zend_class_entry *class_type)
 {
        return &php_pqcancel_create_object_ex(class_type, NULL)->zo;
 }