File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 66 . Fixed buf #67497 (eval with parse error causes segmentation fault in
77 generator). (Nikita)
88
9+ - pgsql:
10+ . Fix bug #67555 (Cannot build against libpq 7.3). (Adam)
11+
912
101303 Jul 2014, PHP 5.6.0 Release Candidate 2
1114
Original file line number Diff line number Diff line change @@ -1127,7 +1127,9 @@ PHP_MINIT_FUNCTION(pgsql)
11271127 REGISTER_LONG_CONSTANT ("PGSQL_CONNECTION_MADE" , CONNECTION_MADE , CONST_CS | CONST_PERSISTENT );
11281128 REGISTER_LONG_CONSTANT ("PGSQL_CONNECTION_AWAITING_RESPONSE" , CONNECTION_AWAITING_RESPONSE , CONST_CS | CONST_PERSISTENT );
11291129 REGISTER_LONG_CONSTANT ("PGSQL_CONNECTION_AUTH_OK" , CONNECTION_AUTH_OK , CONST_CS | CONST_PERSISTENT );
1130+ #ifdef CONNECTION_SSL_STARTUP
11301131 REGISTER_LONG_CONSTANT ("PGSQL_CONNECTION_SSL_STARTUP" , CONNECTION_SSL_STARTUP , CONST_CS | CONST_PERSISTENT );
1132+ #endif
11311133 REGISTER_LONG_CONSTANT ("PGSQL_CONNECTION_SETENV" , CONNECTION_SETENV , CONST_CS | CONST_PERSISTENT );
11321134 /* For pg_connect_poll() */
11331135 REGISTER_LONG_CONSTANT ("PGSQL_POLLING_FAILED" , PGRES_POLLING_FAILED , CONST_CS | CONST_PERSISTENT );
You can’t perform that action at this time.
0 commit comments