From: Dmitry Stogov Date: Fri, 19 Aug 2005 10:55:05 +0000 (+0000) Subject: Quick fix (API was changed) X-Git-Tag: PRE_NEW_OCI8_EXTENSION~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80079885bb0b0594d9c9dd905e10cddd68feb397;p=php Quick fix (API was changed) --- diff --git a/ext/standard/http.c b/ext/standard/http.c index 2123bc22f4..6032a13cf6 100644 --- a/ext/standard/http.c +++ b/ext/standard/http.c @@ -65,7 +65,7 @@ PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr, char *tmp; zend_object *zobj = zend_objects_get_address(type TSRMLS_CC); - if (zend_check_property_access(zobj, key TSRMLS_CC) != SUCCESS) { + if (zend_check_property_access(zobj, IS_STRING, key TSRMLS_CC) != SUCCESS) { /* private or protected property access outside of the class */ continue; }