Grammar parser library 2.x requires PHP 5.3, so make this an API module requirement
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #1832648. -->
Reported by: [mile23](https://www.drupal.org/user/116231)
>>>
<p>I'm trying to install API.</p>
<p>A minimal install following the instructions in <span class="drupalorg-gitlab-issue-link project-issue-status-info project-issue-status-0"><a href="https://www.drupal.org/docs/7/modules/api-module/create-your-own-api-7x-1x-site-in-drupal-7" title="Status: Unknown">#1516558: Create your own API 7.x-1.x Site in Drupal 7</a></span> yields this error in the title of this issue:</p>
<p>PHP Parse error: syntax error, unexpected T_CONST in path/sites/all/libraries/grammar_parser/engine/list.inc on line 14</p>
<p>Details: I managed to install the wrong version of grammar_parser and got the same results as <span class="drupalorg-gitlab-issue-link project-issue-status-info project-issue-status-7"><a href="https://www.drupal.org/project/api/issues/1826760" title="Status: Closed (fixed)">#1826760: Fatal error with wrong grammar parser library version</a></span>, so I updated and uninstalled/reinstalled everything, only to see the T_CONST error on cron run:</p>
<p>PHP Parse error: syntax error, unexpected T_CONST in path/sites/all/libraries/grammar_parser/engine/list.inc on line 14</p>
<p>Here's my list of enabled modules:</p>
<pre> Package Name Type Version <br> Chaos tool suite Chaos tools (ctools) Module 7.x-1.2 <br> Core Block (block) Module 7.16 <br> Core Color (color) Module 7.16 <br> Core Comment (comment) Module 7.16 <br> Core Contextual links (contextual) Module 7.16 <br> Core Dashboard (dashboard) Module 7.16 <br> Core Database logging (dblog) Module 7.16 <br> Core Field (field) Module 7.16 <br> Core Field SQL storage (field_sql_storage) Module 7.16 <br> Core Field UI (field_ui) Module 7.16 <br> Core File (file) Module 7.16 <br> Core Filter (filter) Module 7.16 <br> Core Help (help) Module 7.16 <br> Core Image (image) Module 7.16 <br> Core List (list) Module 7.16 <br> Core Menu (menu) Module 7.16 <br> Core Node (node) Module 7.16 <br> Core Number (number) Module 7.16 <br> Core Options (options) Module 7.16 <br> Core Path (path) Module 7.16 <br> Core RDF (rdf) Module 7.16 <br> Core Search (search) Module 7.16 <br> Core Shortcut (shortcut) Module 7.16 <br> Core System (system) Module 7.16 <br> Core Taxonomy (taxonomy) Module 7.16 <br> Core Testing (simpletest) Module 7.16 <br> Core Text (text) Module 7.16 <br> Core Toolbar (toolbar) Module 7.16 <br> Core Update manager (update) Module 7.16 <br> Core User (user) Module 7.16 <br> Development API (api) Module 7.x-1.1 <br> Libraries Grammar Parser Library (gplib) Module 7.x-1.0 <br> Other Libraries (libraries) Module 7.x-2.0 <br> Core Bartik (bartik) Theme 7.16 <br> Core Seven (seven) Theme 7.16 </pre>
issue