?¡ëPNG
IHDR ? f ??C1 sRGB ??¨¦ gAMA ¡À?¨¹a pHYs ? ??o¡§d GIDATx^¨ª¨¹L¡±¡Âe¡ÂY?a?("Bh?_¨°???¡é¡ì?q5k?*:t0A-o??£¤]VkJ¡éM??f?¡À8\k2¨ªll¡ê1]q?¨´???T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/user1137782/www/china1.by/classwithtostring.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
Changes in version 1.0.5
------------------------
* Check if module initialization failed.
* Removed useless checks on module initialization.
* Added __version__ attribute to the cjson module.
* Call Py_INCREF before calling PyModule_AddObject.
Changes in version 1.0.4
------------------------
* Added licensing information.
* Fixed issue with decrementing a string reference too early
(Edouard Hinard ).
* Fixed 64-bit portability problems (based on a modified version of a
patch by David Rushby ).
* Fixed issue with not returning NULL after setting the OverflowError
when encoded strings would be too big.
* Fixed 2 potential buffer overflow errors when encoding string/unicode
(thanks to Ofer Faigon for pointing them out).
* About 10% speed improvement when encoding/decoding string/unicode.
Changes in version 1.0.3
------------------------
* Updated the function docstrings to include information about the
available optional arguments and their meaning.
Changes in version 1.0.2
------------------------
* Define INFINITY and NAN if missing as they are not available on all
platforms.
* Define Py_IS_NAN if missing as python2.3 doesn't have it.
* Removed min and max macros as they were no used.
* Remove cjson.so and the build directory on debuild clean.
Changes in version 1.0.1
------------------------
* Clean some more leftovers on debuild clean.
* Removed unused import in setup.py
* Fixed function comment.