summaryrefslogtreecommitdiff
path: root/ext/json
Commit message (Collapse)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-012-2/+2
|
* Fixed bug #55543 (json_encode() with JSON_NUMERIC_CHECK fails on objects ↵Ilia Alshanetsky2011-10-172-1/+14
| | | | with numeric string properties)
* Add test for #53946 to 5.4 (missed it when committing revision 315707)Gwynne Raskind2011-08-291-0/+16
|
* Add unescaped Unicode encoding to json_encode(). Closes bug #53946. Patch by ↵Gwynne Raskind2011-08-294-17/+26
| | | | Irker and Gwynne.
* - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-061-1/+1
|
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
|
* Fixed bug #54484 (Empty string in json_decode doesn't reset json_last_error()).Ilia Alshanetsky2011-06-012-0/+27
|
* fix method name in JsonSerializable exception messagePeter Cowburn2011-04-301-1/+1
|
* Fix Bug #54058, invalid utf-8 doesn't set json_encode() in all casesScott MacVicar2011-02-212-1/+37
|
* Fix Bug #53963, error code isn't always set in certain error cases.Scott MacVicar2011-02-091-0/+2
|
* - Year++Felipe Pena2011-01-012-2/+2
|
* - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, ↵Pierre Joye2010-12-111-0/+1
| | | | generate the install-headers cmd
* Implement FR #44331 (Formatting option for json_encode). Bikeshedding about theAdam Harvey2010-09-163-1/+88
| | | | | | exact form of the JSON pretty printing and brace handling will only be accepted in the form of patches. ;)
* Rebalance the folds in json.c.Adam Harvey2010-09-161-1/+3
|
* Implemented FR #49366 (Make slash escaping optional in json_encode()).Adam Harvey2010-09-163-1/+19
|
* Fix English in the error message emitted when json_decode() is called withAdam Harvey2010-09-141-1/+1
| | | | | depth <= 0.
* Fix bug #52262 - Invalid UTF-8 documents don't set an error code when they ↵Scott MacVicar2010-07-061-0/+1
| | | | fail to decode.
* Ooops, return values...Sara Golemon2010-05-212-2/+2
|
* Add JSON_BIGINT_AS_STRING for json_decode() to parse large numbersSara Golemon2010-05-216-16/+83
| | | | | as strings rather than casting to double and loosing precision.
* Added support for JSON_NUMERIC_CHECK option in json_encode() that converts Ilia Alshanetsky2010-05-204-12/+64
| | | | | | numeric strings to integers.
* Rename JSON_Serializable to JsonSerializable per ML discussionSara Golemon2010-05-122-5/+4
|
* Well we do need zend_throw_exception_ex ;-)Kalle Sommer Nielsen2010-05-061-0/+1
|
* Add JSON_Serializable interfaceSara Golemon2010-05-053-1/+138
| | | | | | | | Objects implementing JSON_Serializable will have their ->jsonSerialize() method called Similar to serialize() and __sleep()
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+135
|
* Remove old dsp/dsw/makefile files, these arent used by the build system ↵Kalle Sommer Nielsen2010-04-211-135/+0
| | | | anymore and are barely updated nor available for all extensions
* - Fixed bug #51590 (JSON_ERROR_UTF8 is undefined)Felipe Pena2010-04-181-0/+1
|
* - Fixed testsFelipe Pena2010-04-032-8/+2
|
* Remove main/php3_compat.h, for that a few references to `function_entry` haveJohannes Schlüter2010-03-301-1/+1
| | | | | to be replaced by `zend_function_entry`.
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* Fix broken json tests in all branchesRasmus Lerdorf2009-08-031-16/+8
|
* MFH: Add error constant when json_encode detects an invalid UTF-8 sequence.Scott MacVicar2009-07-272-0/+3
|
* fix tests corrupted by svn's eol-style=nativeAlexey Zakhlestin2009-07-152-32/+16
|
* fix json shared build on WindowsStanislav Malyshev2009-06-302-4/+10
|
* - MFH: Fixed memleak when depth arg is less than zeroFelipe Pena2009-06-241-0/+1
|
* The json header should be installed so other exts can use itJohannes Schlüter2009-06-231-0/+1
|
* New json extension tests. Tested on Windows, Linux and Linux 64 bit.andy wharmby2009-06-145-0/+450
|
* Fix the build.Andrei Zmievski2009-05-311-0/+1
|
* MFH: no dots in errorsJani Taskinen2009-05-311-3/+3
|
* Expose encode/decode API.Andrei Zmievski2009-05-312-43/+53
|
* Cast to unsigned char to prevent compiler warningKalle Sommer Nielsen2009-05-191-1/+1
|
* MFH: Fix arginfoKalle Sommer Nielsen2009-05-151-0/+1
|
* MFH Allow a custom recursion depth to be specified for json_decode()Scott MacVicar2009-05-143-7/+15
|
* Rebuild credits, was missed in previous RCScott MacVicar2009-04-021-1/+1
|
* MFH: Avoid 2 conversions when decoding numbersMatt Wilmas2009-03-191-6/+17
|
* MFH Missing skip in testsScott MacVicar2009-03-171-0/+2
|
* MFH Replace magic values with a define for json encoding, makes reading it a ↵Scott MacVicar2009-03-171-7/+10
| | | | bit easier
* MFH Add PHP_JSON_FORCE_OBJECT for forcing an object output of an arrayScott MacVicar2009-03-172-1/+13
|
* MFH Deal with overflow when decoding large numbersScott MacVicar2009-03-171-2/+3
|
* MFH Fix bug #47644 - Valid integers are truncated with json_decode()Scott MacVicar2009-03-172-4/+47
|
* Fix tests. Add missing SKIPIF. Tested on Windows, Linux and Linux 64andy wharmby2009-01-232-10/+16
|