[MDEV-4749] php fails to build when version is >=5.6.11 and MYSQL_OPT_CAN_HANDLE_EXPIRED_PASSWORDS is not present Created: 2013-07-02 Updated: 2013-07-02 Resolved: 2013-07-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.3 |
| Fix Version/s: | 10.0.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Brian Evans | Assignee: | Sergei Golubchik |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Gentoo Linux x86_64 Source build |
||
| Description |
|
When PHP is built against MariaDB 10.0 libmysqlclient, it fails to complete as it is expecting MYSQL_OPT_CAN_HANDLE_EXPIRED_PASSWORDS. From php:
Build log snippet:
|
| Comments |
| Comment by Brian Evans [ 2013-07-02 ] |
|
Invalid bug, sorry. It was fixed in PHP in 5.5. http://bugs.php.net/64394 |
| Comment by Sergei Golubchik [ 2013-07-02 ] |
|
Fixed, indeed. Closing. https://github.com/php/php-src/commit/9d2dda90588cbc9dbf76db30389490cd37d097d9 |