joshdick / miniProxy

🚨⚠️ UNMAINTAINED! ⚠️🚨 A simple PHP web proxy.
http://joshdick.github.io/miniProxy
GNU General Public License v3.0
860 stars 544 forks source link

Compatibilidade com PHP 5.3.3 #119

Closed silviogarbes closed 5 years ago

silviogarbes commented 6 years ago

Permitir a compatibilidade com o PHP 5.3.3

joshdick commented 5 years ago

Gracias! 👍

joshdick commented 5 years ago

Actually, 5.4.7 is still required (see #39).

From Google Translate / de Google Translate:

En realidad, 5.4.7 todavía es necesario (ver #39).

joshdick commented 5 years ago

@seogates55 $whitelistPatterns is an array of regular expressions. You can either write a regular expression manually, or generate one for a given domain name by passing that domain name to the gethostnamePattern() helper function.

If you have more questions, please open a new issue instead of tacking on to this existing/unrelated one.