Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c ftok.c php_ftok.h

2002-10-20 Thread Wez Furlong
Hey Derick, It might be a good idea to check for ftok in configure and protect it with HAVE_FTOK, just in case. --Wez. On 10/20/02, "Derick Rethans" <[EMAIL PROTECTED]> wrote: > derickSun Oct 20 06:18:20 2002 EDT > > Modified files: > /php4/ext/standard

Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c ftok.c php_ftok.h

2002-10-20 Thread Wez Furlong
Add ftok into the big list of functions in configure.in, and the build system should define HAVE_FTOK. (I think). --Wez. On 10/20/02, "Derick Rethans" <[EMAIL PROTECTED]> wrote: > On Sun, 20 Oct 2002, Wez Furlong wrote: > > > It might be a good idea to check for ftok in configure > > and protec

Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c ftok.c php_ftok.h

2002-10-20 Thread Derick Rethans
On Sun, 20 Oct 2002, Wez Furlong wrote: > It might be a good idea to check for ftok in configure > and protect it with HAVE_FTOK, just in case. Yup, but how? :) Derick -- --- Derick Rethans

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c ftok.c php_ftok.h

2002-10-20 Thread Derick Rethans
derick Sun Oct 20 06:18:20 2002 EDT Modified files: /php4/ext/standard basic_functions.c ftok.c php_ftok.h Log: - Remove #ifdefs around ftok function so that it is also available when none of the IPC extensions are enabled. Index: php4/ext/standard/basi

Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c ftok.c php_ftok.h

2002-10-20 Thread Derick Rethans
On Sun, 20 Oct 2002, Wez Furlong wrote: > Add ftok into the big list of functions in configure.in, and > the build system should define HAVE_FTOK. > > (I think). done (I think :). Derick -- --- Derick Rethans

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c ftok.c php_ftok.h

2002-10-20 Thread Derick Rethans
derick Sun Oct 20 09:35:56 2002 EDT Modified files: /php4/ext/standard basic_functions.c ftok.c php_ftok.h Log: - Only include ftok() if it is available Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.531 php4/ext/s