Home
last modified time | relevance | path

Searched refs:enable (Results 1 – 25 of 247) sorted by relevance

12345678910

/PHP-7.1/travis/
H A Dcompile.sh18 --enable-phpdbg \
19 --enable-fpm \
25 --enable-intl \
30 --enable-exif \
31 --enable-zip \
35 --enable-soap \
43 --enable-shmop \
44 --enable-pcntl \
55 --enable-ftp \
58 --enable-wddx \
[all …]
/PHP-7.1/ext/sysvmsg/
H A Dconfig.m43 PHP_ARG_ENABLE(sysvmsg,whether to enable System V IPC support,
4 [ --enable-sysvmsg Enable sysvmsg support])
9 [AC_MSG_ERROR([Cannot enable System V IPC support, sys/msg.h is missing])
/PHP-7.1/
H A Dmakerpm68 --enable-force-cgi-redirect \
69 --enable-safe-mode \
73 --enable-xml \
74 --enable-wddx \
76 --enable-shared \
85 --enable-cli \
87 --enable-safe-mode \
91 --enable-xml \
92 --enable-wddx \
94 --enable-shared \
/PHP-7.1/ext/shmop/
H A Dconfig.m42 PHP_ARG_ENABLE(shmop, whether to enable shmop support,
3 [ --enable-shmop Enable shmop support])
/PHP-7.1/ext/soap/
H A Dconfig.m44 PHP_ARG_ENABLE(soap, whether to enable SOAP support,
5 [ --enable-soap Enable SOAP support])
15 AC_MSG_ERROR([SOAP extension requires LIBXML extension, add --enable-libxml])
/PHP-7.1/sapi/phpdbg/travis/
H A Dci.sh10 ./configure --disable-all --enable-phpdbg --enable-maintainer-zts
/PHP-7.1/ext/sysvshm/
H A Dconfig.m45 PHP_ARG_ENABLE(sysvshm,whether to enable System V shared memory support,
6 [ --enable-sysvshm Enable the System V shared memory support])
/PHP-7.1/ext/opcache/
H A Dconfig.w321 ARG_ENABLE("opcache", "whether to enable Zend OPcache support", "yes");
3 ARG_ENABLE("opcache-file", "whether to enable file based caching", "yes");
10 AC_DEFINE('HAVE_OPCACHE_FILE_CACHE', 1, 'Define to enable file based caching (experimental)');
/PHP-7.1/ext/tokenizer/
H A Dconfig.m44 dnl Otherwise use enable:
6 PHP_ARG_ENABLE(tokenizer, whether to enable tokenizer support,
/PHP-7.1/ext/opcache/tests/
H A D001_cli.phpt4 opcache.enable=1
13 var_dump($config["directives"]["opcache.enable"]);
H A Dissue0149.phpt4 opcache.enable=1
23 php_cli_server_start('-d opcache.enable=1 -d opcache.enable_cli=1 -d extension=phar.'.PHP_SHLIB_SUF…
H A Drevalidate_path_01.phpt4 opcache.enable=1
39 //php_cli_server_start('-d opcache.enable=1 -d opcache.enable_cli=1 -d opcache.revalidate_path=1');
40 php_cli_server_start('-d opcache.enable=1 -d opcache.enable_cli=1 -d opcache.revalidate_path=1 -d o…
/PHP-7.1/sapi/cgi/
H A DCHANGES1 In PHP5.3 all additional configure options (except --enable-cgi) are removed:
3 --enable-fastcgi CGI: If this is enabled, the cgi module will
14 --enable-force-cgi-redirect
22 --enable-discard-path CGI: If this is enabled, the PHP CGI binary
/PHP-7.1/ext/exif/
H A Dconfig.m45 PHP_ARG_ENABLE(exif, whether to enable EXIF (metadata from images) support,
6 [ --enable-exif Enable EXIF (metadata from images) support])
/PHP-7.1/ext/calendar/
H A Dconfig.m45 PHP_ARG_ENABLE(calendar,whether to enable calendar conversion support,
6 [ --enable-calendar Enable support for calendar conversion])
/PHP-7.1/ext/json/
H A Dconfig.m45 PHP_ARG_ENABLE(json, whether to enable JavaScript Object Serialization support,
9 AC_DEFINE([HAVE_JSON],1 ,[whether to enable JavaScript Object Serialization support])
/PHP-7.1/ext/simplexml/tests/
H A Dbug40451.phpt10 <Host enable="true">
18 $add->Host->addAttribute('enable', 'true');
/PHP-7.1/ext/sysvsem/
H A Dconfig.m45 PHP_ARG_ENABLE(sysvsem,whether to enable System V semaphore support,
6 [ --enable-sysvsem Enable System V semaphore support])
/PHP-7.1/ext/xmlwriter/
H A Dconfig.m45 PHP_ARG_ENABLE(xmlwriter, whether to enable XMLWriter support,
16 AC_MSG_ERROR([XMLWriter extension requires LIBXML extension, add --enable-libxml])
/PHP-7.1/ext/xmlreader/
H A Dconfig.m45 PHP_ARG_ENABLE(xmlreader, whether to enable XMLReader support,
16 AC_MSG_ERROR([XMLReader extension requires LIBXML extension, add --enable-libxml])
/PHP-7.1/ext/ftp/
H A Dconfig.m45 PHP_ARG_ENABLE(ftp,whether to enable FTP support,
6 [ --enable-ftp Enable FTP support])
/PHP-7.1/ext/simplexml/
H A Dconfig.m44 PHP_ARG_ENABLE(simplexml, whether to enable SimpleXML support,
15 AC_MSG_ERROR([SimpleXML extension requires LIBXML extension, add --enable-libxml])
/PHP-7.1/ext/pcntl/
H A Dconfig.m45 PHP_ARG_ENABLE(pcntl, whether to enable pcntl support,
6 [ --enable-pcntl Enable pcntl support (CLI/CGI only)])
/PHP-7.1/ext/wddx/
H A Dconfig.m45 PHP_ARG_ENABLE(wddx,whether to enable WDDX support,
6 [ --enable-wddx Enable WDDX support])
23 AC_MSG_ERROR([WDDX extension requires LIBXML extension, add --enable-libxml])
/PHP-7.1/ext/openssl/tests/
H A Dbug68920.phpt55 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
62 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
71 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d
80 Warning: stream_socket_client(): Failed to enable crypto in %s on line %d

Completed in 37 milliseconds

12345678910