Daniel O'Connor | 1 Jan 2012 08:27
Picon
Gravatar

[PEPr] Comment on Internationalization::Arabic

 <at> Arash - can we fork some of this into smaller pear packages? IE:
Date_Holidays & similar?

-- 
http://pear.php.net/pepr/pepr-proposal-show.php?id=617

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Daniel O'Connor | 1 Jan 2012 08:27
Picon
Gravatar

[PEPr] Comment on Internationalization::Arabic

 <at> Khaled - perhaps a good way forward for you is a pear channel. Have you
seen Pirium?

-- 
http://pear.php.net/pepr/pepr-proposal-show.php?id=617

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Jesus M. Castagnetto | 2 Jan 2012 06:44
Favicon
Gravatar

Re: Stability of PEAR - call to arms

Got a github account (jmcastagnetto), moved most all my packages and more
to github several months ago (including history, etc.).

Not part of the PEAR org in github still.

Cheers

--
Jesus M. Castagnetto <jesus <at> castagnetto.com>
Web: http://www.castagnetto.com/

On Fri, Dec 30, 2011 at 01:24, Daniel O'Connor <daniel.oconnor <at> gmail.com>wrote:

> Hi all,
> We've got
> 116 packages with passing tests.
> 135 with assorted failures.
>
> http://test.pear.php.net:8080/ shows the current status. If you have
> github
> credentials and are part of the PEAR organisation, you can update config,
> trigger builds, etc.
>
> There are a few broad categories of problems & fixes:
>
>   1. A stable, PHP4 package has E_STRICT or similar failures. The most
>   common fix is to specify `-d error_reporting=30719` for the phpunit
>   command, if removing such behaviour would be a BC break
>   2. An unstable PHP4 package has E_STRICT/similar failures. Upgrade to
>   PHP 5.0.0+.
(Continue reading)

Arash Hemmat | 2 Jan 2012 09:52
Picon
Gravatar

[PEPr] Comment on Internationalization::Arabic

I think the Hijri date convert class could be a seperate package and in the
future it could be used as a requirement in other packages which could be
really helpful. About the rest i think the current package proposed by
Khaled is fine if he can make changes to meet Pear standards.

-- 
http://pear.php.net/pepr/pepr-proposal-show.php?id=617

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Martin Jansen | 2 Jan 2012 14:10

Re: Stability of PEAR - call to arms

On 31.12.11 04:51, Daniel O'Connor wrote:
> On Sat, Dec 31, 2011 at 2:17 PM, Daniel O'Connor
> <daniel.oconnor <at> gmail.com>wrote:
> 
>>> I logged in via GitHub and now I get
>>>
>>> "mj is missing the Read permission"
>>
>> Want to have another shot?
> I just made your membership to pear in github 'public' - perhaps that's the
> cause.

That did the trick.

- Martin

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Bjorn Wijers | 2 Jan 2012 22:57
Picon
Gravatar

VersionControl_Bzr

Hi,

I just joined the PEAR list because I'm interested in creating a PHP 
library for dealing with Bzr (Bazaar see http://bazaar.canonical.com). 
Mainly because I want to use it with Phing for my own projects.

I've looked at VersionControl_Git and VersionControl_Hg. The 
implementations seem to differ quite a lot and I would like to know if 
there is some consensus on which approach is recommended.

As far as I can see the VersionControl_Hg implementation is still in the 
proposed phase and the VersionControl_Git is already accepted and in 
alpha. My personal gut feeling is that the VersionControl_Hg is more 
mature, although it's not part of PEAR yet.

I've never created a PEAR package so far and could use some mentoring or 
get some pointers in the right direction. Thanks in advance!

-- 

grtz
BjornW

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Daniel O'Connor | 3 Jan 2012 04:50
Picon
Gravatar

Re: Stability of PEAR - call to arms

Added your account.

So - I've probably stuffed up a bit here - a lot of the packages you've
migrated... got migrated as they were unmaintained. On top of that, where
they were not yet stable, I've done a bit of work on shifting to PHP5.

IE:
https://github.com/pear/Math_Complex/commits/master
https://github.com/pear/Math_Integer
and a few others.

Do you want to take a look, and if there's stuff that should be in there
from yours, flick me a comment or pull request?

On Mon, Jan 2, 2012 at 4:14 PM, Jesus M. Castagnetto
<jesus <at> castagnetto.com>wrote:

> Got a github account (jmcastagnetto), moved most all my packages and more
> to github several months ago (including history, etc.).
>
> Not part of the PEAR org in github still.
>
> Cheers
>
> --
> Jesus M. Castagnetto <jesus <at> castagnetto.com>
> Web: http://www.castagnetto.com/
>
>
> On Fri, Dec 30, 2011 at 01:24, Daniel O'Connor <daniel.oconnor <at> gmail.com>wrote:
(Continue reading)

Lin Yo-An | 3 Jan 2012 05:39
Picon
Gravatar

Decode Problem with Mail_mimeDecode

Hi,

I retrieved mail contents and use Mail_mimeDecode to decode

but seems this kind of content can't work out.

Here is the sample code:
https://gist.github.com/1553498

the first part text can be decoded.

but the second part will be messy..

--

-- 
Best Regards,

Yo-An Lin
c9s | 3 Jan 2012 07:43
Picon
Gravatar

Re: Decode Problem with Mail_mimeDecode

Hi,

I've added the original headers for testing, but still failed.

[Sent from iPhone]

mailinglist <mailinglist <at> akbkhome.com> 於 2012/1/3 14:21 寫道:

> You need a full message, with headers, when using Mail_mimeDecode.
> 
> You could dig into the API to do it manually, or just use a fake set of headers.
> 
> Regards
> Alan
> 
> On Tuesday, January 03, 2012 12:39 PM, Lin Yo-An wrote:
>> Hi,
>> 
>> I retrieved mail contents and use Mail_mimeDecode to decode
>> 
>> but seems this kind of content can't work out.
>> 
>> Here is the sample code:
>> https://gist.github.com/1553498
>> 
>> the first part text can be decoded.
>> 
>> but the second part will be messy..
>> 
>> 
(Continue reading)

Alan Knowles | 3 Jan 2012 09:10
Favicon
Gravatar

Re: Decode Problem with Mail_mimeDecode

Can you create a bug to track this, with a complete reproducable example.

Thanks

Alan

On Tuesday, January 03, 2012 02:43 PM, c9s wrote:
> Hi,
>
> I've added the original headers for testing, but still failed.
>
> [Sent from iPhone]
>
> mailinglist <mailinglist <at> akbkhome.com> 於 2012/1/3 14:21 寫道:
>
>> You need a full message, with headers, when using Mail_mimeDecode.
>>
>> You could dig into the API to do it manually, or just use a fake set of headers.
>>
>> Regards
>> Alan
>>
>> On Tuesday, January 03, 2012 12:39 PM, Lin Yo-An wrote:
>>> Hi,
>>>
>>> I retrieved mail contents and use Mail_mimeDecode to decode
>>>
>>> but seems this kind of content can't work out.
>>>
>>> Here is the sample code:
(Continue reading)


Gmane