Update to PEAR 1.7.2, Image_Canvas 0.3.1, Image_Color 1.0.3, Image_Graph 0.7.2, XML_Parser 1.3.1.

Removed PHP_Compat, and references to it.
Removed ionCube/Zend/mmCache compatibility checks in test.php script.
Changed minimum PHP requirement to 5.0 in test.php script.
This commit is contained in:
anubis
2009-01-04 19:22:54 -05:00
parent 60b674c776
commit fae6352bf2
384 changed files with 34150 additions and 44524 deletions

View File

@@ -1,17 +1,17 @@
In this folder the files for the Image_Graph_Plot_Map are located. They should be the
following format:
[map name].png
[map name].txt
The [map name].png (fx. europe.png) is the actual image presenting the map. The
[map name].txt file is the location -> (x,y) conversion table. In this file the
named locations is written on every line with the x and y coordinates after the
name (with a TAB), i.e.:
Denmark 10 30
England 4 30
Where Denmark will be 'located' on (10, 30) on the map, and England at (4, 30).
In this folder the files for the Image_Graph_Plot_Map are located. They should be the
following format:
[map name].png
[map name].txt
The [map name].png (fx. europe.png) is the actual image presenting the map. The
[map name].txt file is the location -> (x,y) conversion table. In this file the
named locations is written on every line with the x and y coordinates after the
name (with a TAB), i.e.:
Denmark 10 30
England 4 30
Where Denmark will be 'located' on (10, 30) on the map, and England at (4, 30).
No maps are released by default due to we want to avoid possible copyright issues.