➜ phpredis git:(master) ✗ php -v
PHP Warning: PHP Startup: redis: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20121212
These options need to match
in Unknown on line 0
PHP 5.5.14 (cli) (built: Sep 9 2014 19:09:25)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
=========分割线================
上面是遇见的问题,phpredis的包是直接checkout主干代码。
➜ phpredis git:(master) ✗ phpize -v
Configuring for:
PHP Api Version: 20100412
Zend Module Api No: 20100525
Zend Extension Api No: 220100525
这个是phpize的版本信息。
有遇见的解决了的小伙伴没?
在线等~
PHP Warning: PHP Startup: redis: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20121212
These options need to match
in Unknown on line 0
PHP 5.5.14 (cli) (built: Sep 9 2014 19:09:25)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
=========分割线================
上面是遇见的问题,phpredis的包是直接checkout主干代码。
➜ phpredis git:(master) ✗ phpize -v
Configuring for:
PHP Api Version: 20100412
Zend Module Api No: 20100525
Zend Extension Api No: 220100525
这个是phpize的版本信息。
有遇见的解决了的小伙伴没?
在线等~