Edit report at http://bugs.php.net/bug.php?id=51590&edit=1
ID: 51590 Updated by: fel...@php.net Reported by: alex006 at freemail dot hu Summary: JSON_ERROR_UTF8 is undefined -Status: Open +Status: Closed Type: Bug Package: JSON related Operating System: Windows PHP Version: 5.3.2 -Assigned To: +Assigned To: felipe New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2010-04-18 20:07:29] fel...@php.net Automatic comment from SVN on behalf of felipe Revision: http://svn.php.net/viewvc/?view=revision&revision=298145 Log: - Fixed bug #51590 (JSON_ERROR_UTF8 is undefined) ------------------------------------------------------------------------ [2010-04-18 19:54:28] alex006 at freemail dot hu Description: ------------ PHP 5.3.2 Apache 2.2.15 Windows 7 Pro Test script: --------------- <?php print JSON_ERROR_SYNTAX; //works, output = 4 print JSON_ERROR_UTF8; //Notice: Use of undefined constant JSON_ERROR_UTF8 ?> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=51590&edit=1