Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 1189) sorted by last modified time

12345678910>>...48

/PHP-5.5/win32/build/
H A Dphpize.js.in9 | available through the world-wide-web at the following url: |
H A Dconfig.w3269 …STDOUT.WriteLine('Parsers will not be generated. Upgrade your copy at http://sf.net/projects/re2c'…
H A Dconfig.w32.phpize.in68 …STDOUT.WriteLine('Parsers will not be generated. Upgrade your copy at http://sf.net/projects/re2c'…
H A Dconfigure.tail7 ERROR("No SAPI selected, please enable at least one SAPI.");
H A DDSP.README17 The resulting workspace files should appear at /win32/phpdll[ts].dsw
18 and (if any shared modules are configured) at /win32/php_modules.dsw,
/PHP-5.5/win32/
H A Dinstall.txt47 online and updated version at: http://php.net/install.windows
64 You may also rent webspace at a company. This way, you don't need to
97 PHP source code and binary distributions for Windows can be found at
127 download the zip binary distribution from the downloads page at
149 your platform. MDAC is available at http://msdn.microsoft.com/data/.
627 2.0.x is not expected to work on those platforms at this time.
1092 seen at http://svn.php.net/pecl/. To download straight from SVN,
1239 bug-tracking system at http://bugs.php.net/. Please do not send bug
1478 If you feel you have to use a threaded MPM, look at a FastCGI
1488 <install-path>/lib. Most people will want to change this at
[all …]
/PHP-5.5/tests/output/
H A Dob_implicit_flush_error_001.phpt27 Warning: ob_implicit_flush() expects at most 1 parameter, 2 given in %s on line 15
H A Dob_start_error_001.phpt35 Warning: ob_start() expects at most 3 parameters, 4 given in %s on line 17
/PHP-5.5/tests/lang/
H A Dstatic_basic_001.phpt40 echo "\nUsing static keyword at global scope\n";
81 Using static keyword at global scope
H A D024.phpt211 echo "This shouldn't be displayed at all\n";
/PHP-5.5/tests/func/
H A D003.phpt68 echo "(it should break at 5...)\n";
225 (it should break at 5...)
231 (it should break at 5...)
237 (it should break at 5...)
243 (it should break at 5...)
249 (it should break at 5...)
255 (it should break at 5...)
261 (it should break at 5...)
267 (it should break at 5...)
273 (it should break at 5...)
[all …]
/PHP-5.5/tests/classes/
H A Dproperty_recreate_private.phpt33 echo "\nUnset superclass's private property, and recreate it as public at global scope:\n";
46 echo "\nUnset a private property, and attempt to recreate at global scope (expecting failure):\n";
66 Unset superclass's private property, and recreate it as public at global scope:
79 Unset a private property, and attempt to recreate at global scope (expecting failure):
H A Dconstants_basic_003.phpt2 Ensure class properties and constants can be defined in terms of constants that are not known at co…
/PHP-5.5/
H A Dserver-tests.php56 | Chances are high that no test will work at all, |
/PHP-5.5/scripts/
H A Dphpize.in79 Cannot find build files at '$phpdir'. Please check your PHP installation.
110 shtool at '$builddir/build/shtool' does not exist or is not executable.
/PHP-5.5/sapi/roxen/
H A DREADME7 script is executed at any one time). The second option is using ZTS
/PHP-5.5/sapi/litespeed/
H A DREADME16 changed at runtime via configuration files like .htaccess files or web
52 LiteSpeed web server at the front, load balancing lsphp processes
79 PHP support is available from our website, at:
217 For support questions, please post to our free support forum, at:
221 For bug report, please send bug report to bug [at] litespeedtech.com.
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt4 These instructions are targetted at Netscape Enterprise Web Server and
28 for iPlanet/Sun Webserver 6.0 and above however at the end of the
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in200 ; always at least 1 children.
202 ; be alive at the same time.
212 ; ondemand - no children are created at startup. Children will be forked when
215 ; can be alive at the same time.
460 ; Chroot to this directory at the start. This value must be defined as an
471 ; Chdir to this directory at the start.
527 ; specified at startup with the -d argument
/PHP-5.5/sapi/cli/
H A DREADME2 with a goal of making PHP better at supporting the creation of
H A Dphp_cli_server.c1638 static int php_cli_server_client_read_request_on_path(php_http_parser *parser, const char *at, size… in php_cli_server_client_read_request_on_path() argument
1644 normalize_vpath(&vpath, &vpath_len, at, length, 1); in php_cli_server_client_read_request_on_path()
1651 …_server_client_read_request_on_query_string(php_http_parser *parser, const char *at, size_t length) in php_cli_server_client_read_request_on_query_string() argument
1654 client->request.query_string = pestrndup(at, length, 1); in php_cli_server_client_read_request_on_query_string()
1659 static int php_cli_server_client_read_request_on_url(php_http_parser *parser, const char *at, size_… in php_cli_server_client_read_request_on_url() argument
1663 client->request.request_uri = pestrndup(at, length, 1); in php_cli_server_client_read_request_on_url()
1668 static int php_cli_server_client_read_request_on_fragment(php_http_parser *parser, const char *at, … in php_cli_server_client_read_request_on_fragment() argument
1680 client->current_header_name = (char *)at; in php_cli_server_client_read_request_on_header_field()
1688 char *value = pestrndup(at, length, 1); in php_cli_server_client_read_request_on_header_value()
1721 static int php_cli_server_client_read_request_on_body(php_http_parser *parser, const char *at, size… in php_cli_server_client_read_request_on_body() argument
[all …]
H A Dphp_http_parser.h72 typedef int (*php_http_data_cb) (php_http_parser*, const char *at, size_t length);
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI106 FastCGI server plugins are available at www.caraveo.com/fastcgi/
133 page request at a time. Value 0 means that PHP willnot start additional
/PHP-5.5/sapi/cgi/tests/
H A D011.phpt165 Warning: Cannot modify header information - headers already sent by (output started at %s:3) in %s …
/PHP-5.5/sapi/apache2filter/
H A Dconfig.m492 dnl the linker does not recursively look at the bundle loader and

Completed in 103 milliseconds

12345678910>>...48