X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=php%2Fxmlrpc%2Fxmlrpc-epi-php.c;fp=php%2Fxmlrpc%2Fxmlrpc-epi-php.c;h=f6909856941458fab9ea9b2d9c7a8baae90866a4;hb=aecd4a7e49bfbda039c08d9b9a2160a9e05183f9;hp=435092ce064acdbbe9cff8664fcc8d432c776be2;hpb=183b391b235789d4cb3b1bb5d758b780579815c6;p=plcapi.git diff --git a/php/xmlrpc/xmlrpc-epi-php.c b/php/xmlrpc/xmlrpc-epi-php.c index 435092c..f690985 100644 --- a/php/xmlrpc/xmlrpc-epi-php.c +++ b/php/xmlrpc/xmlrpc-epi-php.c @@ -93,6 +93,19 @@ #endif /* ==================== end patch */ +/* ==================== + * Thierry - Jan. 30 2013 + * patch for php - issues first triggered on f18 with php-5.4 + * https://bugs.php.net/bug.php?id=60016 + * https://bugs.php.net/bug.php?id=60016 + */ +#if ZEND_MODULE_API_NO >= 20100525 +// No more defined with PHP 5.4 +#define function_entry zend_function_entry +#define pval zval +#endif +/* ==================== end patch */ + /* ========== additional notes * in the process, I've also come across the following resources that might help * if/when zend_get_parameters_ex gets deprecated (only generates warnings for now)