当前位置:网站首页>Open PHP error prompt under Ubuntu 14.04
Open PHP error prompt under Ubuntu 14.04
2022-07-03 13:23:00 【Brother Xing plays with the clouds】
Ubuntu 14.04 in , default PHP The development environment configuration does not prompt all warnings 、 Error message . This is very painful for developers . Record the configuration method here , Keep it for future use .
1、 modify php The configuration file php.ini
sudo gedit /etc/php5/apache2/php.ini
hold display_errors = Off Change it to display_errors = On
hold error_reporting = xxx Change it to error_reporting = E_ALL | E_STRICT
2、 restart apache
sudo /etc/init.d/apache2 restart
OK! Enjoy it !
边栏推荐
- 【电脑插入U盘或者内存卡显示无法格式化FAT32如何解决】
- Flink code is written like this. It's strange that the window can be triggered (bad programming habits)
- Asp.Net Core1.1版本没了project.json,这样来生成跨平台包
- Flick SQL knows why (10): everyone uses accumulate window to calculate cumulative indicators
- 2022-02-14 incluxdb cluster write data writetoshard parsing
- IDEA 全文搜索快捷键Ctr+Shift+F失效问题
- Box layout of Kivy tutorial BoxLayout arranges sub items in vertical or horizontal boxes (tutorial includes source code)
- (first) the most complete way to become God of Flink SQL in history (full text 180000 words, 138 cases, 42 pictures)
- MySQL constraints
- MySQL functions and related cases and exercises
猜你喜欢

(first) the most complete way to become God of Flink SQL in history (full text 180000 words, 138 cases, 42 pictures)

Mysql database basic operation - regular expression

MySQL functions and related cases and exercises

MySQL

2022-02-14 analysis of the startup and request processing process of the incluxdb cluster Coordinator

MySQL installation, uninstallation, initial password setting and general commands of Linux

106. 如何提高 SAP UI5 应用路由 url 的可读性

stm32和电机开发(从mcu到架构设计)

MySQL_ JDBC

mysql更新时条件为一查询
随机推荐
Ubuntu 14.04 下开启PHP错误提示
【历史上的今天】7 月 3 日:人体工程学标准法案;消费电子领域先驱诞生;育碧发布 Uplay
PowerPoint 教程,如何在 PowerPoint 中將演示文稿另存為視頻?
Sitescms v3.1.0 release, launch wechat applet
SVN添加文件时的错误处理:…\conf\svnserve.conf:12: Option expected
[Database Principle and Application Tutorial (4th Edition | wechat Edition) Chen Zhibo] [Chapter V exercises]
Introduction to the implementation principle of rxjs observable filter operator
【R】 [density clustering, hierarchical clustering, expectation maximization clustering]
71 articles on Flink practice and principle analysis (necessary for interview)
PostgreSQL installation
File uploading and email sending
剑指 Offer 15. 二进制中1的个数
Mysqlbetween implementation selects the data range between two values
The difference between session and cookie
Kivy tutorial how to automatically load kV files
MyCms 自媒体商城 v3.4.1 发布,使用手册更新
Sword finger offer 15 Number of 1 in binary
2022-02-11 heap sorting and recursion
regular expression
2022-01-27 research on the minimum number of redis partitions