Home
last modified time | relevance | path

Searched refs:progress (Results 1 – 19 of 19) sorted by relevance

/PHP-8.1/ext/pgsql/tests/
H A D09notice.phpt60 Notice: pg_query(): %s already a transaction in progress in %s on line %d
62 Notice: pg_query(): %s already a transaction in progress in %s on line %d
64 Notice: pg_query(): %s already a transaction in progress in %s on line %d
65 string(52) "WARNING: there is already a transaction in progress"
68 string(52) "WARNING: there is already a transaction in progress"
70 string(52) "WARNING: there is already a transaction in progress"
72 string(52) "WARNING: there is already a transaction in progress"
/PHP-8.1/ext/session/
H A Dsession.c2930 early_find_sid_in(&progress->sid, TRACK_VARS_GET, progress); in php_session_rfc1867_early_find_sid()
2967 progress->next_update = Z_LVAL_P(progress->post_bytes_processed) + progress->update_step; in php_session_rfc1867_update()
2976 progress->cancel_upload |= php_check_cancel_upload(progress); in php_session_rfc1867_update()
3022 if (Z_TYPE(progress->sid) && progress->key.s) { in php_session_rfc1867_callback()
3056 if (!Z_TYPE(progress->sid) || !progress->key.s) { in php_session_rfc1867_callback()
3104 add_next_index_zval(&progress->files, &progress->current_file); in php_session_rfc1867_callback()
3115 if (!Z_TYPE(progress->sid) || !progress->key.s) { in php_session_rfc1867_callback()
3128 if (!Z_TYPE(progress->sid) || !progress->key.s) { in php_session_rfc1867_callback()
3147 if (Z_TYPE(progress->sid) && progress->key.s) { in php_session_rfc1867_callback()
3166 efree(progress); in php_session_rfc1867_callback()
[all …]
/PHP-8.1/main/streams/
H A Dphp_stream_context.h46 size_t progress, progress_max; /* position for progress notification */ member
98 (context)->notifier->progress = (sofar); \
104 (context)->notifier->progress += (dsofar); \
106 …php_stream_notify_progress((context), (context)->notifier->progress, (context)->notifier->progress…
/PHP-8.1/.github/actions/setup-windows/
H A Daction.yml8 choco install mysql -y --no-progress --params="/port:3306"
13 …choco install sql-server-express -y --no-progress --install-arguments="/SECURITYMODE=SQL /SAPWD=Pa…
/PHP-8.1/sapi/fpm/tests/
H A Dbug76601-reload-child-signals.phpt64 $tester->expectLogNotice('Reloading in progress ...');
65 /* Consume mix of 'Reloading in progress ...' and 'reloading: .*' */
66 $tester->readAllLogNotices('Reloading in progress ...');
H A Dbug68442-signal-reload.phpt30 $tester->expectLogNotice('Reloading in progress ...');
H A Dbug77934-reload-process-control.phpt31 $tester->expectLogNotice('Reloading in progress ...');
H A Dbug74083-concurrent-reload.phpt53 $tester->readAllLogNotices('Reloading in progress ...');
H A Dreload-uses-sigkill-as-last-measure.phpt42 $tester->expectLogNotice('Reloading in progress ...');
H A Dlogtool.inc429 if ($expectInitialProgressMessage && ! $this->expectNotice('Reloading in progress ...')) {
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug75402.phpt29 "progress" integer NOT NULL,
46 …\"submitter\", \"operation\", \"description\", \"stage\", \"status\", \"progress\", \"insert_datet…
/PHP-8.1/ext/curl/
H A Dinterface.c1290 if (curl->handlers.progress) { in curl_get_gc()
1459 php_curl_callback *t = ch->handlers.progress; in curl_progress()
1761 ch->handlers.progress = NULL; in init_curl_handle()
1926 if (source->handlers.progress) { in _php_setup_easy_copy_handlers()
1929 ZVAL_COPY(&ch->handlers.progress->func_name, &source->handlers.progress->func_name); in _php_setup_easy_copy_handlers()
2827 if (ch->handlers.progress == NULL) { in _php_curl_setopt()
3489 if (ch->handlers.progress) { in curl_free_obj()
3491 efree(ch->handlers.progress); in curl_free_obj()
3560 if (ch->handlers.progress) { in _php_curl_reset_handlers()
3562 efree(ch->handlers.progress); in _php_curl_reset_handlers()
[all …]
H A Dcurl_private.h75 php_curl_callback *progress; member
/PHP-8.1/.github/workflows/
H A Dnightly.yml342 php /usr/bin/composer install --no-progress --ignore-platform-reqs
356 php /usr/bin/composer install --no-progress --ignore-platform-reqs
379 php /usr/bin/composer install --no-progress --ignore-platform-reqs
387 …php /usr/bin/composer create-project symfony/symfony-demo symfony_demo --no-progress --ignore-plat…
399 php /usr/bin/composer install --no-progress --ignore-platform-reqs
H A Dpush.yml38 cancel-in-progress: true
/PHP-8.1/
H A Dphp.ini-development1528 ; Enable upload progress tracking in $_SESSION
1532 ; https://php.net/session.upload-progress.enabled
1535 ; Cleanup the progress information as soon as all POST data has been read
1540 ; https://php.net/session.upload-progress.cleanup
1543 ; A prefix used for the upload progress key in $_SESSION
1547 ; https://php.net/session.upload-progress.prefix
1551 ; containing the upload progress information
1555 ; https://php.net/session.upload-progress.name
1558 ; How frequently the upload progress should be updated.
1563 ; https://php.net/session.upload-progress.freq
[all …]
H A Dphp.ini-production1530 ; Enable upload progress tracking in $_SESSION
1534 ; https://php.net/session.upload-progress.enabled
1537 ; Cleanup the progress information as soon as all POST data has been read
1542 ; https://php.net/session.upload-progress.cleanup
1545 ; A prefix used for the upload progress key in $_SESSION
1549 ; https://php.net/session.upload-progress.prefix
1553 ; containing the upload progress information
1557 ; https://php.net/session.upload-progress.name
1560 ; How frequently the upload progress should be updated.
1565 ; https://php.net/session.upload-progress.freq
[all …]
H A DCONTRIBUTING.md237 progress and prevent your changes getting lost in the PHP mail archives. Some
H A DNEWS350 restart is in progress. (mikhainin)

Completed in 60 milliseconds