|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-08-01 02:04 UTC] aharvey@php.net
-Status: Open
+Status: Feedback
[2012-08-01 02:04 UTC] aharvey@php.net
[2012-08-01 02:05 UTC] aharvey@php.net
[2013-02-18 00:35 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 17:00:01 2025 UTC |
Description: ------------ fabien@golap:~/entrepreneurship/solutions/developpement/frameworks$ php --version PHP 5.3.10-1ubuntu3.2 with Suhosin-Patch (cli) (built: Jun 13 2012 17:20:55) Copyright (c) 1997-2012 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies with Suhosin v0.9.33, Copyright (c) 2007-2012, by SektionEins GmbH fabien@golap:~/entrepreneurship/solutions/developpement/frameworks$ php -c ~/entrepreneurship/solutions/administration-systeme/php-config/cli/frameworks.ini bif/sf/persistence/userTables/tests/tu_SF_CreateUserTables.php 1234567 Fatal error: Declaration of spocita\bif\sf\persistence\functionalStrategy\SF_ExactRowNumber::compare() must be compatible with that of spocita\bif\sf\persistence\functionalStrategy\SF_IComparisonStrategy::compare() in /home/entrepreneurship/solutions/developpement/frameworks/bif/sf/persistence/functionalStrategy/php/SF_ExactRowNumber.php on line 10 [Exit 255] Test script: --------------- Seems very similar to bug #60717. Expected result: ---------------- Get rid of weird message and being able to compile (apparently) correct code.