Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: scrivo/highlight.php

Tags

v9.18.1.10

Toggle v9.18.1.10's commit message

Verified

This commit was signed with the committer’s verified signature.
allejo Vladimir Jimenez
Update CI to test against PHP 8.0 - 8.2

v9.18.1.9

Toggle v9.18.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make RegExMatch compatible with PHP 8.1 (#94)

v9.18.1.8

Toggle v9.18.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Drop `mbstring` as a hard dependency (#92)

Default to using `strtolower` and only use `mb_strtolower` when it is
available and necessary. This provides a minor speed boost and allows
running on environments without the `mbstring` extension is not
installed.

v9.18.1.7

Toggle v9.18.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #91 from scrivo/chore/utf8-tests

v9.18.1.6

Toggle v9.18.1.6's commit message

Verified

This commit was signed with the committer’s verified signature.
allejo Vladimir Jimenez
Remove 'ext-dom' from suggested

v9.18.1.5

Toggle v9.18.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #84 from scrivo/hotfix/regex-performance

v9.18.1.4

Toggle v9.18.1.4's commit message

Verified

This commit was signed with the committer’s verified signature.
allejo Vladimir Jimenez
Update docs for new utility functions

v9.18.1.3

Toggle v9.18.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #80 from scrivo/hotfix/split-code-empty-string-war…

…ning

Exit out early when empty string is split

v9.18.1.2

Toggle v9.18.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix UTF-8 support in splitCodeIntoArray() (#76)

v9.18.1.1

Toggle v9.18.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #69 from scrivo/feature/theme-bg-colors

Introduce new `getThemeBackgroundColor` utility function