Skip to content

Commit

Permalink
Run script from doc-en PR 3216
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgias committed Feb 29, 2024
1 parent 407b65d commit 166e9f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion reference/pdo/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') {
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="pdo.constants.sqlite_deterministic">
<varlistentry xml:id="pdo.constants.sqlite-deterministic">
<term>
<constant>PDO::SQLITE_DETERMINISTIC</constant>
(<type>int</type>)
Expand Down
4 changes: 2 additions & 2 deletions reference/pdo_mysql/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ foreach ($unbufferedResult as $row) {
</listitem>
</varlistentry>

<varlistentry xml:id="pdo.constants.mysql-attr-cipher">
<varlistentry xml:id="pdo.constants.mysql-attr-ssl-cipher">
<term>
<constant>PDO::MYSQL_ATTR_SSL_CIPHER</constant>
(<type>int</type>)
Expand All @@ -224,7 +224,7 @@ foreach ($unbufferedResult as $row) {
</listitem>
</varlistentry>

<varlistentry xml:id="pdo.constants.mysql-attr-key">
<varlistentry xml:id="pdo.constants.mysql-attr-ssl-key">
<term>
<constant>PDO::MYSQL_ATTR_SSL_KEY</constant>
(<type>int</type>)
Expand Down
2 changes: 1 addition & 1 deletion reference/pdo_odbc/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
&reftitle.constants;
&pdo.driver-constants;
<variablelist>
<varlistentry xml:id="pdo-odbc.constants.pdo-odbc-type">
<varlistentry xml:id="constant.pdo-odbc-type">
<term>
<constant>PDO_ODBC_TYPE</constant>
(<type>string</type>)
Expand Down

0 comments on commit 166e9f7

Please sign in to comment.