Tag: PHP
从服务器开通到建好带证书的网站经历了哪些过程
- by chenxue4076
- 3 days ago
- 0 comments
从购买好服务器,配置好系统,挂载上磁盘,安装好Docker, 部署代码,获取的DV证书,自动管理Docker 整个流程梳理
Read MorePHPOffice\PHPPresentation文本段落兼容WPS
- by chenxue4076
- 2 years ago
- 0 comments
PHPOffice\PHPPresentation文本段落使用WPS打开出现重叠,多行文本叠在一起,文本框错位
Read MoreLinux部署protobuf 的 php扩展
- by chenxue4076
- 4 years ago
- 0 comments
下载Protobuf的linux环境的包,地址https://github.com/google/protobuf/releases,比如protoc-3.6.0-linux-x86_64.zip Protobuf的PHP拓展 https://github.com/google/protobuf/tree/master/php 安装 composer install 运行 protoc –php_out=out_dir test.proto 文档:Protocol Buffers 指南 (126)
Read Moreceontos安装php7.2 提示cURL version 7.10.5 or later is required to compile php with cURL support
- by chenxue4076
- 4 years ago
- 1 comments
centos 安装 php7.2及以上版本的时候还是有几点需要注意的。 不要使用 php.net Download 提供的下载地址,而是使用 git上的下载地址,原因php.net下的里面存在一些bug,一些文件不全,导致无法安装mysqlnd扩展等。类似这种错误: ext/curl/multi.c:501: undefined reference to curl_pushheader_bynum 先安装一些依赖包 sudo yum install -y libxml2-devel sudo yum -y install libcurl-devel sudo yum install openssl openssl-devel sudo yum install bzip2 bzip2-devel sudo yum install freetype-devel sudo yum install
Read More使用PHPOffice/PHPPresentation生成超大PPT文件
- by chenxue4076
- 4 years ago
- 0 comments
PhpPresentation 重写 save方法 实现幻灯片追加,将整个PPTX文件看做一个压缩包来读取和重新编辑。
Read More