|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2015-11-07 16:27 UTC] ab@php.net
 
-Status: Open
+Status: Feedback
  [2015-11-07 16:27 UTC] ab@php.net
  [2015-11-08 11:30 UTC] ab@php.net
  [2015-11-22 04:22 UTC] php-bugs at lists dot php dot net
  [2015-11-23 18:00 UTC] fabian at tag1consulting dot com
 
-Status: No Feedback
+Status: Closed
  [2015-11-23 18:00 UTC] fabian at tag1consulting dot com
  [2015-11-23 18:00 UTC] fabian at tag1consulting dot com
 
-Status: Closed
+Status: Assigned
  [2015-11-23 18:00 UTC] fabian at tag1consulting dot com
  [2017-10-24 06:05 UTC] kalle@php.net
 
-Status: Assigned
+Status: Open
  [2021-04-20 10:16 UTC] cmb@php.net
 
-Package: PostgreSQL related
+Package: PDO PgSQL
  [2021-04-20 11:09 UTC] cmb@php.net
 
-Status:      Open
+Status:      Feedback
-Assigned To:
+Assigned To: cmb
  [2021-04-20 11:09 UTC] cmb@php.net
  [2021-05-02 04:22 UTC] php-bugs at lists dot php dot net
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 11:00:01 2025 UTC | 
Description: ------------ Several tests fail with pdo_pgsql on PHP7. Cause is unclear, but exceptions seen only on PHP7 are: - 'Object not in prerequisite state: 7 ERROR: currval of sequence "simpletest386267queue_item_id_seq" is not yet defined in this session:' - 'SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "simpletest203206menu_tree_mlid_seq" does not exist: INSERT INTO simpletest257820config (collection, name, data) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2);' Test script: --------------- Reproducible with Drupal 8 and --with-pdo-pgsql (with Apache): 1. php ./core/scripts/run-tests.sh --sqlite /tmp/coretest.sqlite --dburl pgsql://postgres:12345@localhost/drupal8 --color --non-html --url http://127.0.0.1/ --verbose --class 'Drupal\menu_ui\Tests\MenuCacheTagsTest' 2. php ./core/scripts/run-tests.sh --sqlite /tmp/coretest.sqlite --dburl pgsql://postgres:12345@localhost/drupal8 --color --non-html --url http://127.0.0.1/ --verbose --class 'Drupal\system\Tests\Menu\MenuLinkTreeTest' Expected result: ---------------- Tests do pass (they do with using --php /usr/bin/php5) Actual result: -------------- Tests fail with DB exceptions