Re: [systemd-devel] Native PHP extension

2012-07-09 Thread Lennart Poettering
On Tue, 03.07.12 09:32, David Strauss ([email protected]) wrote: > > Good points. I'll reverse the names to become (at least soon): > > php-systemd (at least until it's available under PECL) > python-systemd (which will be usable under Python 2 or 3) > > To still keep them grouped, I'll al

Re: [systemd-devel] Native PHP extension

2012-07-03 Thread David Strauss
Good points. I'll reverse the names to become (at least soon): php-systemd (at least until it's available under PECL) python-systemd (which will be usable under Python 2 or 3) To still keep them grouped, I'll also moved them: github.com/systemd/php-systemd github.com/systemd/python-systemd I mi

Re: [systemd-devel] Native PHP extension

2012-07-03 Thread Colin Guthrie
'Twas brillig, and Zbigniew Jędrzejewski-Szmek at 03/07/12 09:49 did gyre and gimble: > On 07/03/2012 09:04 AM, David Strauss wrote: >> Starting with just sd_journal_send(), PHP now has the rumblings of a >> native extension: >> >> https://github.com/davidstrauss/systemd-php > Hi, > at least under

Re: [systemd-devel] Native PHP extension

2012-07-03 Thread Zbigniew Jędrzejewski-Szmek
On 07/03/2012 09:04 AM, David Strauss wrote: > Starting with just sd_journal_send(), PHP now has the rumblings of a > native extension: > > https://github.com/davidstrauss/systemd-php Hi, at least under Debian, your package (for Python) would be called python-journald, python3-journald. Maybe the

[systemd-devel] Native PHP extension

2012-07-03 Thread David Strauss
Starting with just sd_journal_send(), PHP now has the rumblings of a native extension: https://github.com/davidstrauss/systemd-php Adding in the other functions will be relatively trivial. I'll also add in optional error/exception hooks to trap fatal errors in a way not possible with user PHP. I