PHP语言学习之PHP7 学习笔记(七)如何使用zephir编译一个扩展记录
小标 2019-04-30 来源 : 阅读 1370 评论 0

摘要:本文主要向大家介绍了PHP语言学习之PHP7 学习笔记(七)如何使用zephir编译一个扩展记录,通过具体的内容向大家展示,希望对大家学习php语言有所帮助。

本文主要向大家介绍了PHP语言学习之PHP7 学习笔记(七)如何使用zephir编译一个扩展记录,通过具体的内容向大家展示,希望对大家学习php语言有所帮助。

PHP语言学习之PHP7 学习笔记(七)如何使用zephir编译一个扩展记录

 一、zephir 编译遇到的错误


安装


git clone https://github.com/phalcon/zephir


/-/ -c


编译


www@ubuntu4:~$ zephir build

────────────────────────────────────────────────────────────
  The Zephir Parser extension is not loaded.
  Note: Zephir no longer distributed with internal parser.
 
  To
install latest stable Zephir Parser please refer to:
  https:
//github.com/phalcon/php-zephir-parser
────────────────────────────────────────────────────────────


二、php-zephir-parser 安装


git clone git://github.com/phalcon/php-zephir-parser.git


php7.0-dev 安装报错


www@ubuntu4:~$ sudo apt-get install php7.0-dev gcc make re2c autoconf
Reading package lists... Done
Building dependency tree      
Reading state information... Done
E: Unable to
locate package php7.0-dev
E: Couldn
t find any package by regex php7.0-dev


如何让解决


1、php7的存储库的问题,添加php7 ppa


sudo add-apt-repository ppa:ondrej/php


2、更新库


sudo apt-get update


3、现在做一个搜索来确认php7是有的


sudo apt search php7


重新安装,则不会报错


www@ubuntu4:~$ sudo apt-get install php7.0-dev gcc make re2c autoconf
Reading package lists... Done
Building dependency tree      
Reading state information... Done
gcc is already the newest version.
gcc set to manually installed.
make is already the newest version.
re2c is already the newest version.
The following extra packages will be installed:
  automake autotools
-dev debhelper dh-apparmor dh-php gettext intltool-debian
  libasprintf
-dev libgettextpo-dev libgettextpo0 liblist-moreutils-perl
  libltdl
-dev libmail-sendmail-perl libssl1.1 libsys-hostname-long-perl
  libtool libunistring0 m4 php
-common php-pear php-xml php7.0-cli
  php7.
0-common php7.0-json php7.0-opcache php7.0-readline php7.1-common
  php7.
1-xml pkg-php-tools po-debconf shtool xml2


开始编译


www@ubuntu4:~/ffmpeg_videos/php-zephir-parser$ sudo ./install
Generating parser...
Parser statistics:
132 terminals, 99 nonterminals, 470 rules
                  
982 states, 0 parser table entries, 0 conflicts
Configuring
for:
PHP Api Version:        
20151012
Zend Module Api No:     
20151012
Zend Extension Api No:  
320151012
libtool: compile: 
gcc -I. -I/home/www/ffmpeg_videos/php-zephir-parser -DPHP_ATOM_INC -I/home/www/ffmpeg_videos/php-zephir-parser/include

-I/home/www/ffmpeg_videos/php-zephir-parser/main -I/home/www/ffmpeg_videos/php-zephir-parser -I/usr/include/php/20151012

-I/usr/include/php/20151012/main -I/usr/include/php/20151012/TSRM -I/usr/include/php/20151012/Zend -I/usr/include/php/20151012/ext

-I/usr/include/php/20151012/ext/date/lib -DHAVE_CONFIG_H -march=native -mtune=native -O2 -fomit-frame-pointer -fvisibility=hidden -flto
-c /home/www/ffmpeg_videos/php-zephir-parser/zephir_parser.c  -fPIC -DPIC -o .libs/zephir_parser.o


编译完成


查找.so 文件路径


www@ubuntu4:~ sudo find / -name zephir_parser.so
/usr/lib/php/20151012/zephir_parser.so


配置php.ini 文件


sudo vim /opt/php-7.1.9/etc/php.ini


添加一下内容:


[Zephir Parser]
extension
=/usr/lib/php/20151012/zephir_parser.so


安装完毕


三、重新编译,出现同样的错误:


www@ubuntu4:~/ffmpeg_videos/zephir-framework/lib$ zephir build

────────────────────────────────────────────────────────────
  The Zephir Parser extension is not loaded.
  Note: Zephir no longer distributed with internal parser.
 
  To
install latest stable Zephir Parser please refer to:
  https:
//github.com/phalcon/php-zephir-parser
────────────────────────────────────────────────────────────


好纠结啊,如何解决:


sudo ln -s /opt/php-7.0.9/bin/php /usr/bin/php


继续,Ok 了:


www@ubuntu4:~/ffmpeg_videos/zephir-framework/zephirlib$ zephir build
Compiling...
Installing...
Extension installed
!
Add extension
=zephirlib.so to your php.ini

本文由职坐标整理并发布,希望对同学们有所帮助。了解更多详情请关注职坐标编程语言PHP频道!

本文由 @小标 发布于职坐标。未经许可,禁止转载。
喜欢 | 0 不喜欢 | 0
看完这篇文章有何感觉?已经有0人表态,0%的人喜欢 快给朋友分享吧~
评论(0)
后参与评论

您输入的评论内容中包含违禁敏感词

我知道了

助您圆梦职场 匹配合适岗位
验证码手机号,获得海同独家IT培训资料
选择就业方向:
人工智能物联网
大数据开发/分析
人工智能Python
Java全栈开发
WEB前端+H5

请输入正确的手机号码

请输入正确的验证码

获取验证码

您今天的短信下发次数太多了,明天再试试吧!

提交

我们会在第一时间安排职业规划师联系您!

您也可以联系我们的职业规划师咨询:

小职老师的微信号:z_zhizuobiao
小职老师的微信号:z_zhizuobiao

版权所有 职坐标-一站式IT培训就业服务领导者 沪ICP备13042190号-4
上海海同信息科技有限公司 Copyright ©2015 www.zhizuobiao.com,All Rights Reserved.
 沪公网安备 31011502005948号    

©2015 www.zhizuobiao.com All Rights Reserved

208小时内训课程