Announcement

Collapse
No announcement yet.

PTS 3.0.0a1 - PHP notices on CentOS 5.5

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • PTS 3.0.0a1 - PHP notices on CentOS 5.5

    Just tested on CentOS 5.5 new nginx test and i received this error after running it:

    PHP Notice: Object of class pts_table_value to string conversion in /home/ppanula/phoronix-test-suite/pts-core/objects/pts_Graph/pts_Graph.php on line 464
    PHP Notice: Object of class pts_table_value to string conversion in /home/ppanula/phoronix-test-suite/pts-core/objects/pts_Graph/pts_Graph.php on line 464
    PHP Notice: Object of class pts_table_value to string conversion in /home/ppanula/phoronix-test-suite/pts-core/objects/pts_Graph/pts_Graph.php on line 464
    PHP Notice: Object of class pts_table_value to string conversion in /home/ppanula/phoronix-test-suite/pts-core/objects/pts_Graph/pts_Graph.php on line 464
    PHP Notice: Object of class pts_table_value to string conversion in /home/ppanula/phoronix-test-suite/pts-core/objects/bilde_renderer/bilde_renderer.php on line 339
    PHP Notice: Object of class pts_table_value to string conversion in /home/ppanula/phoronix-test-suite/pts-core/objects/bilde_renderer/bilde_renderer.php on line 339
    PHP Notice: Object of class pts_table_value to string conversion in /home/ppanula/phoronix-test-suite/pts-core/objects/bilde_renderer/bilde_renderer.php on line 339
    PHP Notice: Object of class pts_table_value to string conversion in /home/ppanula/phoronix-test-suite/pts-core/objects/pts_Graph/pts_Graph.php on line 464
    PHP Notice: Object of class pts_table_value to string conversion in /home/ppanula/phoronix-test-suite/pts-core/objects/pts_Graph/pts_Graph.php on line 464
    PHP Notice: Object of class pts_table_value to string conversion in /home/ppanula/phoronix-test-suite/pts-core/objects/pts_Graph/pts_Graph.php on line 464
    PHP Notice: Object of class pts_table_value to string conversion in /home/ppanula/phoronix-test-suite/pts-core/objects/pts_Graph/pts_Graph.php on line 464
    PHP Notice: Object of class pts_table_value to string conversion in /home/ppanula/phoronix-test-suite/pts-core/objects/bilde_renderer/bilde_renderer.php on line 339
    PHP Notice: Object of class pts_table_value to string conversion in /home/ppanula/phoronix-test-suite/pts-core/objects/bilde_renderer/bilde_renderer.php on line 339
    PHP Notice: Object of class pts_table_value to string conversion in /home/ppanula/phoronix-test-suite/pts-core/objects/bilde_renderer/bilde_renderer.php on line 339
    Would you like to upload these results to Phoronix Global (Y/n): y
    PHP Notice: Undefined variable: to_run_identifiers in /home/ppanula/phoronix-test-suite/pts-core/objects/pts_test_run_manager.php on line 699
    btw, nginx reguires also zlib-devel to be installed, atleast on centos 5.x

  • #2
    The zlib-devel external dependency is now fixed for NGINX. Thanks.

    What PHP version are you running where you see those notices? There is a __toString() for pts_table_value so it should be converting correctly and I haven't hit those notices yet.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      Originally posted by Michael View Post
      The zlib-devel external dependency is now fixed for NGINX. Thanks.

      What PHP version are you running where you see those notices? There is a __toString() for pts_table_value so it should be converting correctly and I haven't hit those notices yet.
      CentOS 5.x has a pretty ancient PHP version, 5.1.6.
      Theres PHP v5.2.something on Testing-repository, but most people dont use it.

      I think Red Hat 5.6, eg. CentOS 5.6 has a updated PHP to 5.3.0 (maybe). But thats not yet released, cant be 100% sure.

      Comment

      Working...
      X