On Mon, 4 Jul 2005, Ard Biesheuvel wrote:

> Trying to fix an issue with the interbase extension.
> 
> Does anyone know if the build system on UNIX ever contained a test for the
> availability of strptime() ? The Interbase module uses the HAVE_STRPTIME
> macro, but it never gets #defined. Would anyone object if I add such a test?

I would suggest not to use this function, as it's highly system 
dependent. It might be much wiser to use the new date/time parsing 
routines instead.

Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to