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 4bb1fd4 commit 195c4b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion reference/pdo/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,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 @@ -209,7 +209,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 @@ -223,7 +223,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

0 comments on commit 195c4b6

Please sign in to comment.