phpinternalsbook / PHP-Internals-Book

PHP Internals Book
http://www.phpinternalsbook.com/
Other
1.39k stars 177 forks source link

Update docs to use the correct PHP_INI_ENTRY macro #129

Closed Girgias closed 2 years ago

Girgias commented 2 years ago

The texts talks about using the simplest way to register an INI setting but says that we used PHP_INI_BEGIN() which is always needed as it's to start registering. The one actually used to register is REGISTER_INI_ENTRIES()