Home
last modified time | relevance | path

Searched refs:root (Results 1 – 25 of 291) sorted by last modified time

12345678910>>...12

/PHP-5.5/win32/
H A Dinstall.txt229 folder root. The supporting DLLs for the PHP 5 extensions are also not
815 line as root user and start it manually - you will see there are no
865 server-root for the correct DLL name. The DLL with the biggest filesize
1280 Note: The Apache web server changes the directory to root at startup
1281 causing PHP to attempt to read php.ini from the root filesystem if
1433 [mybox:user /src/php5] root# apachectl configtest
1644 [mybox:user /src/php5] root# apachectl configtest
1676 it is relative to your web root directory). Note that for IIS you
/PHP-5.5/tests/lang/
H A Dbug7515.phpt13 $o->root=new obj();
20 $o->root->method();
/PHP-5.5/sapi/phttpd/
H A Dphttpd.c199 char *root; in php_phttpd_request_ctor()
211 root = Ns_PageRoot(server); in php_phttpd_request_ctor()
212 SG(request_info).request_uri = SG(request_info).path_translated + strlen(root); in php_phttpd_request_ctor()
/PHP-5.5/sapi/pi3web/
H A DREADME22 into the PHP5 root directory
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1592 /* If we're root, try to become someone else. */
/PHP-5.5/sapi/tux/
H A DREADME19 web-root through the parser; so be careful what you put
59 3. Touch a file in your web-root 'php5.tux'. This will
67 (daemon mode, eight threads, web-root /www, modules in
/PHP-5.5/sapi/nsapi/
H A Dconfig.m410 …AC_MSG_ERROR(Please specify the path to the root of your Netscape/iPlanet/Sun Webserver using --wi…
H A Dnsapi-readme.txt148 where XX is the correct DLL version number. To get it, look in the server-root
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in81 ; Note: - It will only work if the FPM master process is launched as root
189 ; Note: - It will only work if the FPM master process is launched as root
/PHP-5.5/sapi/continuity/
H A Dconfig.m45 DIR is path to the installed Continuity Server root], no, no)
9 …AC_MSG_ERROR([Please specify the path to the root of your Continuity server using --with-continuit…
/PHP-5.5/sapi/aolserver/
H A Daolserver.c435 char *root; in php_ns_request_ctor() local
450 root = Ns_PageRoot(server); in php_ns_request_ctor()
451 SG(request_info).request_uri = strdup(SG(request_info).path_translated + strlen(root)); in php_ns_request_ctor()
H A Dconfig.m418 AC_MSG_ERROR(Please specify the path to the root of AOLserver using --with-aolserver=DIR)
/PHP-5.5/
H A Dphp.ini-development549 ; http://php.net/docref-root
701 ; The root of the PHP pages, used only if nonempty.
706 ; http://php.net/doc-root
H A Dphp.ini-production549 ; http://php.net/docref-root
701 ; The root of the PHP pages, used only if nonempty.
706 ; http://php.net/doc-root
/PHP-5.5/ext/xsl/tests/
H A Dxslt011.phpt35 $dom->loadXML("<root>this is from an external DomDocument</root>");
/PHP-5.5/ext/xmlwriter/tests/
H A D007.phpt16 xmlwriter_start_element($xw, 'root');
34 <root>
38 </root>
H A D009.phpt17 xmlwriter_start_element($xw, 'root');
39 <root id="elem1">
45 </root>
H A D011.phpt19 xmlwriter_start_element($xw, 'root');
31 <root>
35 </root>
H A D012.phpt19 xmlwriter_start_element($xw, 'root');
33 <root>
38 </root>
H A DOO_007.phpt17 $xw->startElement('root');
35 <root>
39 </root>
H A DOO_009.phpt17 $xw->startElement('root');
39 <root id="elem1">
45 </root>
H A DOO_010.phpt20 $xw->startElement('root');
32 <root>
36 </root>
H A DOO_011.phpt20 $xw->startElement('root');
34 <root>
39 </root>
H A Dbug39504.phpt12 xmlwriter_start_dtd($xw, "root");
15 xmlwriter_start_element($xw, "root");
23 $xw->startDtd("root");
26 $xw->startElement("root");
33 <!DOCTYPE root [<!ENTITY ent2 "val2">]><root/>
36 <!DOCTYPE root [<!ENTITY c PUBLIC "-//W3C//TEXT copyright//EN" "http://www.w3.org/xmlspec/copyright…
H A Dxmlwriter_write_attribute_ns_basic_001.phpt10 xmlwriter_start_element($xw, 'root');
25 <root prefix:id="elem1" xmlns:prefix="http://www.php.net/uri">
27 </root>

Completed in 42 milliseconds

12345678910>>...12