Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 25 of 62) sorted by last modified time

123

/PHP-7.4/
H A DNEWS570 . Fixed bug #76525 (mysqli::commit does not throw if MYSQLI_REPORT_ERROR
589 unavailable before PDO::commit). (Nikita)
H A D.travis.yml48 …- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} - Change view : …
H A DCONTRIBUTING.md10 had several contributions accepted, commit privileges are often quickly granted.
26 * [Git commit rules](#git-commit-rules)
103 should be credited, the `Co-authored-by` tag in the commit message may be used.
290 ## Git commit rules
292 This section refers to contributors that have Git push access and make commit
363 3. Do not commit multiple files and dump all messages in one commit. If you
365 nice commit message for each one. See example below.
367 4. Do write your commit message in such a way that it makes sense even without
372 5. In your commit messages, keep each line shorter than 80 characters. And try
378 The format of the commit messages is pretty simple.
[all …]
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c110 static int mysqli_commit_or_rollback_libmysql(MYSQL * conn, zend_bool commit, const uint32_t mode, … in mysqli_commit_or_rollback_libmysql() argument
123 …(commit? "COMMIT%s %s":"ROLLBACK%s %s"), name_esc? name_esc:"", tmp_str.s? ZSTR_VAL(tmp_str.s):""); in mysqli_commit_or_rollback_libmysql()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c2081 …n_data, tx_commit_or_rollback)(MYSQLND_CONN_DATA * conn, const zend_bool commit, const unsigned in…
2099 query_len = mnd_sprintf(&query, 0, (commit? "COMMIT%s %s":"ROLLBACK%s %s"),
H A Dmysqlnd_structs.h513 …n_data__tx_commit_or_rollback)(MYSQLND_CONN_DATA * conn, const zend_bool commit, const unsigned in…
/PHP-7.4/ext/pdo_firebird/tests/
H A Dddl.phpt32 $dbh->commit();
H A Dbug_62024.phpt16 $dbh->commit();
32 $dbh->commit();
39 $dbh->commit();
H A Dbug_64037.phpt19 $dbh->commit();
33 $dbh->commit();
H A DrowCount.phpt17 $dbh->commit();
31 $dbh->commit();
37 $dbh->commit();
H A Dbug_47415.phpt17 $dbh->commit();
33 $dbh->commit();
H A Dbug_48877.phpt19 $dbh->commit();
34 $dbh->commit();
H A Dbug_53280.phpt15 $dbh->commit();
30 $dbh->commit();
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_reflection.phpt276 Inspecting method 'commit'
292 Inspecting parameter 'flags' of method 'commit'
299 Inspecting parameter 'name' of method 'commit'
H A Dmysqli_class_mysqli_interface.phpt28 'commit' => true,
H A Dmysqli_commit_oo.phpt24 if (false !== ($tmp = @$mysqli->commit())) {
33 if (true !== ($tmp = $mysqli->commit())) {
53 $tmp = $mysqli->commit();
75 if (!$mysqli->commit(0 , "tx_name0123")) {
78 if (!$mysqli->commit(0 , "*/ nonsense")) {
81 if (!$mysqli->commit(0 , "tx_name ulf вендел")) {
84 if (!$mysqli->commit(0 , "tx_name \t\n\r\b")) {
87 if (!$mysqli->commit(MYSQLI_TRANS_COR_AND_CHAIN | MYSQLI_TRANS_COR_NO_RELEASE , "tx_name")) {
93 if (false !== ($tmp = @$mysqli->commit())) {
104 Warning: mysqli::commit(): Transaction name truncated. Must be only [0-9A-Za-z\-_=]+ in %s on line …
[all …]
H A D014.phpt2 mysqli autocommit/commit/rollback
H A D015.phpt2 mysqli autocommit/commit/rollback with innodb
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c620 static PHP_METHOD(PDO, commit) in PHP_METHOD() argument
634 if (dbh->methods->commit(dbh)) { in PHP_METHOD()
1244 PHP_ME(PDO, commit, arginfo_pdo__void, ZEND_ACC_PUBLIC)
H A Dphp_pdo_driver.h311 pdo_dbh_txn_func commit; member
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug66528.phpt2 Bug #66528: No PDOException or errorCode if database becomes unavailable before PDO::commit
25 $dbh->commit();
/PHP-7.4/docs/
H A Drelease-process.md17 commit the fixes.
68 * Create the package.xml, commit
72 the RFC process and a new Git commit without rewriting the php-src Git
73 commit history.
107 8. If all is right, commit the changes to the release branch:
110 git commit -a
256 git commit distributions
260 This is to fetch the last commit id from php-distributions.git and commit
261 this last commit id to `web/php.git`, then, website will now sync.
396 Example: https://git.php.net/?p=php-src.git;a=commit;h=a63c99b
[all …]
/PHP-7.4/ext/pgsql/tests/
H A Dbug72197.phpt25 /* don't commit */
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_insert.phpt42 commit;
53 echo "Test 1 - No commit in procedure, OCI_COMMIT_ON_SUCCESS mode\n";
63 echo "\nTest 2 - No commit in procedure, OCI_NO_AUTO_COMMIT mode\n";
109 Test 1 - No commit in procedure, OCI_COMMIT_ON_SUCCESS mode
116 Test 2 - No commit in procedure, OCI_NO_AUTO_COMMIT mode
H A Dcommit_002.phpt36 echo 'Could not commit: '. $m['message'] . "\n";
50 echo 'Could not commit: '. $m['message'] . "\n";
72 Could not commit: ORA-02091: %s

Completed in 63 milliseconds

123