PHP Classes

PHP errors

Recommend this page to a friend!

      SVG math functions graphics  >  All threads  >  PHP errors  >  (Un) Subscribe thread alerts  
Subject:PHP errors
Summary:PHP errors
Messages:2
Author:Ahmad Retha
Date:2012-11-11 23:06:40
Update:2012-11-12 15:59:01
 

  1. PHP errors   Reply   Report abuse  
Picture of Ahmad Retha Ahmad Retha - 2012-11-11 23:06:40
This error shows up when trying to run your example.php file. Even with error reporting switched off and memory doubled it doesn't work:

1: Notice: Undefined property: svg_graph::$step in C:\wamp\www\svg\svg_graphics.php on line 227

2: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 6144 bytes) in C:\wamp\www\svg\svg_graphics.php(94) : runtime-created function on line 1

Using PHP5.3 on Windows 7.

  2. Re: PHP errors   Reply   Report abuse  
Picture of Mikhail Mikhail - 2012-11-12 15:59:01 - In reply to message 1 from Ahmad Retha
Hi,
Thank's for testing, bug fixed.
It's appeared cause for testing of drawing graphics by dots i deleted
step from class, so I return it back and it's working now.

Thank you