怎么为自己的php版本选择正确的xdebug版本
如何为自己的php版本选择正确的xdebug版本
在进行php开发的路上,一度我只知道使用echo等方法来进行调试。突然有一天,有人告诉我,有个东西叫做xdebug,怀着好奇的心情,我掀开了她的盖头。
这一眼,让我一半欢喜,一半眼泪呀。
欢喜是这个东西确实好用,大大提高了我排错的能力,这眼泪是,它的安装过程,着实让我难为情。网上的教程多入牛毛,也是各种说法都有。为此,我决定向官网请求。
地址:xdebug.org
在这里,我发现了http://xdebug.org/wizard.php,这个页面可以让你见自己phpinfo()输出来的内容,复制过来,然后通过analyse判断出需要的资源。以及如配置信息等。
这里需要吐槽的是,配置信息不够完善。
win下:
linux下:

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

Working with database in CakePHP is very easy. We will understand the CRUD (Create, Read, Update, Delete) operations in this chapter.

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

To work on file upload we are going to use the form helper. Here, is an example for file upload.

In this chapter, we are going to learn the following topics related to routing ?

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

Validator can be created by adding the following two lines in the controller.
