Home
last modified time | relevance | path

Searched refs:shutdown (Results 1 – 25 of 64) sorted by path

123

/PHP-7.4/
H A DNEWS354 . Fixed bug #80880 (SSL_read on shutdown, ftp/proc_open). (cmb, Jakub
1509 . Updated to LiteSpeed SAPI V7.5 (Fixed clean shutdown). (George Wang)
1511 100 to 1000, added crash handler to cleanly shutdown PHP request, added
1883 . Updated to LiteSpeed SAPI V7.5 (Fixed clean shutdown). (George Wang)
1929 100 to 1000, added crash handler to cleanly shutdown PHP request, added
2593 . Fixed bug #77151 (ftp_close(): SSL_read on shutdown). (Remi)
H A Dconfigure.ac633 shutdown \
/PHP-7.4/Zend/
H A DREADME.md29 `DL_UNLOAD()` is skipped during the shutdown of shared extensions.
H A Dzend_extensions.c178 if (extension->shutdown) { in zend_extension_shutdown()
179 extension->shutdown(extension); in zend_extension_shutdown()
H A Dzend_extensions.h85 shutdown_func_t shutdown; member
/PHP-7.4/Zend/tests/
H A Dbug41026.phpt2 Bug #41026 (segfault when calling "self::method()" in shutdown functions)
26 Warning: (Registered shutdown functions) Unable to call self::on_shutdown() - function does not exi…
H A Dbug55007.phpt11 function shutdown() {
16 register_shutdown_function('shutdown');
H A Dbug60909_1.phpt2 Bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function).
5 register_shutdown_function(function(){echo("\n\n!!!shutdown!!!\n\n");});
22 !!!shutdown!!!
H A Dbug60909_2.phpt2 Bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function).
5 register_shutdown_function(function(){echo("\n\n!!!shutdown!!!\n\n");});
23 !!!shutdown!!!
H A Dbug62763.phpt7 register_shutdown_function(array($this, 'shutdown'));
9 public function shutdown() {
H A Dbug74053.phpt2 Bug #74053 (Corrupted class entries on shutdown when a destructor spawns another object)
H A Dbug76846.phpt2 Bug #76846: Segfault in shutdown function after memory limit error
H A Dgc_025.phpt2 GC 025: Automatic GC on request shutdown
H A Dgc_026.phpt2 GC 026: Automatic GC on request shutdown (GC enabled at run-time)
H A Dgc_034.phpt2 GC 034: GC in request shutdown and resource list destroy
H A Dobject_gc_in_shutdown.phpt2 Bug object gc not working in shutdown
/PHP-7.4/Zend/tests/generators/
H A Dexception_during_shutdown.phpt2 Generator exceptions during shutdown should not be swallowed
/PHP-7.4/azure/
H A Dcommunity_job.yml12 # Because exit() in PHP results in an unclean shutdown, test runs are patching phpunit to
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug77578.phpt9 // To actually be able to verify the crash during shutdown on Windows, we have
/PHP-7.4/ext/curl/tests/
H A Dserver.inc55 /* Wait for server to shutdown */
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_commands.c266 MYSQLND_METHOD(mysqlnd_command, shutdown)(MYSQLND_CONN_DATA * const conn, const uint8_t level) in MYSQLND_METHOD() argument
694 MYSQLND_METHOD(mysqlnd_command, shutdown),
H A Dmysqlnd_connection.c1206 MYSQLND_METHOD(mysqlnd_conn_data, shutdown)(MYSQLND_CONN_DATA * const conn, uint8_t level) argument
1214 ret = conn->command->shutdown(conn, level);
2320 MYSQLND_METHOD(mysqlnd_conn_data, shutdown),
H A Dmysqlnd_structs.h350 func_mysqlnd_execute_com_shutdown shutdown; in MYSQLND_CLASS_METHODS_TYPE() local
/PHP-7.4/ext/oci8/
H A Doci8.c1174 OCI_G(shutdown) = 1; in PHP_MSHUTDOWN_FUNCTION()
H A Dphp_oci8_int.h527 int shutdown; /* in shutdown flag */ variable

Completed in 83 milliseconds

123