Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / psy / psysh / bin / psysh
index e1d6350c37e97d89e0349de43b7802a3815aebc4..7dbd203e7ab68f9e2afea9df4c6a410a99804ef9 100755 (executable)
@@ -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', '<')) {