Re: [PHP-DEV] Contact with organizators of PHP Conference in Amsterdam? [CLOSED]

2004-03-24 Thread Piotr Klaban
On Tue, Mar 23, 2004 at 01:02:54PM +0100, Piotr Klaban wrote: > During the registration phase one need to typ VISA number etc. Just for information: everything is ok now. I have quickly registered by sending fax directly to Software & Support Verlag GmbH, and I hope I'll be on the c

[PHP-DEV] Contact with organizators of PHP Conference in Amsterdam?

2004-03-23 Thread Piotr Klaban
ll by phone the Software & Support Verlag GmbH but the line was busy all the time. If anyone knows where the people responsible for the registration process for PHP Conference are, then please send me the info (could be by private e-mail). Best regards, -- Piotr Klaban -- PHP Intern

Re: [PHP-DEV] Perl extension

2004-03-03 Thread Piotr Klaban
just a matter of time ... the module need to exists. > imho better) way is to motivate PEAR developer more, than you don't need to > assimilate CPAN code. And again: take some minutes to think about PHP for > Parrot. +1000 for PHP for Parrot (AFAIK PHP it would run faster (?)).

Re: [PHP-DEV] Perl extension

2004-03-01 Thread Piotr Klaban
ool if people could mess around > with it a bit and give us some feedback. Is this possible (?): $x = new Perl("Test"); $y = $x->f(); // scalar context $x->f(); // void context $y = array( $x->f() ); // array context or maybe $y = perl_array( $x->f()

Re: [PHP-DEV] CVS Account Request: makler

2003-12-11 Thread Piotr Klaban
ess Because pearweb account != cvs account, I thought that I need to have a php cvs account. Maybe I do not understand the login process correctly, maybe I just need to have a permission 'can access cvs tree' turned on inthe database. > For PECL, you may first announce your package(s)

[PHP-DEV] CVS Account Request: makler

2003-12-11 Thread Piotr Klaban
For commiting (small) changes to Validate PEAR package (then for making changes to Validate/PL.php eventualy). For moving package Numbers_Words to PEAR'a CVS tree. Later I would like to open pecl projects forr gmime and estmp. -- PHP Internals - PHP Runtime Development Mailing List To unsubscrib

Re: [PHP-DEV] building external libraries for binary distributtion

2003-05-28 Thread Piotr Klaban
On Wed, May 28, 2003 at 09:56:08AM +0200, Michael Bretterklieber wrote: > - after you have written your config.m4 do this: > - phpize > - ./configure And one do not need to run ./configure with arguments ? ./configure --with-extension --enable-shared=extension Best regards, -- Pio