|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull Requests
Pull requests:
HistoryAllCommentsChangesGit/SVN commits
[2017-09-30 04:16 UTC] laruence@php.net
[2017-09-30 04:16 UTC] laruence@php.net
-Status: Open
+Status: Closed
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 00:00:01 2025 UTC |
Description: ------------ When doing ./configure && make the following warning appears: /opt/php-7.2.0RC3/ext/standard/dl.c: In function 'php_load_extension': /opt/php-7.2.0RC3/ext/standard/dl.c:113:33: warning: initialization makes integer from pointer without a cast [-Wint-conversion] int error_type, slash_suffix = NULL; ^~~~