SOURCES: php-firephp.patch (NEW) - pld paths in examples

glen glen at pld-linux.org
Thu Jul 31 12:11:19 CEST 2008


Author: glen                         Date: Thu Jul 31 10:11:18 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- pld paths in examples

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

---- Diffs:

================================================================
Index: SOURCES/php-firephp.patch
diff -u /dev/null SOURCES/php-firephp.patch:1.1
--- /dev/null	Thu Jul 31 12:11:19 2008
+++ SOURCES/php-firephp.patch	Thu Jul 31 12:11:13 2008
@@ -0,0 +1,28 @@
+--- php-firephp-0.1.1/demo/oo.php~	2008-07-14 05:07:08.000000000 +0300
++++ php-firephp-0.1.1/demo/oo.php	2008-07-31 13:07:20.682846194 +0300
+@@ -39,10 +39,8 @@
+ 
+ /* NOTE: You must have the FirePHPCore library in your include path */
+ 
+-set_include_path('./../lib/'.PATH_SEPARATOR.get_include_path());
+- 
+ 
+-require('FirePHPCore/FirePHP.class.php');
++require('/usr/share/php/FirePHP.class.php');
+ 
+ /* NOTE: You must have Output Buffering enabled via
+          ob_start() or output_buffering ini directive. */
+--- php-firephp-0.1.1/demo/procedural.php~	2008-07-14 05:07:16.000000000 +0300
++++ php-firephp-0.1.1/demo/procedural.php	2008-07-31 13:07:12.632815613 +0300
+@@ -39,10 +39,7 @@
+ 
+ /* NOTE: You must have the FirePHPCore library in your include path */
+ 
+-set_include_path('./../lib/'.PATH_SEPARATOR.get_include_path());
+- 
+-
+-require('FirePHPCore/fb.php');
++require('/usr/share/php/fb.php');
+ 
+ /* NOTE: You must have Output Buffering enabled via
+          ob_start() or output_buffering ini directive. */
================================================================


More information about the pld-cvs-commit mailing list