Home
last modified time | relevance | path

Searched refs:x (Results 51 – 75 of 1169) sorted by last modified time

12345678910>>...47

/PHP-5.5/sapi/thttpd/
H A DREADME4 This is a SAPI module for PHP 4.x supporting thttpd, the tiny,
52 2. PHP 4.x
H A Dthttpd.c53 #define PHP_SYS_CALL(x) do { x } while (n == -1 && errno == EINTR) argument
H A Dthttpd_patch1043 -Z x-compress
1044 -gz x-gzip
1047 uu x-uuencode
1061 -etx text/x-setext
1086 -aif audio/x-aiff
1087 -aiff audio/x-aiff
1229 +aif audio/x-aiff
1237 +wav audio/x-wav
1257 +rgb image/x-rgb
1298 +ice x-conference/x-cooltalk
[all …]
/PHP-5.5/sapi/tux/
H A DREADME33 2. PHP 4.0.x
/PHP-5.5/scripts/dev/
H A Dcheck_parameters.php118 foreach ($m as $x) {
120 if (!in_array($x[1], array('else', 'endif', 'return'))) // hack to skip reserved words
121 $ret[$x[4]] = array($x[1] . $x[2] . $x[3], $x[5]);
124 if ($x[6]) {
125 preg_match_all('/(\**)\s*(\w+(?:\[\s*\w*\s*\])?)\s*(=?)/S', $x[6], $y, PREG_SET_ORDER);
127 $ret[$z[2]] = array($x[1] . $z[1], $z[3]);
171 foreach ($m as $x) {
172 $name = $x[2];
184 $ret[] = array($name, $vars[$name][0] . ($x[1] ? '*' : ''), $vars[$name][1]);
188 if ($x[3]) {
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c3414 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
3415 #define F2(x, y, z) F1(z, x, y) argument
3416 #define F3(x, y, z) (x ^ y ^ z) argument
3417 #define F4(x, y, z) (y ^ (x | ~z)) argument
3420 #define MD5STEP(f, w, x, y, z, data, s) \ argument
3421 ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x )
/PHP-5.5/sapi/nsapi/
H A Dconfig.m415 AC_MSG_RESULT([Netscape 3.x / Sun 7.x style])
21 AC_MSG_RESULT([iPlanet 4.x / Sun 6.x style])
H A Dnsapi-readme.txt23 type=magnus-internal/x-httpd-php exts=php
53 Service fn="php5_execute" type="magnus-internal/x-httpd-php" [inikey=value ...]
62 <Object name="x-httpd-php">
63 ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
68 the style "x-httpd-php". All files in it will get executed as PHP. This is nice to
/PHP-5.5/sapi/embed/
H A Dphp_embed.h36 #define PHP_EMBED_START_BLOCK(x,y) { \ argument
38 php_embed_init(x, y PTSRMLS_CC); \
47 #define PHP_EMBED_START_BLOCK(x,y) { \ argument
48 php_embed_init(x, y); \
/PHP-5.5/sapi/fpm/
H A Dconfig.m4320 AC_TRY_COMPILE([ #include <netinet/tcp.h> ], [struct tcp_info ti; int x = TCP_INFO;], [
334 AC_TRY_COMPILE([ #include <sys/socket.h> ], [int x = SO_LISTENQLIMIT; int y = SO_LISTENQLEN;], [
576 if test -x "$PKG_CONFIG" && $PKG_CONFIG --exists libsystemd; then
584 elif test -x "$PKG_CONFIG" && $PKG_CONFIG --exists libsystemd-daemon; then
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_config.h14 # define __attribute__(x) /*NOTHING*/ argument
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_012.phpt25 Content-Type: application/x-www-form-urlencoded
H A Dphp_cli_server_013.phpt25 Content-Type: application/x-www-form-urlencoded
H A Dphp_cli_server_014.phpt32 Content-Type: application/x-www-form-urlencoded
51 Content-Type: application/x-www-form-urlencoded
/PHP-5.5/sapi/apache_hooks/
H A Dconfig.w324 ARG_WITH('apache-hooks', 'Build Apache 1.3.x (hooks) version of PHP', 'no');
H A DREADME191 being handled by the standard application/x-httpd-php handler.
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI98 AddType application/x-httpd-fastphp .php
99 Action application/x-httpd-fastphp /fcgi-bin/php-cgi
/PHP-5.5/sapi/cgi/tests/
H A D010.phpt15 putenv("TRANSLATED_PATH=".$f."/x");
16 putenv("SCRIPT_FILENAME=".$f."/x");
/PHP-5.5/sapi/apache2filter/
H A DREADME22 $ cd apache-2.x
32 $ cd php-4.x
38 AddType application/x-httpd-php .php
42 AddType application/x-httpd-php-source .phps
H A Dconfig.m416 if test "$?" != "0" && test -x /usr/sbin/apxs; then
62 # Test that we're trying to configure with apache 2.x
95 if test -x "$APR_CONFIG"; then
98 if test -x "$APU_CONFIG"; then
H A Dconfig.w324 ARG_ENABLE('apache2filter', 'Build Apache 2.x filter', 'no');
22 ARG_ENABLE('apache2-2filter', 'Build Apache 2.2.x filter', 'no');
H A Dsapi_apache2.c407 #define safe_strdup(x) ((x)?strdup((x)):NULL) in php_apache_request_ctor() argument
/PHP-5.5/sapi/apache2handler/
H A DREADME26 $ cd apache-2.x
36 $ cd php-4.x
42 AddType application/x-httpd-php .php
46 AddType application/x-httpd-php-source .phps
H A Dconfig.m415 if test "$?" != "0" && test -x /usr/sbin/apxs; then
61 # Test that we're trying to configure with apache 2.x
94 if test -x "$APR_CONFIG"; then
97 if test -x "$APU_CONFIG"; then
H A Dconfig.w324 ARG_ENABLE('apache2handler', 'Build Apache 2.x handler', 'no');
22 ARG_ENABLE('apache2-2handler', 'Build Apache 2.2.x handler', 'no');
41 ARG_ENABLE('apache2-4handler', 'Build Apache 2.4.x handler', 'no');

Completed in 43 milliseconds

12345678910>>...47