Home
last modified time | relevance | path

Searched refs:activate (Results 1 – 18 of 18) sorted by relevance

/PHP-7.0/tests/lang/
H A D034.phpt6 <?php # try to activate a german locale
13 # activate the german locale
H A Dbug30638.phpt4 <?php # try to activate a german locale
13 # activate the german locale
/PHP-7.0/main/streams/
H A Dphp_stream_transport.h196 PHPAPI int php_stream_xport_crypto_enable(php_stream *stream, int activate);
202 int activate; member
H A Dtransports.c373 PHPAPI int php_stream_xport_crypto_enable(php_stream *stream, int activate) in php_stream_xport_crypto_enable() argument
380 param.inputs.activate = activate; in php_stream_xport_crypto_enable()
/PHP-7.0/ext/zip/tests/
H A Dbug51353.phpt6 die('skip the test might get very long, activate it manually');
/PHP-7.0/Zend/
H A Dzend_extensions.h70 activate_func_t activate; member
H A Dzend_execute_API.c86 if (extension->activate) { in zend_extension_activator()
87 extension->activate(); in zend_extension_activator()
/PHP-7.0/main/
H A DSAPI.c425 if (sapi_module.activate) { in sapi_activate_headers_only()
426 sapi_module.activate(); in sapi_activate_headers_only()
483 if (sapi_module.activate) { in sapi_activate()
484 sapi_module.activate(); in sapi_activate()
H A DSAPI.h227 int (*activate)(void); member
/PHP-7.0/ext/intl/
H A DERROR.CONVENTIONS19 you activate warnings with intl.error_level or exceptions with
/PHP-7.0/ext/openssl/
H A Dxp_ssl.c1797 if (cparam->inputs.activate && !sslsock->ssl_active) { in php_openssl_enable_crypto()
1930 } else if (!cparam->inputs.activate && sslsock->ssl_active) { in php_openssl_enable_crypto()
/PHP-7.0/ext/mbstring/
H A DREADME_PHP3-i18n-ja172 % ./configure --activate-module=src/modules/php3/libphp3.a
/PHP-7.0/
H A DINSTALL681 php4-imap-4.3.8.tgz. You need to use the phpxs command to activate and
813 its dependencies, and then activate it. Apache should be restarted in
1135 semicolon to activate them.
H A Dconfigure.in288 dnl activate some gcc specific optimizations for gcc >= 4
H A Dphp.ini-development1446 ; On windows, setting the entropy_length setting will activate the
H A Dphp.ini-production1446 ; On windows, setting the entropy_length setting will activate the
H A DNEWS2581 . Fixed bug #70456 (mysqlnd doesn't activate TCP keep-alive when connecting to
/PHP-7.0/ext/opcache/
H A DZendAccelerator.c2430 element1->activate = NULL; in accelerator_remove_cb()

Completed in 76 milliseconds