diff options
author | ctrlaltca@gmail.com <> | 2012-03-19 11:19:44 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2012-03-19 11:19:44 +0000 |
commit | 942bee46430fe06e17200a9f5a649768081d6eae (patch) | |
tree | ef90db9f203ead2695a8fda3c31c12a88e303e67 /framework/3rdParty | |
parent | f99ef429874fc6ba4bc644ac8d2cf2a378f6f6f4 (diff) |
Droppped php 5.2 support, require 5.3.3 (rc1 was breaking php 5.2 support because of a broken change in TJavaScript::jsonEncode(), but nobody noticed in a month; previous php 5.3 version are broken)
Droppped TJSON, not needed anymore
Name this 3.2-rc2 (to distinguish problems from users caused by this change)
Diffstat (limited to 'framework/3rdParty')
-rw-r--r-- | framework/3rdParty/readme.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/framework/3rdParty/readme.html b/framework/3rdParty/readme.html index bbf3a3a7..23c3e358 100644 --- a/framework/3rdParty/readme.html +++ b/framework/3rdParty/readme.html @@ -81,15 +81,6 @@ projects. <td>N.A.</td>
<td>File_Gettext, File::Gettext::MO, and File::Gettext::PO</td>
</tr>
-
-<tr>
- <td><a href="../Web/Javascripts/TJSON.php">../Web/Javascripts/TJSON.php</a></td>
- <td><a href="http://pear.php.net/pepr/pepr-proposal-show.php?id=198">Service_JSON proposal</a></td>
- <td><a href="http://www.opensource.org/licenses/bsd-license.php">BSD</a></td>
- <td>N.A.</td>
- <td>JSON encoder/decoder by Michal Migurski, Matt Knapp and Brett Stimmerman</td>
-</tr>
-
<tr>
<td>Rico Color is used in the <a href="../Web/Javascripts/source/prado/colorpicker/colorpicker.js">colorpicker.js</a></td>
<td><a href="http://openrico.org/">Rico</a></td>
|