PHP Conference Kansai 2025

Voting

: five minus one?
(Example: nine)

The Note You're Voting On

editor at geekkb.com
2 years ago
There is an extra \ should be deleted before PHP_VERSION_ID in the code which suconghou posted 2 years ago.

if (PHP_VERSION_ID < 80000) {
libxml_disable_entity_loader(true);
}

<< Back to user notes page

To Top