Overview for 'colinodell'
Written by colinodell.com - Blog
/ Original link
on Jun. 29, 2019
After 5 years of development, 3,000,000 downloads, and 58 releases, I'm extremely pleased to announce that league/commonmark version 1.0.0 has been released! What is league/commonmark? league/commonmark is a highly-extensible PHP Markdown parser which is fully compliant with the CommonMark spec. It…
Written by colinodell.com - Blog
/ Original link
on May. 28, 2019
This weekend I've tagged the first pre-releases of the 1.x branch! I strongly encourage everyone to test their applications and extensions against this beta and provide any feedback. (Helpful information can be found in the upgrading guide.) Unless there are any major issues we'll plan on releasing…
Written by colinodell.com - Blog
/ Original link
on Dec. 30, 2018
A cross-site scripting (XSS) vulnerability was found in the PHP League's CommonMark library (league/commonmark) versions 0.15.6 through 0.18.x before 0.18.1. It allows remote attackers to insert unsafe URLs into tags (even if allow_unsafe_links is false) by adding an encoded newline character in th…
Written by colinodell.com - Blog
/ Original link
on Dec. 8, 2018
PHP 7.3 has been released, bringing some great new features to the language such as trailing commas in function calls, throwing errors when JSON parsing fails, array_key_first() / array_key_last() functions, and much more! Here's a brief guide on how to install PHP 7.3 on Linux, Windows, and OS X:…
Written by colinodell.com - Blog
/ Original link
on Nov. 6, 2018
I'm pleased to share that my PHP 7 Upgrade Guide ebook has been featured in the Ultimate Programmer Super Stack bundle! This is a hand-curated collection of 25+ premium ecourses, bestselling ebooks, and bonus resources that will help new programmers: Learn a wide range of today’s most popular (and…
Written by colinodell.com - Blog
/ Original link
on Sep. 20, 2018
This month I released updates for a few of my open-source PHP libraries including league/commonmark, league/html-to-markdown, and colinodell/json5. Here's a quick summary with release notes: league/commonmark v0.18 No breaking changes were introduced to the League's PHP Markdown library, but we did…