Hi Dmitry,
I just did cvs upd in my php-5.0-dev workarea which brought your changes
in ext/standard/basic_functions.c version 1.673.2.16.
After that I get a compile error saying that
/root/kamesh/work/php5_0/php-src/ext/standard/basic_functions.c:1911:
`IS_CALLABLE_CHECK_NO_ACCESS' undeclared (first use in this function)
I could not see this IS_CALLABLE_CHECK_NO_ACCESS getting defined
anywhere.
Can you look in to this.
With regards
Kamesh Jayachandran
Hi Dmitry,
I just did cvs upd in my php-5.0-dev workarea which brought your changes
in ext/standard/basic_functions.c version 1.673.2.16.
After that I get a compile error saying that
/root/kamesh/work/php5_0/php-src/ext/standard/basic_functions.c:1911:
`IS_CALLABLE_CHECK_NO_ACCESS' undeclared (first use in this function)I could not see this IS_CALLABLE_CHECK_NO_ACCESS getting defined
anywhere.
It is defined in Zend/zend_API.h.
Try 'make clean && make' ?
--Jani
On Thu, 28 Apr 2005 23:50:29 -0700
"Kamesh Jayachandran" kameshj@fastmail.fm wrote:
Hi Dmitry,
I just did cvs upd in my php-5.0-dev workarea which brought your changes
in ext/standard/basic_functions.c version 1.673.2.16.
After that I get a compile error saying that
/root/kamesh/work/php5_0/php-src/ext/standard/basic_functions.c:1911:
`IS_CALLABLE_CHECK_NO_ACCESS' undeclared (first use in this function)I could not see this IS_CALLABLE_CHECK_NO_ACCESS getting defined
anywhere.
you forgot to do cvs up
in Zend directory.
--
Wbr,
Antony Dovgal aka tony2001
antony@zend.com
Hi Kamesh,
Do you still have this error after make clean; make?
Did you update ALL CVS tree.
Thanks. Dmitry.
-----Original Message-----
From: Kamesh Jayachandran [mailto:kameshj@fastmail.fm]
Sent: Friday, April 29, 2005 10:50 AM
To: dmitry@zend.com
Cc: internals@lists.php.net
Subject: php-5.0.-dev build failureHi Dmitry,
I just did cvs upd in my php-5.0-dev workarea which brought
your changes in ext/standard/basic_functions.c version
1.673.2.16. After that I get a compile error saying that
/root/kamesh/work/php5_0/php-src/ext/standard/basic_functions.c:1911:
`IS_CALLABLE_CHECK_NO_ACCESS' undeclared (first use in this function)I could not see this IS_CALLABLE_CHECK_NO_ACCESS getting
defined anywhere.Can you look in to this.
With regards
Kamesh Jayachandran