php 5.2.17 编译最新的gearman扩展 1.1.1时提示E_DEPRECATED不能识别。
因为E_DEPRECATED是php 5.3新增的告警提示,所以将php_gearman.c中的此宏修改为E_NOTICE编译通过
php 5.2.17 编译最新的gearman扩展 1.1.1时提示E_DEPRECATED不能识别。
因为E_DEPRECATED是php 5.3新增的告警提示,所以将php_gearman.c中的此宏修改为E_NOTICE编译通过
转载于:https://my.oschina.net/zqstarmoon/blog/147034