![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Pear Pear programming, this is a very complex subject as with using pear with php can be a difficult task for some, so lets talk pear. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| cellog Sat May 19 19:28:21 2007 UTC Modified files: /pear/PHP_Archive/Archive Creator.php Log: missing ; in limitedSmartMagicRequire http://cvs.php.net/viewvc.cgi/pear/P...&diff_format=u Index: pear/PHP_Archive/Archive/Creator.php diff -u pear/PHP_Archive/Archive/Creator.php:1.39 pear/PHP_Archive/Archive/Creator.php:1.40 --- pear/PHP_Archive/Archive/Creator.php:1.39 Sat May 19 19:25:44 2007 +++ pear/PHP_Archive/Archive/Creator.php Sat May 19 19:28:21 2007 @@ -24,7 +24,7 @@ * @author Davey Shafik <davey@synapticmedia.net> * @author Greg Beaver <cellog@php.net> * @link http://www.synapticmedia.net Synaptic Media - * @version $Id: Creator.php,v 1.39 2007/05/19 19:25:44 cellog Exp $ + * @version $Id: Creator.php,v 1.40 2007/05/19 19:28:21 cellog Exp $ * @package PHP_Archive * @category PHP */ @@ -418,7 +418,7 @@ { $file_contents = preg_replace( '/(include|require)(_once)?\s*((?:\'|")[^;]+);/', - '$1$2 \'phar://' . $this->alias . '/\' . $3', $contents); + '$1$2 \'phar://' . $this->alias . '/\' . $3;', $contents); return $file_contents; } | |||
| Featured Websites | ||||
|
![]() |
| Tags: creatorphp, cvs, pear, php_archivearchive |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| LOGO and BUTTONS creator | modric | Image Software Programs | 7 | 08-29-2007 4:07 PM |
| cvs: pear /PHP_Archive/Archive Creator.php | Greg Beaver | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pear /PHP_Archive Archive.php | Greg Beaver | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pear /PHP_Archive Archive.php package.php package.xml /PHP_Archive/Archive Creator.php /PHP_Archive/data phar_frontcontroller.tpl | Greg Beaver | Pear | 0 | 05-20-2007 7:42 PM |
| pear install doesn't work due to bug in Archive/Tar | Lars Petersen | Pear | 1 | 05-20-2007 7:41 PM |
| Featured Websites | ||||
|