随笔分类 -  php

摘要:session永不过期的方法 打开php.ini设置文件,修改三行如下: 1、session.use_cookies 把这个的值设置为1,利用cookie来传递sessionid 2、session.cookie_lifetime 这个代表SessionID在客户端Cookie储存的时间,默认是0, 阅读全文
posted @ 2021-05-18 15:27 jentary 阅读(206) 评论(0) 推荐(0) 编辑
摘要:1.wamp环境idea 添加xdebug 调试php 修改 phpForApache.ini [xdebug] zend_extension ="D:/soft/php/wamp64/bin/php/php5.6.25/zend_ext/php_xdebug-2.4.1-5.6-vc11-x86_ 阅读全文
posted @ 2021-04-06 10:46 jentary 阅读(87) 评论(0) 推荐(0) 编辑
摘要:安装宝塔 yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh 安装软件版本 宝塔迁移修改mysql数据文件目录 重启mysql /etc/rc. 阅读全文
posted @ 2021-03-10 16:53 jentary 阅读(382) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/weixin_44567104/article/details/90170646 阅读全文
posted @ 2021-03-09 13:44 jentary 阅读(46) 评论(0) 推荐(0) 编辑
摘要:1、安装PHP5yum install php #根据提示输入Y直到安装完成2、安装PHP组件,使 PHP5 支持 MySQLyum install php-mysql php-gd libjpeg* php-imap php-ldap php-odbc php-pear php-xml php-x 阅读全文
posted @ 2021-03-04 14:41 jentary 阅读(67) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示