mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
No comment.
This commit is contained in:
parent
676bb6b9a0
commit
c20df37045
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@
|
|||
* into your database).
|
||||
*/
|
||||
|
||||
define( "DB_PARAM_SCALAR", 1);
|
||||
define( "DB_PARAM_OPAQUE", 2);
|
||||
define( "DB_PARAM_SCALAR", 1 );
|
||||
define( "DB_PARAM_OPAQUE", 2 );
|
||||
|
||||
/*
|
||||
* These constants define different ways of returning binary data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue