Re: [PHP-DEV] check for strptime()

2005-07-04 Thread Derick Rethans
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 any

[PHP-DEV] check for strptime()

2005-07-04 Thread Ard Biesheuvel
Hi, 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? Regards,