Rasmus Lerdorf wrote:
Antony Dovgal wrote:

+#if (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION == 1 && PHP_RELEASE_VERSION > 2) || (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION > 1) || (PHP_MAJOR_VERSION > 5)
     zend_object_std_dtor(&intern->std TSRMLS_CC);

What about PHP 6?

Ah, never mind on the php 6 part. That last check was hiding on me. But I still would hate to see this huge check a dozen times throughout an extension from now until the end of time.

-Rasmus

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to