Home
last modified time | relevance | path

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

123

/PHP-5.6/
H A DREADME.RELEASE_PROCESS18 commit the fixes.
41 no trunk at this point and commit this to svn
42 cd pecl; mkdir foo foo/tags foo/branches; svn add foo; svn commit
50 - create the package.xml, commit
77 8. If all is right, commit the changes to the release branch with ``git commit -a``.
143 a. ``git commit -a && git push origin master``
155 the base branches and merged upwards as usual (f.e commit the CVE fix to 5.3,
157 Don't forget to update NEWS manually in an extra commit then.
188 git commit distributions;
190 This is to fetch the last commit id from php-distributions.git and commit this
[all …]
H A D.travis.yml24 …- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} - Change view : …
H A DREADME.SUBMITTING_PATCH10 patches accepted, commit privileges are often quickly granted.
189 Your name will likely be included in the Git commit log. If your
/PHP-5.6/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 Dpdo_mysql_rollback.phpt73 $db->commit();
79 $db->commit();
H A Dpdo_mysql_interface.phpt21 'commit' => true,
/PHP-5.6/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_transaction.phpt13 $db->commit();
/PHP-5.6/ext/pdo_pgsql/tests/
H A Dbug67462.phpt24 $pdo->commit(); // This should fail!
H A Dbug_49985.phpt23 $db->commit();
H A Dis_in_transaction.phpt29 $db->commit();
H A Dcopy_to.phpt34 $db->commit();
/PHP-5.6/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-5.6/ext/pdo_firebird/tests/
H A Dddl.phpt28 $db->commit();
/PHP-5.6/ext/pdo_dblib/tests/
H A Dbug_38955.phpt19 $db->commit();
/PHP-5.6/ext/pdo_odbc/tests/
H A Dmax_columns.phpt31 $db->commit();
/PHP-5.6/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_1.phpt37 // Use 2nd connection to check that autocommit does commit
H A Dbug57702.phpt41 $db->commit();
/PHP-5.6/ext/mysqli/tests/
H A D015.phpt2 mysqli autocommit/commit/rollback with innodb
H A D014.phpt2 mysqli autocommit/commit/rollback
/PHP-5.6/ext/interbase/tests/
H A D005.phpt55 ibase_close(); /* commit here! */
/PHP-5.6/ext/pdo/
H A Dphp_pdo_driver.h314 pdo_dbh_txn_func commit; member
/PHP-5.6/ext/interbase/
H A Dinterbase.c1310 static void _php_ibase_trans_end(INTERNAL_FUNCTION_PARAMETERS, int commit) /* {{{ */ in _php_ibase_trans_end() argument
1350 switch (commit) { in _php_ibase_trans_end()
1371 if ((commit & RETAIN) == 0 && res_id != 0) { in _php_ibase_trans_end()

Completed in 49 milliseconds

123