Add Djot parser to the list of Markdown parsers
Items tagged: @php (9)
Recent Commits to awesome-php:master
-
Add Djot parser to the list of Markdown parsers
Recent Commits to documents
-
Ajustes para uso de CNPJ alfanumérico tanto no CNPJ como nas chaves d…
Ajustes para uso de CNPJ alfanumérico tanto no CNPJ como nas chaves dos documentos fiscais eletrônicos.
Recent Commits to policies:main
-
Merge pull request #10 from Crell/third-party-code
Merge pull request #10 from Crell/third-party-code Add a policy page on third party code usage.
Recent Commits to kint:master
-
Use more modern tricks
Use more modern tricks We've got a few new features between 7.1 and 7.4 so this is nice. Unfortunately we still have to use array_merge for arrays with string keys since that wasn't supported until 8.1
-
Parser: Improve TRIGGER_ mask definitions
Parser: Improve TRIGGER_ mask definitions
-
Utils::isValidPhpName
Utils::isValidPhpName
Recent Commits to Mobile-Detect
-
PHP 8.4 - implicit nulls are deprecated (#960)
PHP 8.4 - implicit nulls are deprecated (#960)
Recent Commits to policies:main
-
Implement the changes of the Release Cycle Update RFC (#5)
Implement the changes of the Release Cycle Update RFC (#5) RFC: https://wiki.php.net/rfc/release_cycle_update --------- Co-authored-by: Peter Kokot <peterkokot@gmail.com> Co-authored-by: Ben Ramsey <ben@benramsey.com> Co-authored-by: Sergey Panteleev <sergey@php.net>
Recent Commits to Search-Replace-DB:master
-
Fix unserialize() warnings, deprecated warnings.
Fix unserialize() warnings, deprecated warnings. As of PHP 8.3 unserialize() triggers E_WARNING instead of E_NOTICE causing SRDB to dump thousands of notices to the screen as it tries to unserialized non-serialized strings. It now checks for serialized data before trying to unserialize. Fixed Deprecation warning creating dynamic property: alter_collation. Fixed Deprecation warning when passing null to htmlentities().