On 6/10/06, Michael B Allen <[EMAIL PROTECTED]> wrote:
Can anyone spot the bug in following code from the tutorial [1]?PHP_FUNCTION(hello_dump) { zval *uservar; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z", uservar) == FAILURE) {
zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z", &uservar (it takes a ptr ptr) --Pierre -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php