summaryrefslogtreecommitdiff
path: root/devel/php5-ice/files/patch-php-src-IcePHP-Properties.cpp
blob: 4245e7f71ed492a815e37dfab1f9f2f7c57a56de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- php/src/IcePHP/Properties.cpp.orig	2013-06-02 11:52:55.531198249 +0000
+++ php/src/IcePHP/Properties.cpp	2013-06-02 11:53:07.786227648 +0000
@@ -641,7 +641,7 @@
     //
     zend_class_entry ce;
 #ifdef ICEPHP_USE_NAMESPACES
-    INIT_NS_CLASS_ENTRY(ce, STRCAST("Ice"), STRCAST("Properties"), _interfaceMethods);
+    INIT_NS_CLASS_ENTRY(ce, "Ice", "Properties", _interfaceMethods);
 #else
     INIT_CLASS_ENTRY(ce, "Ice_Properties", _interfaceMethods);
 #endif