Home
last modified time | relevance | path

Searched refs:service (Results 1 – 25 of 45) sorted by last modified time

12

/PHP-7.4/
H A DNEWS1283 . Fixed bug #78889 (php-fpm service fails to start). (Jakub Zelenka)
1454 . Implemented FR #72510 (systemd service should be hardened). (Craig Andrews)
H A DCONTRIBUTING.md142 ├─ appveyor/ # Appveyor CI service files
220 ├─ travis/ # Travis CI service files
H A D.gitignore123 /sapi/fpm/php-fpm.service
/PHP-7.4/azure/i386/
H A Djob.yml83 sudo service mysql start
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_auth_pam.phpt64 die("SKIP pam service file missing 'auth' directive");
67 die("SKIP pam service file missing 'account' directive");
/PHP-7.4/ext/soap/
H A Dphp_sdl.c752 xmlNodePtr service, tmp; in load_wsdl() local
756 service = tmp = zend_hash_get_current_data_ptr(&ctx.services); in load_wsdl()
758 trav = service->children; in load_wsdl()
H A Dsoap.c1213 service->uri = estrdup(service->sdl->target_ns); in PHP_METHOD()
1222 service->typemap = soap_create_typemap(service->sdl, typemap_ht); in PHP_METHOD()
1522 if (service->sdl) {
1789 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&
1791 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {
1828 ((service->type == SOAP_CLASS || service->type == SOAP_OBJECT) &&
1830 if (service->type == SOAP_CLASS || service->type == SOAP_OBJECT) {
2019 if (!service || !service->soap_headers_ptr) {
4879 if (service->uri) {
4882 if (service->sdl) {
[all …]
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgetservbyname_basic.phpt19 foreach ($services as $service) {
20 $port = getservbyname($service, 'tcp');
H A Dgetservbyport_basic.phpt24 $service = getservbyport( 80, "tcp" );
25 if(preg_match("/$service\s+80\/tcp/", $services)) {
H A Dgetservbyname_variation9.phpt9 $service = "www";
20 var_dump(getservbyname( $service, $var ) );
H A Dgetservbyname_variation10.phpt9 $service = "www";
26 var_dump(getservbyname( $service, $var ) );
H A Dgetservbyname_variation11.phpt9 $service = "www";
21 var_dump(getservbyname( $service, $var ) );
H A Dgetservbyname_variation12.phpt9 $service = "www";
21 var_dump(getservbyname( $service, $var ) );
H A Dgetservbyname_variation14.phpt9 $service = "www";
25 var_dump(getservbyname( $service, $var ) );
/PHP-7.4/azure/
H A Dsetup-slapd.sh47 sudo service slapd restart
93 sudo service slapd restart
119 sudo service slapd restart
128 sudo service slapd restart
H A Dsetup.yml4 sudo service mysql start
5 sudo service postgresql start
6 sudo service slapd start
H A Dmsan_job.yml66 sudo service mysql start
/PHP-7.4/ext/sockets/
H A Dsockets.c287 ZEND_ARG_INFO(0, service)
2568 char *service = NULL; local
2577 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|sa", &hostname, &service, &service_len, &zhints) == …
2606 if (getaddrinfo(ZSTR_VAL(hostname), service, &hints, &result) != 0) {
/PHP-7.4/ext/sockets/tests/
H A Dsocket_strerror.phpt153 string(27) "Key was rejected by service"
/PHP-7.4/ext/standard/
H A Dbasic_functions.c773 ZEND_ARG_INFO(0, service)
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.service.in16 # so this service cannot access the global directories and other processes cannot
17 # access this service's directories.
H A Dconfig.m4584 AC_DEFINE_UNQUOTED(PHP_FPM_SYSTEMD, "$php_fpm_systemd", [fpm systemd service type])
612 …/php-fpm.conf sapi/fpm/www.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.…
/PHP-7.4/build/
H A DMakefile.global125 …rm -f sapi/fpm/php-fpm.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.8 sa…
/PHP-7.4/sapi/litespeed/
H A DREADME.md143 `LSAPI_CHILDREN` level as soon as service is back to normal. When
/PHP-7.4/ext/soap/tests/schema/
H A Dtest_schema.inc45 <service name="testService">
49 </service>

Completed in 131 milliseconds

12