Re: [PHP-DEV] HAVE_INT32_T check in ext/date/lib/timelib_structs.h(php 5.1)

2005-06-30 Thread Kamesh Jayachandran
Thanks Derick. Still have one small issue with it for NetWare. We decided to use autoconf based build for PHP-5.1 so we don't want to use config.nw.h(Soon will delete it from the source tree) This patch takes cares of it. http://www.ductape.net/~kameshj/ext_date_config.m4.patch With regards

Re: [PHP-DEV] HAVE_INT32_T check in ext/date/lib/timelib_structs.h(php 5.1)

2005-06-30 Thread Derick Rethans
On Thu, 30 Jun 2005, Kamesh Jayachandran wrote: Still have one small issue with it for NetWare. We decided to use autoconf based build for PHP-5.1 so we don't want to use config.nw.h(Soon will delete it from the source tree) This patch takes cares of it.

Re: [PHP-DEV] HAVE_INT32_T check in ext/date/lib/timelib_structs.h(php 5.1)

2005-06-30 Thread Kamesh Jayachandran
Thanks. That was so fast. With regards Kamesh Jayachandran On Thu, 30 Jun 2005 08:41:11 +0200 (CEST), Derick Rethans [EMAIL PROTECTED] said: On Thu, 30 Jun 2005, Kamesh Jayachandran wrote: Still have one small issue with it for NetWare. We decided to use autoconf based build for PHP-5.1 so

[PHP-DEV] HAVE_INT32_T check in ext/date/lib/timelib_structs.h(php 5.1)

2005-06-29 Thread Kamesh Jayachandran
Hi Derick, Who will define HAVE_INT32_T? I could see ./configure detects it and defines it in main/php_config.h. But How ext/date/lib/timelib_structs.h know about this? I could not see ext/date/lib/timelib_structs.h including main/php_config.h. #ifndef HAVE_INT32_T # if SIZEOF_INT == 4 typedef int

Re: [PHP-DEV] HAVE_INT32_T check in ext/date/lib/timelib_structs.h(php 5.1)

2005-06-29 Thread Derick Rethans
On Wed, 29 Jun 2005, Kamesh Jayachandran wrote: #include php_config.h this at the start of the file(ofcourse after the guard) solves the problem. Should be fixed in CVS, please test. regards, Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP