# php_study **Repository Path**: SRine/php_study ## Basic Information - **Project Name**: php_study - **Description**: No description available - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 21 - **Created**: 2021-11-17 - **Last Updated**: 2021-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装注意事项 1. 数据库在 install/testguest.sql 中,导入时候需指定 utf-8字符编码 2. php.ini中添加 ```shell error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE extension=gd2 extension=mbstring extension=mysqli ```