Lines Matching refs:from

9 ; PHP attempts to find and load this configuration from a number of locations.
17 ; 6. The directory from the --with-config-file-path compile time option, or the
30 ; PHP files served from www.example.com. Directives set in these
38 ; Directive names are *case sensitive* - foo=bar is different from FOO=bar.
417 ; from a bug in your code, but it's possible that it was
465 ; separately from display_errors. PHP's default behavior is to suppress those
466 ; errors from clients. Turning the display of startup errors on can be useful in
496 ; is On you will not log errors with repeated messages from different files or
539 ; You can download a copy of the PHP manual from http://php.net/docs
624 ; useful when running scripts from the command line. When this directive is
828 ; http://php.net/from
829 ;from="john@doe.com"
839 ; If your scripts have to deal with files from Macintosh systems,
840 ; or you are running on a Mac and need to deal with files from
1024 ; http://php.net/sendmail-from
1129 ; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
1187 ; Records communication from all extensions using mysqlnd to the specified log
1345 ; applications from session fixation via session adoption vulnerability. It is
1437 ; How many bytes to read from the file.
1558 ; Changing from or to a negative value is only possible in php.ini! (For turning assertions on and …
1611 ; The default character set code-page to use when passing strings to and from COM objects.
1660 ; one from another
1803 ; If disabled, all PHPDoc comments are dropped from the code to reduce the
1829 ; Allows exclusion of large files from being cached. By default all files
1853 ; Protect the shared memory from unexpected writing during script execution.
1857 ; Allows calling OPcache API functions only from PHP scripts which path is
1858 ; started from specified string. The default "" means no restriction
1875 ; Enables or disables checksum validation when script loaded from file cache.