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

2007-11-09 Thread Derick Rethans
On Fri, 9 Nov 2007, Vadim Savchuk wrote: > Hi! > > > I participate in development of the "intl" extension that is already in > > PECL. > > My previous work on it has been committed to the CVS by Stanislav Malyshev. > > Now I have another large piece of code to commit, and would like to submit >

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

2007-11-09 Thread Vadim Savchuk
Hi! > I participate in development of the "intl" extension that is already in PECL. > My previous work on it has been committed to the CVS by Stanislav Malyshev. > Now I have another large piece of code to commit, and would like to submit > patches for the extension more frequently. > > Need acc

[PHP-DEV] preg_match and shared libpcre3 bug

2007-11-09 Thread Matthias Pigulla
I know this is weird and off-topic but I hope that someone here can give me a starting pointer. With installing a security update for the pcre3 library on Debian (http://lists.debian.org/debian-security-announce/debian-security-announ ce-2007/msg00177.html), preg_match('|^\(|', 'xxx') suddenly ret

Re: [PHP-DEV] Unification of phpinfo() output for PDO drivers

2007-11-09 Thread Stanislav Malyshev
Attached is an updated patch that covers all drivers in HEAD. Why this patch says "PECL module version" when the modules are actually not PECL modules? Did you mean "PDO module version"? -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN

Re: [PHP-DEV] Large file support for PHP

2007-11-09 Thread Stanislav Malyshev
Having run into this issue recently, here's a patch (hopefully attached, mail.app and list filters willing) against PHP 5.3 to address it. This patch will promote to double the file sizes that overflow LONG_MAX, which works transparently for my script. Note that this only touches the obvious func

[PHP-DEV] PHP 5.2.5 Released

2007-11-09 Thread Ilia Alshanetsky
The PHP development team would like to announce the immediate availability of PHP 5.2.5. This release focuses on improving the stability of the PHP 5.2.x branch with over 60 bug fixes, several of which are security related. All users of PHP are encouraged to upgrade to this release. Secur

[PHP-DEV] Making parallel database queries from PHP

2007-11-09 Thread Arend van Beelen
Hi there, I am researching the possibility of developing a shared library which can perform database queries in parallel to multiple databases. One important requirement is that I will be able to use this functionality from PHP. Because I know PHP is not thread-safe due to other libraries, I am wo

[PHP-DEV] Question about Core inclusion

2007-11-09 Thread David Coallier
Hey there all, over the past few days I was thinkering over something that I consider could be a good addition to the core or actually to the php distribution. PhpSecInfo, the project by Ed Finkler. I was thinking in making that an extension that we could distribute with the distribution so the sam