[nycphp-talk] Livejournal posting
Sterling Hughes
sterling at bumblebury.com
Mon Jan 6 16:33:51 EST 2003
> On Mon, Jan 06, 2003 at 01:41:44PM -0500, Sterling Hughes wrote:
> > > I got my lj class working for basic posting.
> > >
> > > The source is here:
> > >
> > > http://www.someoftheanswers.com/lj.phps
> > >
> >
> >
> > nice. you might want to consider using the cURL library and php/curl
> > extension to do this. It'll cut down on the code size, and greatly improve
> > the speed of your code (php/curl is about 4-5x faster than a custom rolled
> > solution, in most cases). At the least, it might be nice to provide cURL
> > as an option, with the default being fsockopen().
>
> Ack. Gotta rebuild my php for that. Maybe, but not today...
>
:-)
> > Also, this class, were it slightly modified looks like a good addition to
> > the PEAR project, http://pear.php.net/, would you be interested in contributing?
>
> Sure. Seems like the coding standards are pretty reasonable. Are you
> involved in this, or is this just a suggestion?
>
A little, not much lately, but I can give you an account.
What I would do, is send your class proposal to pear-dev at lists.php.net, and apply
for a PEAR account at http://pear.php.net/account-request.php. Once you have your
class approved (it should be easy, mostly it will be deciding a namespace, and coding
style), then you can upload it to PEAR.
-Sterling
> --
> - Adam
>
> -----
> Adam Fields, Managing Partner, fields at surgam.net
> Surgam, Inc. is a technology consulting firm with strong background in
> delivering scalable and robust enterprise web and IT applications.
> http://www.adamfields.com
>
>
> --- Unsubscribe at http://nyphp.org/list/ ---
>
More information about the talk
mailing list