openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
php-yaml
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 15 hours
ago. based on code collected
1 day
ago.
Jun 27, 2024 — Jun 27, 2025
Showing page 7 of 18
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix all compiler warnings
Sean DuBois
More...
almost 10 years ago
Update .travis.yaml to test against nightly
Sean DuBois
More...
almost 10 years ago
Fix yaml_emit_007, last test! We can now emit refs, test suite completely passes non-zts
Sean DuBois
More...
about 10 years ago
All tests pass but yaml_emit_007, currently emitting references is still broken
Sean DuBois
More...
about 10 years ago
off-by-one in y_write_object_callback, during zend_string_init was calling sizeof without '- 1'
Sean DuBois
More...
about 10 years ago
Update handle_alias to properly handle invalid alias pointers
Sean DuBois
More...
about 10 years ago
Accidental variable shadowing of retval in eval_scalar_with_callbacks was causing it to not properly set retval
Sean DuBois
More...
about 10 years ago
Update yaml_emit_file to use zend_string instead char+len in zend_parse_parameters
Sean DuBois
More...
about 10 years ago
aliases member in parser_state_t zval* -> zval
Sean DuBois
More...
about 10 years ago
emit.c cleanup, mostly improperly called functions and double frees
Sean DuBois
More...
about 10 years ago
parse.c cleanup, was improperly returning some pointers to stack allocated variables when not properly translated from heap allocation.
Sean DuBois
More...
about 10 years ago
Finish porting emit.c, fixing all compile time errors
Sean DuBois
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
Sean DuBois
More...
about 10 years ago
smart_str -> smart_string and fix compile errors in msgpack.c
Sean DuBois
More...
about 10 years ago
Bump version for post-1.2.0 development
Bryan Davis
More...
about 10 years ago
Bump version for post-1.2.0 development
Bryan Davis
More...
about 10 years ago
Merge branch 'pull-request/13' and make 1.2.0 release
Bryan Davis
More...
about 10 years ago
Merge branch 'pull-request/13' and make 1.2.0 release
Bryan Davis
More...
about 10 years ago
Allow unserialize for !php/object to be disabled
Bryan Davis
More...
about 10 years ago
Allow unserialize for !php/object to be disabled
Bryan Davis
More...
about 10 years ago
Merge branch 'pull-request/12'
Bryan Davis
More...
about 10 years ago
Merge branch 'pull-request/12'
Bryan Davis
More...
about 10 years ago
Include debugging information in test builds
Bryan Davis
More...
about 10 years ago
Include debugging information in test builds
Bryan Davis
More...
about 10 years ago
Whitespace and format cleanup
Bryan Davis
More...
about 10 years ago
Whitespace and format cleanup
Bryan Davis
More...
about 10 years ago
Resolve quoted and non-specific scalars as strings
Bryan Davis
More...
about 10 years ago
Resolve quoted and non-specific scalars as strings
Bryan Davis
More...
about 10 years ago
Avoid double free when unserializing fails
Bryan Davis
More...
about 10 years ago
Avoid double free when unserializing fails
Bryan Davis
More...
about 10 years ago
←
1
2
3
4
5
6
7
8
9
10
11
…
17
18
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree