Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src / NEWS /ext/pcre php_pcre.c php_pcre.h /main SAPI.c /win32 sendmail.c

2005-03-15 Thread Andrei Zmievski
Don't interrupt me when I'm talking to myself! -Andrei On Mar 15, 2005, at 4:14 PM, Rasmus Lerdorf wrote: Andrey, Andrei, what's the difference? Andre[iy] is the PCRE guy. Andrey Hristov wrote: Hi Andrei, do you have anything against that change? Cheers, Andrey Andrei Zmievski wrote: Uh, would be

[PHP-DEV] Major upgrade to ext/pgsql

2005-03-15 Thread Christopher Kings-Lynne
Hi, Attached is a patch that brings PostgreSQL support in PHP out of the stone age! It adds a five new functions: * pg_query_params Allows paramaterised queries (ie. no escaping required). This really is just a libpq shortcut for prepare/execute libpq function: PQexecParams * pg_prepare Create

Re: [PHP-DEV] Re: par/phar/jar (was zend_stream_fixup)

2005-03-15 Thread Jeff Moore
On Mar 15, 2005, at 7:41 PM, cshmoove wrote: read my reply to Christian. as i mentioned, i'm working on another project which already has infrastucture for dealing with similar issues. i simply noticed that it could be adapted for the PAR/PHAR idea. IOW, the extension will be written whether

Re: [PHP-DEV] Re: par/phar/jar (was zend_stream_fixup)

2005-03-15 Thread cshmoove
Jeff, read my reply to Christian. as i mentioned, i'm working on another project which already has infrastucture for dealing with similar issues. i simply noticed that it could be adapted for the PAR/PHAR idea. IOW, the extension will be written whether or not we do the implement web archives

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src / NEWS /ext/pcre php_pcre.c php_pcre.h /main SAPI.c /win32 sendmail.c

2005-03-15 Thread Rasmus Lerdorf
Andrey, Andrei, what's the difference? Andre[iy] is the PCRE guy. Andrey Hristov wrote: Hi Andrei, do you have anything against that change? Cheers, Andrey Andrei Zmievski wrote: Uh, would be nice to check with me before making this patch.. -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] Re: par/phar/jar (was zend_stream_fixup)

2005-03-15 Thread Jeff Moore
On Mar 10, 2005, at 9:59 PM, l0t3k wrote: In about a month or so, i'll start work on an extension implementing a file format which allows for bundling all resources related to a app (including PHP source, localized strings, gifs, byte-code from BCompiler etc). the format has an heirarchical int

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src / NEWS /ext/pcre php_pcre.c php_pcre.h /main SAPI.c /win32 sendmail.c

2005-03-15 Thread Andrey Hristov
Hi Andrei, do you have anything against that change? Cheers, Andrey Andrei Zmievski wrote: Uh, would be nice to check with me before making this patch.. On Sat, 12 Mar 2005, Andrey Hristov wrote: andrey Sat Mar 12 07:03:51 2005 EDT Modified files: /php-src NEWS /php-

Re: [PHP-DEV] PDO wiki

2005-03-15 Thread Ryan King
On Mar 15, 2005, at 8:34 AM, Lukas Smith wrote: Hi, with the help of some PDO users I have begun assembling some additional information on my wiki: http://oss.backendmedia.com/index.php?area=PDO Just FYI, but there's another wiki devoted to PDO at: http://wiki.cc/php/PDO But I'm sure many people h

Re: [PHP-DEV] function proposal - php_check_syntax_string

2005-03-15 Thread Frédéric LECOINTRE
Hello, yes ? no ? perhaps ? something ? :-) - Original Message - From: "Frédéric LECOINTRE" <[EMAIL PROTECTED]> To: Sent: Friday, February 25, 2005 5:12 PM Subject: Re: [PHP-DEV] function proposal - php_check_syntax_string | Hello, | | After tests, I did'nt note more unfavourable iss

[PHP-DEV] Re: [PHP-CVS] cvs: php-src / NEWS /ext/pcre php_pcre.c php_pcre.h /main SAPI.c /win32 sendmail.c

2005-03-15 Thread Andrei Zmievski
Uh, would be nice to check with me before making this patch.. On Sat, 12 Mar 2005, Andrey Hristov wrote: > andreySat Mar 12 07:03:51 2005 EDT > > Modified files: > /php-src NEWS > /php-src/ext/pcre php_pcre.c php_pcre.h > /php-src/main SAPI.c >

[PHP-DEV] PDO wiki

2005-03-15 Thread Lukas Smith
Hi, with the help of some PDO users I have begun assembling some additional information on my wiki: http://oss.backendmedia.com/index.php?area=PDO I am still in the process of harvesting the various mailinglists for questions to add to the FAQ. The links section should be fairly complete and al

[PHP-DEV] curl_multi_info_read status

2005-03-15 Thread M. F.
What is the schedule of implementation of than curl_multi_info_read function? Is there currently any other way of knowing which curl threads have finished and can be processed (as opposed to waiting until they are all finished? While I can't help with the implementation, I will definitely help