![]() |
|
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 | ||
| jon Mon May 14 06:45:54 2007 UTC Modified files: /pear/Log package.php package.xml Log: Preparing the 1.9.11 release so that Firebug handler will be available to a wider audience. http://cvs.php.net/viewvc.cgi/pear/L...&diff_format=u Index: pear/Log/package.php diff -u pear/Log/package.php:1.60 pear/Log/package.php:1.61 --- pear/Log/package.php:1.60 Mon Feb 5 07:36:50 2007 +++ pear/Log/package.php Mon May 14 06:45:54 2007 @@ -7,11 +7,9 @@ The Log framework provides an abstracted logging system. It supports logging to console, file, syslog, SQL, Sqlite, mail, and mcal targets. It also provides a subject - observer mechanism. EOT; -$version = '1.9.10'; +$version = '1.9.11'; $notes = <<<EOT -The syslog handler now has an 'inherit' configuration parameter which controls whether or openlog() is called to create a new syslog environment. (Bug 9822) -fflush() is now always called with a valid resource. (Bug 9388) -The mail handler, when composited, no longer sends empty messages. (Bug 8865) +A Firebug log handler has been added. EOT; $package = new PEAR_PackageFileManager2(); http://cvs.php.net/viewvc.cgi/pear/L...&diff_format=u Index: pear/Log/package.xml diff -u pear/Log/package.xml:1.123 pear/Log/package.xml:1.124 --- pear/Log/package.xml:1.123 Mon Feb 5 07:36:50 2007 +++ pear/Log/package.xml Mon May 14 06:45:54 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<package packagerversion="1.5.0" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 +<package packagerversion="1.5.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> @@ -25,10 +25,10 @@ <email>jan@horde.org</email> <active>yes</active> </lead> - <date>2007-02-04</date> - <time>23:36:07</time> + <date>2007-05-13</date> + <time>23:39:17</time> <version> - <release>1.9.10</release> + <release>1.9.11</release> <api>1.0.0</api> </version> <stability> @@ -36,9 +36,7 @@ <api>stable</api> </stability> <license uri="http://www.php.net/license/3_01.txt">PHP License</license> - <notes>The syslog handler now has an 'inherit' configuration parameter which controls whether or openlog() is called to create a new syslog environment. (Bug 9822) -fflush() is now always called with a valid resource. (Bug 9388) -The mail handler, when composited, no longer sends empty messages. (Bug 8865)</notes> + <notes>A Firebug log handler has been added.</notes> <contents> <dir baseinstalldir="/" name="/"> <dir name="docs"> @@ -48,6 +46,7 @@ <file name="display.php" role="doc" /> <file name="error_log.php" role="doc" /> <file name="file.php" role="doc" /> + <file name="firebug.php" role="doc" /> <file name="mail.php" role="doc" /> <file name="null.php" role="doc" /> <file name="observer_mail.php" role="doc" /> @@ -67,6 +66,7 @@ <file name="display.php" role="php" /> <file name="error_log.php" role="php" /> <file name="file.php" role="php" /> + <file name="firebug.php" role="php" /> <file name="mail.php" role="php" /> <file name="mcal.php" role="php" /> <file name="mdb2.php" role="php" /> @@ -90,6 +90,7 @@ <file name="extract-zend2.2.phpt" role="test" /> <file name="factory.phpt" role="test" /> <file name="file.phpt" role="test" /> + <file name="firebug.phpt" role="test" /> <file name="levels.phpt" role="test" /> <file name="null.phpt" role="test" /> <file name="priority.phpt" role="test" /> @@ -129,6 +130,19 @@ <changelog> <release> <version> + <release>1.9.11</release> + <api>1.0.0</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <date>2007-05-13</date> + <license uri="http://www.php.net/license/3_01.txt">PHP License</license> + <notes>A Firebug log handler has been added.</notes> + </release> + <release> + <version> <release>1.9.10</release> <api>1.0.0</api> </version> | |||
| Featured Websites | ||||
|
![]() |
| Tags: cvs, log, packagephp, packagexml, pear |
| 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 |
| cvs: pear /File package.xml | Helgi Þormar Þorbjörnsson | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pear /File package.xml | Helgi Þormar Þorbjörnsson | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pear-core / package-PEAR.xml package2.xml /PEAR/PackageFile/Generator v2.php | Greg Beaver | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pear-core / package-PEAR.xml package2.xml /PEAR Installer.php /PEAR/PackageFile v1.php /PEAR/PackageFile/v2 Validator.php | Greg Beaver | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pear-core / package-PEAR.xml package2.xml /PEAR Downloader.php /PEAR/Downloader Package.php | Greg Beaver | Pear | 0 | 05-20-2007 7:42 PM |
| Featured Websites | ||||
|