X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fpsy%2Fpsysh%2Fbin%2Fpsysh;fp=vendor%2Fpsy%2Fpsysh%2Fbin%2Fpsysh;h=7dbd203e7ab68f9e2afea9df4c6a410a99804ef9;hp=e1d6350c37e97d89e0349de43b7802a3815aebc4;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/psy/psysh/bin/psysh b/vendor/psy/psysh/bin/psysh index e1d6350c3..7dbd203e7 100755 --- a/vendor/psy/psysh/bin/psysh +++ b/vendor/psy/psysh/bin/psysh @@ -98,6 +98,9 @@ if (!class_exists('Psy\Shell')) { // If the psysh binary was included directly, assume they just wanted an // autoloader and bail early. +// +// Keep this PHP 5.3 code around for a while in case someone is using a globally +// installed psysh as a bin launcher for older local versions. if (version_compare(PHP_VERSION, '5.3.6', '<')) { $trace = debug_backtrace(); } elseif (version_compare(PHP_VERSION, '5.4.0', '<')) {