[
https://issues.apache.org/jira/browse/LOG4PHP-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gavin closed LOG4PHP-74.
Resolution: Fixed
Works fine now that sqlite is installed/configured
> Buildbot needs PDO extension enabled
>
[
https://issues.apache.org/jira/browse/LOG4PHP-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Hammers updated LOG4PHP-84:
-
Fix Version/s: (was: 2.1)
2.0
RendererMap is unusuable so we shoul
Hi
Luckily you edited LOG4PHP-84 today - this was exactly the bug the
below patch was originally made for. The patch does not work anymore
but the bug is still present! I wrote another patch and created a
unit test. But please review as I "simplified" one of the core classes
that I do not yet ful
[
https://issues.apache.org/jira/browse/LOG4PHP-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764520#action_12764520
]
Christian Hammers commented on LOG4PHP-84:
--
fixed in r824196 but please review!
Author: chammers
Date: Sun Oct 11 23:18:53 2009
New Revision: 824196
URL: http://svn.apache.org/viewvc?rev=824196&view=rev
Log:
LOG4PHP-84 - undefined method in LoggerLoggingEvent when using LoggerRendererMap
* Added test case
* Added fix to LoggerLoggingEvent
* Renamed logger in the properties fi
Author: chammers
Date: Sun Oct 11 22:51:24 2009
New Revision: 824193
URL: http://svn.apache.org/viewvc?rev=824193&view=rev
Log:
phpdoc
Modified:
incubator/log4php/trunk/src/main/php/Logger.php
Modified: incubator/log4php/trunk/src/main/php/Logger.php
URL:
http://svn.apache.org/viewvc/incuba
Author: chammers
Date: Sun Oct 11 22:50:39 2009
New Revision: 824192
URL: http://svn.apache.org/viewvc?rev=824192&view=rev
Log:
typo
Modified:
incubator/log4php/trunk/src/examples/php/renderer_map.php
Modified: incubator/log4php/trunk/src/examples/php/renderer_map.php
URL:
http://svn.apache
Hello
Over at the log4php incubator project we are planning our first release
and thought about offering our package via a PEAR repository as well.
As you have PHP code as well, we wondered if you have already discussed
setting up something like pear.apache.org. If so, did you already got
feedbac
> -Original Message-
> From: Christian Hammers [mailto:[email protected]]
> Sent: Saturday, 10 October 2009 7:39 PM
> To: Log4PHP Dev
> Cc: [email protected]
> Subject: Licence headers in examples/
>
> Hi
>
> Oh, wait... Licence headers in the examples/ directory are kind of
> proble
[
https://issues.apache.org/jira/browse/LOG4PHP-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Grobmeier updated LOG4PHP-74:
---
Fix Version/s: 2.1
Not a show stopper for 2.0
> Buildbot needs PDO extension enabled
[
https://issues.apache.org/jira/browse/LOG4PHP-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Grobmeier updated LOG4PHP-83:
---
Affects Version/s: 2.0
Fix Version/s: 2.1
> Filters can not be configured usi
[
https://issues.apache.org/jira/browse/LOG4PHP-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Grobmeier updated LOG4PHP-84:
---
Fix Version/s: 2.1
> undefined method getLoggerRepository() in LoggerLoggingEvent
> -
[
https://issues.apache.org/jira/browse/LOG4PHP-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Grobmeier updated LOG4PHP-84:
---
Affects Version/s: 2.0
> undefined method getLoggerRepository() in LoggerLoggingEvent
Hi,
> 2.1?
> * LOG4PHP-36 - Implement a LoggerPhpConfigurator
> * LOG4PHP-27 - Add the option of defining permissions of a log file
I postboned them because I agree
> Without them only the following issues are left for 2.0:
> * LOG4PHP-72 Official release date?
Well :-) I think nov
[
https://issues.apache.org/jira/browse/LOG4PHP-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Grobmeier updated LOG4PHP-36:
---
Fix Version/s: (was: 2.0)
2.1
Basic staff is already working,
[
https://issues.apache.org/jira/browse/LOG4PHP-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Grobmeier updated LOG4PHP-27:
---
Fix Version/s: (was: 2.0)
2.1
Should be discussed after 2.0
>
[
https://issues.apache.org/jira/browse/LOG4PHP-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Grobmeier closed LOG4PHP-26.
--
Resolution: Fixed
Yes, it can:
closed with the resolution for LOG4PHP-71
> Add file lo
Hi
The "ant pear-package" still works, it was just pear on my Debian
unstable system hat has some problems.
Only $state in package-config.php would have to be changed to 'stable'.
bye,
-christian-
Am Sun, 11 Oct 2009 02:19:54 +0200
schrieb Christian Hammers :
> Hello
>
> The "Fix versions" f
Author: chammers
Date: Sun Oct 11 13:16:30 2009
New Revision: 824069
URL: http://svn.apache.org/viewvc?rev=824069&view=rev
Log:
* Added the new changes.xml to the pear package.
* Added mylself as developer into the pear package.xml.
Modified:
incubator/log4php/trunk/build.xml
incubator/lo
Hi
PDO is enabled but our tests use SQLite as database backend.
Could you enable the sqlite and the pdo_sqlite modules?
Afterwards the phpinfo should show something like this:
PDO
PDO support => enabled
PDO drivers => sqlite, sqlite2
pdo_sqlite
P
Author: chammers
Date: Sun Oct 11 12:06:57 2009
New Revision: 824059
URL: http://svn.apache.org/viewvc?rev=824059&view=rev
Log:
Let's see if the buildbot has PDO and SQLite installed
Modified:
incubator/log4php/trunk/src/test/php/appenders/LoggerAppenderPDOTest.php
Modified:
incubator/log4p
21 matches
Mail list logo