Christian Weiske | 1 Mar 2011 09:09
Picon
Favicon
Gravatar

Re: Documentation linking issues / packagetocs not found

Hi Alexey,

> > Also there is a problem that peardoc/scripts/pearwebpackagetocs.php
> > either doesn't run currently or cannot generate a TOC file for
> > HTML_Common2

> This is a problem with the packagetoc generation script itself; it
> reads its data from a serialized php file that PhD used to create but
> does not do anymore (.index.manual.ser vs. the new index.sqlite). The
> script needs to be adopted to use the sqlite database now.

The problem is fixed now:
http://pear.php.net/package/HTML_Common2/docs

--

-- 
Regards/Mit freundlichen Grüßen
Christian Weiske

-=≡ Geeking around in the name of science since 1982 ≡=-
oliver gondza | 1 Mar 2011 20:01
Picon

[PEPr] Call for votes on PHP::MapFilter


oliver gondza (http://pear.php.net/user/ogondza) has initiated the call for votes on PHP::MapFilter.

Please review the proposal and give your vote here:
http://pear.php.net/pepr/pepr-proposal-show.php?id=640

--

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

takumi k | 2 Mar 2011 11:05
Picon
Gravatar

[PEPr] Changes in proposal for Web Services::Services_OAuthUploader


takumi k (http://pear.php.net/user/withgod) has edited the proposal for Web Services::Services_OAuthUploader.

Change comment:

rename package

Please review the proposal:
http://pear.php.net/pepr/pepr-proposal-show.php?id=650

--

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

Laurent Laville | 7 Mar 2011 18:30

A new PHP Parser is back

Hello all,

Finally after month since I've begun to rewrite PHP_CompatInfo 2 in full 
PHP5, with help of PHP_TokenStream, I've decided to continue adventure 
with a new parser.

An old parser by :
- the name, because I re-used my old name "PHP_Reflect" (old project in 
PHP4
- not really a revolution, because it's closed to PHP_TokenStream.

A new parser by :
- hope to be used by most of users that need a PHP parser
- improve it more quickly than phptok, depending of your feedback

Here are advantages between PHP_Reflect and PHP_TokenStream :

- ability to extends core with a hook system (callback connect to a token)
- ability to choose containers name that store results
- access with getting methods or through the ArrayAccess interface

If you're interrested by this project, follow me on gitHub [1] and on my 
project page [2].

Perharps it could be include in PEAR via a proposal, if there is enough 
audience for that.

On the meantimes, I continue to work on PHP_CompatInfo 2 that will 
receive soon help of PHP_Reflect (that will allow to have a clean-up in 
RC2 code).
(Continue reading)

Neuman Vong | 8 Mar 2011 02:54
Picon

[PEPr] Proposal for Web Services::Services_Twilio


Neuman Vong (http://pear.php.net/user/lcfrs) proposes Web Services::Services_Twilio.

You can find more detailed information here:
 http://pear.php.net/pepr/pepr-proposal-show.php?id=656

--

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

Matthew Fonda | 8 Mar 2011 03:14
Picon

[PEPr] Comment on Web Services::Services_Twilio


Looks like a useful package!

A couple comments after quickly looking through the code:

1. Make sure to follow PEAR coding standards

2. Add docblock comments

3. Instead of including your own HTTP request class with the package,
consider using PEAR HTTP_Request2.

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

--

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

Neuman Vong | 8 Mar 2011 02:21
Picon
Gravatar

Re: [PEPr] Comment on Web Services::Services_Twilio

Hi Matthew,

Thanks for your comments! We're working on shaping it up to PEAR standards.
I hope nobody minds too much that it's pushed out in pre-alpha form: we
thought it'd be best to get some feedback from the community as early as
possible.

We thought about using HTTP_Request2, but that would create an extra
dependency. The current request class is really a thin cURL wrapper, so only
the curl extension is required. If that happens to fly directly in the face
of PEAR convention, please let me know and I'll have a talk with the team
here about additional deps.

Thanks again!

On Mon, Mar 7, 2011 at 6:14 PM, Matthew Fonda <mfonda <at> php.net> wrote:

>
> Looks like a useful package!
> A couple comments after quickly looking through the code:
>
> 1. Make sure to follow PEAR coding standards
> 2. Add docblock comments
> 3. Instead of including your own HTTP request class with the package,
> consider using PEAR HTTP_Request2.
>
> --
> http://pear.php.net/pepr/pepr-proposal-show.php?id=656
>
(Continue reading)

till | 8 Mar 2011 14:40
Picon

Re: Re: [PEPr] Comment on Web Services::Services_Twilio

Hi,

we advocate code re-use heavily. Having said that HTTP_Request2 is not
just a great abstraction to do HTTP calls, but also supports curl and
sockets. Along with that it's also pretty easy to use a proxy with it.

So it's best for your class to use it, but also add a setter so people
can configure their own HTTP_Request2 instance (in case they are
behind a proxy or want to use a different adapter etc.) and inject it.

The CS stuff - I think I replied to you last night on IRC. The easiest is:

pear install PHP_CodeSniffer
cd /your/source/dir
phpcs Services/*

Btw, great use of mockery. :-)

HTH,
Till

On Tue, Mar 8, 2011 at 2:21 AM, Neuman Vong <neuman.vong <at> gmail.com> wrote:
> Hi Matthew,
>
> Thanks for your comments! We're working on shaping it up to PEAR standards.
> I hope nobody minds too much that it's pushed out in pre-alpha form: we
> thought it'd be best to get some feedback from the community as early as
> possible.
>
> We thought about using HTTP_Request2, but that would create an extra
(Continue reading)

Ken Guest | 8 Mar 2011 22:58
Picon
Gravatar

The PEAR Quality Assurance Team

Hi,

I've trimmed down the list of people on the PEAR Quality Assurance team,
http://pear.php.net/qa/ , down to those who have been active in recent
times:
from ten people to five.

I did this to keep things accurate - not in anyway to detract from the work
done by those that had been on the list.

Now, the question I have is: who's up for breathing some life into, and
joining the QA Team? Details about it are at the link above.

regards

Ken

--

-- 
http://blogs.linux.ie/kenguest/
Arash Hemmat | 9 Mar 2011 01:46
Picon
Gravatar

[PEPr] Call for votes on Validate::Validate_IR


Arash Hemmat (http://pear.php.net/user/arash) has initiated the call for votes on Validate::Validate_IR.

Please review the proposal and give your vote here:
http://pear.php.net/pepr/pepr-proposal-show.php?id=652

--

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


Gmane