mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Don't use these constants outside of PHP, like in httpd.conf
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88685 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
81f79c7e51
commit
12ab1d6465
1 changed files with 4 additions and 1 deletions
|
@ -1,9 +1,12 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<section id="errorfunc.constants">
|
||||
&reftitle.constants;
|
||||
<simpara>
|
||||
These constants are part of the PHP core and always available.
|
||||
You may use these constant names in &php.ini; but not outside
|
||||
of PHP, like in <filename>httpd.conf</filename>, where you'd
|
||||
use the bitmask values instead.
|
||||
</simpara>
|
||||
<table>
|
||||
<title>Errors and Logging</title>
|
||||
|
|
Loading…
Reference in a new issue