SOURCES: php-shell.patch (NEW) - PLD install

glen glen at pld-linux.org
Wed May 10 14:59:33 CEST 2006


Author: glen                         Date: Wed May 10 12:59:33 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- PLD install

---- Files affected:
SOURCES:
   php-shell.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/php-shell.patch
diff -u /dev/null SOURCES/php-shell.patch:1.1
--- /dev/null	Wed May 10 14:59:33 2006
+++ SOURCES/php-shell.patch	Wed May 10 14:59:28 2006
@@ -0,0 +1,14 @@
+--- ./php-shell.php~	2006-05-08 06:20:03.000000000 +0300
++++ ./php-shell.php	2006-05-10 15:56:03.966166268 +0300
+@@ -1,9 +1,9 @@
+-#!/usr/bin/env php
++#!/usr/bin/php
+ <?php
+     error_reporting(E_ALL);
+     ob_implicit_flush(true);
+ 
+-    require "./PHP_Shell.php";
++    require "/usr/share/php/PHP_Shell.php";
+ 
+     function __autoload($classname) {
+         include str_replace('_', '/', $classname).'.php';
================================================================


More information about the pld-cvs-commit mailing list