Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/main/streams/
H A Dphp_stream_transport.h181 PHPAPI int php_stream_xport_crypto_enable(php_stream *stream, int activate TSRMLS_DC);
190 int activate; member
H A Dtransports.c375 PHPAPI int php_stream_xport_crypto_enable(php_stream *stream, int activate TSRMLS_DC) in php_stream_xport_crypto_enable()
382 param.inputs.activate = activate; in php_stream_xport_crypto_enable()
/PHP-5.5/Zend/
H A Dzend_extensions.h68 activate_func_t activate; member
H A Dzend_execute_API.c89 if (extension->activate) { in zend_extension_activator()
90 extension->activate(); in zend_extension_activator()
/PHP-5.5/ext/zip/tests/
H A Dbug51353.phpt6 die('skip the test might get very long, activate it manually');
/PHP-5.5/main/
H A DSAPI.c416 if (sapi_module.activate) { in sapi_activate_headers_only()
417 sapi_module.activate(TSRMLS_C); in sapi_activate_headers_only()
483 if (sapi_module.activate) { in sapi_activate()
484 sapi_module.activate(TSRMLS_C); in sapi_activate()
H A DSAPI.h224 int (*activate)(TSRMLS_D); member
/PHP-5.5/ext/intl/
H A DERROR.CONVENTIONS19 you activate warnings with intl.error_level or exceptions with
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c575 if (cparam->inputs.activate && !sslsock->ssl_active) { in php_openssl_enable_crypto()
728 } else if (!cparam->inputs.activate && sslsock->ssl_active) { in php_openssl_enable_crypto()
/PHP-5.5/
H A DINSTALL266 11. ./configure --prefix=/www --activate-module=src/modules/php5/libphp5.a
328 --activate-module=src/modules/php5/libphp5.a and the Apache build
885 php4-imap-4.3.8.tgz. You need to use the phpxs command to activate and
1017 its dependencies, and then activate it. Apache should be restarted in
1339 semicolon to activate them.
H A Dconfigure.in288 dnl activate some gcc specific optimizations for gcc >= 4
H A Dphp.ini-development1493 ; On windows, setting the entropy_length setting will activate the
H A Dphp.ini-production1493 ; On windows, setting the entropy_length setting will activate the
H A DNEWS6161 - Fixed bug #47318 (UMR when trying to activate user config). (Pierre)
7540 type. To activate the ability use "feature"=>SOAP_USE_XSI_ARRAY_TYPE
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja172 % ./configure --activate-module=src/modules/php3/libphp3.a
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c2367 element1->activate = NULL;

Completed in 111 milliseconds