1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
Jun 27, 2024 — Jun 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix all compiler warnings More... almost 10 years ago
Update .travis.yaml to test against nightly More... almost 10 years ago
Fix yaml_emit_007, last test! We can now emit refs, test suite completely passes non-zts More... about 10 years ago
All tests pass but yaml_emit_007, currently emitting references is still broken More... about 10 years ago
off-by-one in y_write_object_callback, during zend_string_init was calling sizeof without '- 1' More... about 10 years ago
Update handle_alias to properly handle invalid alias pointers More... about 10 years ago
Accidental variable shadowing of retval in eval_scalar_with_callbacks was causing it to not properly set retval More... about 10 years ago
Update yaml_emit_file to use zend_string instead char+len in zend_parse_parameters More... about 10 years ago
aliases member in parser_state_t zval* -> zval More... about 10 years ago
emit.c cleanup, mostly improperly called functions and double frees More... about 10 years ago
parse.c cleanup, was improperly returning some pointers to stack allocated variables when not properly translated from heap allocation. More... about 10 years ago
Finish porting emit.c, fixing all compile time errors More... about 10 years ago
Fix all compile time errors in parse.c, since we can not do heap allocations anymore update most functions to take a ref to a stack allocation zval. Instead of returning a heap allocation zval More... about 10 years ago
smart_str -> smart_string and fix compile errors in msgpack.c More... about 10 years ago
Bump version for post-1.2.0 development More... about 10 years ago
Bump version for post-1.2.0 development More... about 10 years ago
Merge branch 'pull-request/13' and make 1.2.0 release More... about 10 years ago
Merge branch 'pull-request/13' and make 1.2.0 release More... about 10 years ago
Allow unserialize for !php/object to be disabled More... about 10 years ago
Allow unserialize for !php/object to be disabled More... about 10 years ago
Merge branch 'pull-request/12' More... about 10 years ago
Merge branch 'pull-request/12' More... about 10 years ago
Include debugging information in test builds More... about 10 years ago
Include debugging information in test builds More... about 10 years ago
Whitespace and format cleanup More... about 10 years ago
Whitespace and format cleanup More... about 10 years ago
Resolve quoted and non-specific scalars as strings More... about 10 years ago
Resolve quoted and non-specific scalars as strings More... about 10 years ago
Avoid double free when unserializing fails More... about 10 years ago
Avoid double free when unserializing fails More... about 10 years ago