Home
last modified time | relevance | path

Searched refs:shutdown (Results 26 – 50 of 56) sorted by relevance

123

/PHP-5.5/tests/classes/
H A Dfactory_and_singleton_002.phpt100 Warning: Call to protected test::__destruct() from context '' during shutdown ignored in Unknown on…
/PHP-5.5/sapi/tux/
H A Dphp_tux.c381 shutdown(fd, 2);
445 tux_sapi_module.shutdown(&tux_sapi_module); in doesnotmatter_fini()
/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.c425 if (pi3web_sapi_module.shutdown) { in PHP5_shutdown()
426 pi3web_sapi_module.shutdown(&pi3web_sapi_module); in PHP5_shutdown()
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c66 #undef shutdown
388 apache2_sapi_module.shutdown(&apache2_sapi_module); in php_apache_server_shutdown()
398 apache2_sapi_module.shutdown(&apache2_sapi_module); in php_apache_child_shutdown()
/PHP-5.5/sapi/apache/
H A Dmod_php5.c29 #undef shutdown
921 apache_sapi_module.shutdown(&apache_sapi_module); in apache_php_module_shutdown_wrapper()
942 apache_sapi_module.shutdown(&apache_sapi_module); in php_child_exit_handler()
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c618 shutdown(hc->conn_fd, 0);
766 thttpd_sapi_module.shutdown(&thttpd_sapi_module);
/PHP-5.5/sapi/webjames/
H A Dwebjames.c328 sapi_module.shutdown(&sapi_module); in webjames_php_shutdown()
/PHP-5.5/ext/opcache/
H A DREADME136 If enabled, a fast shutdown sequence is used for the accelerated code
137 The fast shutdown sequence doesn't free each allocated block, but lets
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c61 #undef shutdown
572 apache2_sapi_module.shutdown(&apache2_sapi_module); in php_apache_server_shutdown()
/PHP-5.5/main/streams/
H A Dxp_socket.c191 shutdown(sock->socket, SHUT_RD); in php_sockop_close()
398 xparam->outputs.returncode = shutdown(sock->socket, shutdown_how[xparam->how]); in php_sockop_set_option()
/PHP-5.5/ext/sockets/tests/
H A Dsocket_strerror.phpt133 string(45) "Cannot send after transport endpoint shutdown"
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c958 if (isapi_sapi_module.shutdown) { in DllMain()
959 isapi_sapi_module.shutdown(&sapi_module); in DllMain()
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c874 if (nsapi_sapi_module.shutdown) { in php5_close()
875 nsapi_sapi_module.shutdown(&nsapi_sapi_module); in php5_close()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c28 #undef shutdown
1207 apache_sapi_module.shutdown(&apache_sapi_module); in apache_php_module_shutdown_wrapper()
1228 apache_sapi_module.shutdown(&apache_sapi_module); in php_child_exit_handler()
/PHP-5.5/ext/oci8/
H A Dphp_oci8_int.h490 int shutdown; /* in shutdown flag */ variable
/PHP-5.5/sapi/aolserver/
H A Daolserver.c581 ctx->sapi_module->shutdown(ctx->sapi_module); in php_ns_server_shutdown()
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c750 shutdown(req->fd, 1); in fcgi_close()
759 shutdown(req->fd, 1); in fcgi_close()
/PHP-5.5/sapi/roxen/
H A Droxen.c720 roxen_sapi_module.shutdown(&roxen_sapi_module); in pike_module_exit()
/PHP-5.5/win32/
H A Dsendmail.c339 shutdown(sc, 0); in TSMClose()
/PHP-5.5/sapi/caudium/
H A Dcaudium.c781 sapi_module.shutdown(&caudium_sapi_module); in pike_module_exit()
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c1123 shutdown(req->fd, 1); in fcgi_close()
1133 shutdown(req->fd, 1); in fcgi_close()
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c395 shutdown(sslsock->s.socket, SHUT_RD); in php_openssl_sockop_close()
/PHP-5.5/
H A DNEWS1595 . Fixed bug #65481 (shutdown segfault due to serialize) (Mike)
1672 shutdown). (Dmitry)
2177 . Fixed bug #64287 (sendmsg/recvmsg shutdown handler causes segfault).
2608 = no shutdown function). (Dmitry)
3221 . Eliminated unnecessary iterations during request startup/shutdown.
5049 causes crash during shutdown). (Etienne)
6782 before shutdown) (basant dot kukreja at sun dot com)
8528 - Fixed bug #37418 (tidy module crashes on shutdown). (Tony)
9220 shutdown). (Wez)
9717 - Fixed bug #30052 (Crash on shutdown after odbc_pconnect()). (Edin)
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c1853 MYSQLND_METHOD(mysqlnd_conn_data, shutdown)(MYSQLND_CONN_DATA * const conn, uint8_t level TSRMLS_DC) argument
2964 MYSQLND_METHOD(mysqlnd_conn_data, shutdown),
/PHP-5.5/ext/sockets/
H A Dsockets.c2161 if (shutdown(php_sock->bsd_socket, how_shutdown) != 0) {

Completed in 100 milliseconds

123