Home
last modified time | relevance | path

Searched refs:commit (Results 26 – 50 of 69) sorted by relevance

123

/PHP-8.0/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.
108 8. If all is right, commit the changes to the release branch:
111 git commit -a
259 git commit distributions
263 This is to fetch the last commit id from php-distributions.git and commit
264 this last commit id to `web/php.git`, then, website will now sync.
409 Example: https://git.php.net/?p=php-src.git;a=commit;h=a63c99b
[all …]
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_begintransaction.phpt48 if (!$db->commit())
52 printf("[009] Autocommit should be on after commit()\n");
70 if (!$db->commit())
125 $db->commit();
126 // Now we should be back to autocommit - we've issues a commit
162 if (!$db->commit())
H A Dbug66528.phpt2 Bug #66528: No PDOException or errorCode if database becomes unavailable before PDO::commit
25 $dbh->commit();
H A Dpdo_mysql_rollback.phpt76 $db->commit();
82 $db->commit();
H A Dpdo_mysql_interface.phpt21 'commit' => true,
/PHP-8.0/
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.
287 ## Git commit rules
289 This section refers to contributors that have Git push access and make commit
360 3. Do not commit multiple files and dump all messages in one commit. If you
362 nice commit message for each one. See example below.
364 4. Do write your commit message in such a way that it makes sense even without
369 5. In your commit messages, keep each line shorter than 80 characters. And try
375 The format of the commit messages is pretty simple.
[all …]
H A D.gitattributes16 # Enable commit diffs for binary PHP test files. Some PHP test files include
H A D.travis.yml48 …- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} - Change view : …
/PHP-8.0/ext/pgsql/tests/
H A Dbug72197.phpt29 /* don't commit */
/PHP-8.0/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_transaction.phpt14 $db->commit();
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dbug67462.phpt24 $pdo->commit(); // This should fail!
H A Dbug_49985.phpt23 $db->commit();
H A Dgh9411.phpt28 $db->commit();
H A Dis_in_transaction.phpt29 $db->commit();
/PHP-8.0/ext/oci8/tests/
H A Ddescriptors.phpt2 commit connection after destroying the descriptor
H A Dconnect_scope1.phpt37 oci_execute($s, OCI_DEFAULT); // no commit
H A Dconnect_scope2.phpt37 oci_execute($s, OCI_DEFAULT); // no commit
H A Ddrcp_scope5.phpt13 // Similar to drcp_scope3.phpt but does a commit before end of
/PHP-8.0/ext/pdo_firebird/tests/
H A Dddl.phpt32 $dbh->commit();
/PHP-8.0/ext/dom/tests/
H A Dnode_textcontent.phpt14 https://github.com/GNOME/libxml2/commit/f3c06692e0d200ae0d35b5b3c31de8c56aa99ac6
/PHP-8.0/ext/pdo_dblib/tests/
H A Dbug_38955.phpt19 $db->commit();
/PHP-8.0/ext/pdo_odbc/tests/
H A Dmax_columns.phpt33 $db->commit();
/PHP-8.0/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_1.phpt37 // Use 2nd connection to check that autocommit does commit
/PHP-8.0/ext/mysqli/tests/
H A D015.phpt2 mysqli autocommit/commit/rollback with innodb
/PHP-8.0/scripts/dev/
H A Dmakedist30 <tree-ish> The Git tree or Git commit to produce an archive for. This

Completed in 37 milliseconds

123