|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull Requests
Pull requests: 
 HistoryAllCommentsChangesGit/SVN commits              [2017-10-23 08:08 UTC] krakjoe@php.net
  [2017-10-23 08:08 UTC] krakjoe@php.net
 
-Status: Open
+Status: Closed
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 01:00:01 2025 UTC | 
Description: ------------ When doing ./configure && make The following compilation warning appears: /opt/php/ext/dba/dba_gdbm.c: In function 'dba_open_gdbm': /opt/php/ext/dba/dba_gdbm.c:69:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] *error = gdbm_strerror(gdbm_errno); ^