On Mon, 1 Sep 2003, Sergey Kartashoff wrote:

>>>+      
>>>REGISTER_LONG_CONSTANT("UDM_PARAM_RESULTS_LIMIT",UDM_PARAM_RESULTS_LIMIT,CONST_CS | 
>>>CONST_PERSISTENT);
>>>     Shouldn't that be wrapped inside the #if UDM_VERSION_ID >= 30215 .. #endif 
>>> too??
>I think this is not nesessary, since constant declarations are local
>to extension and there is no harm if it is declared for earlier versions.

    But is that constant _defined_ in earlier versions???
    (speaking of UDM_PARAM_RESULTS_LIMIT, in the C side)

    --Jani
    

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

Reply via email to