|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2021-11-24 11:11 UTC] cmb@php.net
-Status: Open
+Status: Verified
-Package: PHAR related
+Package: *General Issues
[2021-11-24 11:11 UTC] cmb@php.net
[2022-12-08 05:48 UTC] neskemiquel1456 at gmail dot com
[2022-12-14 04:45 UTC] HannahHilton at jourrapide dot com
[2022-12-19 05:48 UTC] KianJames at rhyta dot com
[2022-12-21 05:27 UTC] CallumGardner at teleworm dot us
[2022-12-26 06:30 UTC] AaronLees at armyspy dot com
[2022-12-27 06:14 UTC] BrandonGraham at rhyta dot com
[2023-01-02 08:52 UTC] neskemiquellllllll at gmail dot com
[2023-01-09 14:45 UTC] rajesh at seomarketing dot me
[2023-01-13 04:13 UTC] helloworld at gmail dot com
[2023-01-17 04:16 UTC] hazelrissa1 at gmail dot com
[2023-01-17 08:06 UTC] GeorgiaHeath at jourrapide dot com
[2023-03-30 16:51 UTC] rohitraj dot bihia at gmail dot com
[2023-04-28 13:24 UTC] hefen54706 at saeoil dot com
[2023-05-03 02:35 UTC] kevinasaw13 at aol dot com
[2024-07-14 05:52 UTC] petk@php.net
-Status: Verified
+Status: Closed
-Assigned To:
+Assigned To: petk
[2024-07-14 05:52 UTC] petk@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 03:00:01 2025 UTC |
Description: ------------ In this function: function _readGlibCVersionFromFeaturesHeaderFile() { $features_header_file = '/usr/include/features.h'; if (!(@file_exists($features_header_file) && @is_readable($features_header_file)) ) { return array(); } if (!@file_exists('/usr/bin/cpp') || !@is_executable('/usr/bin/cpp')) { return $this-_parseFeaturesHeaderFile($features_header_file); HERE ^ there is no > character after $this } // no cpp return $this->_fromGlibCTest(); }