fix with PHP master
[m6w6/ext-propro] / src / php_propro_api.h
index 2c03c0f8e9a73d1ac9f863e7616fbb62b712735b..a33cd34eb98f9639eec17272a8f000a2667488b7 100644 (file)
@@ -21,7 +21,7 @@
  * Container for the object/array holding the proxied property.
  */
 struct php_property_proxy {
-       /** The container holding the property */
+       /** The reference to the container holding the property */
        zval container;
        /** The name of the proxied property */
        zend_string *member;