hi Marcus,
On Wed, Dec 31, 2008 at 3:27 PM, Marcus Boerger <[email protected]> wrote:
arginfo_popen)
> http://cvs.php.net/viewvc.cgi/php-src/main/SAPI.h?r1=1.114.2.1.2.3.2.5&r2=1.114.2.1.2.3.2.6&diff_format=u
> Index: php-src/main/SAPI.h
> diff -u php-src/main/SAPI.h:1.114.2.1.2.3.2.5
> php-src/main/SAPI.h:1.114.2.1.2.3.2.6
> --- php-src/main/SAPI.h:1.114.2.1.2.3.2.5 Wed Dec 31 11:15:47 2008
> +++ php-src/main/SAPI.h Wed Dec 31 14:27:09 2008
> @@ -16,7 +16,7 @@
> +----------------------------------------------------------------------+
> */
>
> -/* $Id: SAPI.h,v 1.114.2.1.2.3.2.5 2008/12/31 11:15:47 sebastian Exp $ */
> +/* $Id: SAPI.h,v 1.114.2.1.2.3.2.6 2008/12/31 14:27:09 helly Exp $ */
>
> #ifndef SAPI_H
> #define SAPI_H
> @@ -264,6 +264,7 @@
> int phpinfo_as_text;
>
> char *ini_entries;
> + const zend_function_entry *additional_functions;
> };
This addition breaks the builds, zend_function_entry is not defined at
this point and breaks as long as one includes SAPI.h (like
ext/filter). Should zend_API.h not included in zend.h? or do you want
to manually include it in main&co?
Cheers,
--
Pierre
http://blog.thepimp.net | http://www.libgd.org