Home
last modified time | relevance | path

Searched refs:status (Results 301 – 314 of 314) sorted by relevance

1...<<111213

/PHP-8.3/
H A DNEWS304 ignored in status pool). (Wilhansen Li, Pierrick Charron)
387 systemd status). (Benjamin Cremer)
973 . The status.listen shared pool now uses the same php_values (including
H A Dphp.ini-production807 ; https://php.net/cgi.redirect-status-env
H A Dphp.ini-development805 ; https://php.net/cgi.redirect-status-env
/PHP-8.3/ext/opcache/
H A DZendAccelerator.c4780 int status; local
4782 if (waitpid(pid, &status, 0) < 0) {
4793 if (WIFEXITED(status) && WEXITSTATUS(status) == 0) {
/PHP-8.3/sapi/fpm/tests/
H A Dfcgi.inc492 * Get the keep alive status
/PHP-8.3/Zend/
H A Dzend_execute.c1103 bool status = true; in zend_check_intersection_type_from_cache_slot() local
1106 if (status) { in zend_check_intersection_type_from_cache_slot()
1111 status = false; in zend_check_intersection_type_from_cache_slot()
1119 return status; in zend_check_intersection_type_from_cache_slot()
/PHP-8.3/docs/
H A Drelease-process.md63 > We recommend checking the build status a couple of days before packaging day
67 > Check the CI status for your branch periodically and resolve the failures
/PHP-8.3/build/
H A Dlibtool.m4985 int status = $lt_dlunknown;
989 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
990 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
996 return (status);
4021 # add code to config.status for appending the configuration named by
4508 # `config.status --recheck' to rerun these tests and create the
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c7066 …if (fiber == NULL || fiber->context.status == ZEND_FIBER_STATUS_INIT || fiber->context.status == Z…
7153 if (fiber == NULL || fiber->context.status == ZEND_FIBER_STATUS_DEAD) { in ZEND_METHOD()
/PHP-8.3/ext/mbstring/libmbfl/
H A DLICENSE431 decision will be guided by the two goals of preserving the free status
/PHP-8.3/ext/bcmath/libbcmath/
H A DLICENSE435 decision will be guided by the two goals of preserving the free status
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch2446 - * This is really *bad* because it will modify the status
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic2523 # status of partition dpme_flags
24339 #>0 ubelong x \b, status %#8.8x
38914 # Summary: Windows boot status log BOOTSTAT.DAT
H A Dmagic私はガラスを食べられます2523 # status of partition dpme_flags
24339 #>0 ubelong x \b, status %#8.8x
38914 # Summary: Windows boot status log BOOTSTAT.DAT

Completed in 250 milliseconds

1...<<111213