Home
last modified time | relevance | path

Searched refs:shutdown (Results 51 – 75 of 85) sorted by relevance

1234

/PHP-8.2/Zend/tests/
H A Dgh9916-008.phpt2 Bug GH-9916 008 (Entering shutdown sequence with a fiber suspended in a Generator emits an unavoida…
H A Dgh9916-006.phpt2 Bug GH-9916 006 (Entering shutdown sequence with a fiber suspended in a Generator emits an unavoida…
H A Dgh15108-004.phpt19 * running in a fiber (at shutdown) */
H A Dgh9916-011.phpt2 Bug GH-9916 011 (Entering shutdown sequence with a fiber suspended in a Generator emits an unavoida…
H A Dgh9916-009.phpt2 Bug GH-9916 009 (Entering shutdown sequence with a fiber suspended in a Generator emits an unavoida…
H A Dgh9916-007.phpt2 Bug GH-9916 007 (Entering shutdown sequence with a fiber suspended in a Generator emits an unavoida…
/PHP-8.2/ext/zend_test/tests/
H A Dobserver_shutdown_02.phpt2 Observer: Function calls from a __destruct during shutdown are observable
/PHP-8.2/tests/classes/
H A Ddestructor_and_globals.phpt2 ZE2 accessing globals from destructor in shutdown
H A Dfactory_and_singleton_002.phpt98 Warning: Call to protected test::__destruct() from global scope during shutdown ignored in Unknown …
/PHP-8.2/sapi/cli/tests/
H A Dbug80092.phpt2 Bug #80092 (ZTS + preload = segfault on shutdown)
/PHP-8.2/ext/opcache/tests/
H A Dphp_cli_server.inc54 /* Wait for server to shutdown */
/PHP-8.2/main/
H A DSAPI.h42 #undef shutdown
220 int (*shutdown)(struct _sapi_module_struct *sapi_module); member
H A Dphp_network.h31 #undef shutdown
32 #define shutdown(s,n) /* nothing */ macro
/PHP-8.2/Zend/
H A Dzend_extensions.h85 shutdown_func_t shutdown; member
H A Dzend_extensions.c185 if (extension->shutdown) { in zend_extension_shutdown()
186 extension->shutdown(extension); in zend_extension_shutdown()
H A DREADME.md29 `DL_UNLOAD()` is skipped during the shutdown of shared extensions.
/PHP-8.2/ext/pdo_firebird/tests/
H A Dpayload_server.inc73 /* Wait for server to shutdown */
/PHP-8.2/ext/curl/tests/
H A Dserver.inc76 /* Wait for server to shutdown */
/PHP-8.2/sapi/apache2handler/
H A Dsapi_apache2.c58 #undef shutdown
423 apache2_sapi_module.shutdown(&apache2_sapi_module); in php_apache_server_shutdown()
433 apache2_sapi_module.shutdown(&apache2_sapi_module); in php_apache_child_shutdown()
/PHP-8.2/sapi/embed/
H A DREADME.md27 /* Close the 'zend_try' block and invoke the shutdown phase: request
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_commands.c256 MYSQLND_METHOD(mysqlnd_command, shutdown)(MYSQLND_CONN_DATA * const conn, const uint8_t level) in MYSQLND_METHOD() argument
685 MYSQLND_METHOD(mysqlnd_command, shutdown),
/PHP-8.2/main/streams/
H A Dxp_socket.c210 shutdown(sock->socket, SHUT_RD); in php_sockop_close()
458 xparam->outputs.returncode = shutdown(sock->socket, shutdown_how[xparam->how]); in php_sockop_set_option()
/PHP-8.2/
H A DNEWS126 . Fixed bug GH-15108 (Segfault when destroying generator during shutdown).
571 . Fix ZTS persistent resource crashes on shutdown. (nielsdos)
690 . Fix crash on Apache shutdown with persistent connections. (nielsdos)
712 . Fixed bug GH-12974 (Apache crashes on shutdown when using pg_pconnect()).
898 . Fixed bug #80092 (ZTS + preload = segfault on shutdown). (nielsdos)
1406 . Fixed bug GH-10015 (zend_signal_handler_defer crashes on apache shutdown).
1468 . Fixed bug GH-10052 (Browscap crashes PHP 8.1.12 on request shutdown
1481 . Fixed bug GH-9916 (Entering shutdown sequence with a fiber suspended in a
1483 . Fixed bug GH-10437 (Segfault/assertion when using fibers in shutdown
/PHP-8.2/ext/oci8/
H A Dphp_oci8_int.h530 int shutdown; /* in shutdown flag */ variable
/PHP-8.2/win32/
H A Dsendmail.c312 shutdown(PW32G(mail_socket), 0); in TSMClose()

Completed in 53 milliseconds

1234