hi, The new parameter parser introduced a regression (testing with 5.3-cvs) on how "z!" is processed. Example code:
if (0) { $authns = 1; $addtl = 1; } $result = dns_get_record("php.net", DNS_ANY, $authns, $addtl); print_r($result); var_dump($authns); var_dump($addtl); With 5.2, $authns and $addtl are correctly set (zval ptr is not NULL) but 5.3 gives NULL. Sorry to do not try to fix it myself, I sadly lack the time to take care of that right now. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php