Lines Matching refs:directory

144      keep all PHP related files in one directory and have this directory
156 Extract the distribution file into a directory of your choice. If you
163 The directory structure extracted from the zip is different for PHP
226 distributions have no such directory and instead they're in the PHP
228 in a separate directory.
255 * The same directory from where php.exe is called, or in case you use
256 a SAPI module, the web server's directory (e.g. C:\Program
258 * Any directory in your Windows PATH environment variable.
261 the file to the Windows system directory, copy the file to the web
262 server's directory, or add your PHP directory, C:\php to the PATH. For
265 Read more about how to add your PHP directory to PATH in the
279 these default ini files. Copy your chosen ini-file to a directory that
334 Start Menu). Then go to your PHP directory by typing something like cd
355 will look only in the same directory as the .exe that caused it to
385 directory. This way the PHP DLL files and PHP executables can all
386 remain in the PHP directory without cluttering up the Windows
387 system directory. For more details, see the FAQ on Setting the
391 session tmp directory.
432 rights for I_USR_ to the directory that contains php.exe /
505 c:\directory\file.ext must be converted to forward slashes, as
506 c:/directory/file.ext. A trailing slash may also be necessary for
550 # specify the directory where php.ini is
631 c:\directory\file.ext must be converted to forward slashes, as
632 c:/directory/file.ext. A trailing slash may also be necessary for
693 generate custom directory listings and error pages. Additional
702 * Copy php7ts.dll to your systemroot (the directory where you
711 shellcgi directory and remove it just after (this step creates 5
727 * Copy php7ts.dll to your systemroot (the directory where you
748 can place your php.ini in your web server configuration directory.
763 * This is only needed if you want to configure a directory that only
764 consists of PHP scripts (same like a cgi-bin directory):
771 After that you can configure a directory in the Administration
810 Special use for error pages or self-made directory listings (PHP >= 4.3.3)
823 Another possibility is to generate self-made directory listings. Just
824 create a PHP script which displays a directory listing and replace the
825 corresponding default Service line for type="magnus-internal/directory"
827 Service fn="php7_execute" type="magnus-internal/directory" script="/path/to/scri
830 For both error and directory listing pages the original URI and
955 directory where your extensions lives, or where you have placed
1140 a directory named extname:
1149 PHP extensions directory. You'll need to and adjust php.ini and add an
1165 under the php-src/ext/ directory and tell the PHP build system to
1173 This will result in the following directory:
1261 * Current working directory (except CLI)
1262 * The web server's directory (for SAPI modules), or directory of PHP
1264 * Windows directory (C:\windows or C:\winnt) (for Windows), or
1271 Note: The Apache web server changes the directory to root at startup
1364 on a per-directory basis using the Windows registry. The configuration
1367 configuration values for the directory c:\inetpub\wwwroot would be
1369 Values\c\inetpub\wwwroot. The settings for the directory would be
1370 active for any script running from this directory or any subdirectory
1447 14. How do I add my PHP directory to the PATH on Windows?
1489 directory. If you're using the Apache webserver, php.ini is first
1490 searched in the Apaches install directory, e.g. c:\program files\apache
1555 the standard /usr/local/ directory for files. You need to tell the RPM
1625 sensible error message, from the command line, change to the directory
1653 the directory containing the PHP executable (php.exe on Windows) and
1667 it is relative to your web root directory). Note that for IIS you
1702 it's being read. If just a directory PATH exists than it's not being
1703 read and you should put your php.ini in that directory. If php.ini is
1709 14. How do I add my PHP directory to the PATH on Windows?
1721 * Enter your PHP directory at the end, including ';' before (e.g.
1737 system directory, this is because this directory (C:\Windows, C:\WINNT,
1739 system directory has long since been deprecated and may cause problems.
1756 directory where php.ini is located as the variable value (e.g.
1765 C:\php with the directory where php.ini is located). Please note