You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download the desired version of the package from [master](https://github.com/chillerlan/bbcode/archive/master.zip) or
64
-
[release](https://github.com/chillerlan/bbcode/releases) and extract the contents to your project folder.
63
+
Download the desired version of the package from [master](https://github.com/codemasher/php-bbcode/archive/master.zip) or
64
+
[release](https://github.com/codemasher/php-bbcode/releases) and extract the contents to your project folder.
65
65
Point the namespace `chillerlan/bbcode` to the folder `src` of the package.
66
66
67
67
Profit!
@@ -233,7 +233,7 @@ The parser may cause some high CPU load, depending on the input. You should neve
233
233
in your output subsystem - not even with strong caching. Encode on input - you'll want a preview anyway. ;)
234
234
235
235
You may also run into several bugs. In fact, the BBCoder is essentially a tool to squeeze out any PCRE related bug in PHP known to man (and perhaps unknown). Have fun! ;)
236
-
[It is highly recommended to use these php.ini settings](https://github.com/chillerlan/bbcode/blob/master/travis-php.ini), especially to disable the PCRE JIT in PHP7 which is a troublemaker.
236
+
[It is highly recommended to use these php.ini settings](https://github.com/codemasher/php-bbcode/blob/master/travis-php.ini), especially to disable the PCRE JIT in PHP7 which is a troublemaker.
237
237
In case you happen to run into a PCRE related bug, i ask you to open an issue over here along with the bbcode which caused the error and further information.
0 commit comments