[PHP-DEV] Re: [PECL-DEV] New PECL account request to maintain ibm_db2, pdo_ibm and pdo_informix PECL extensions

2012-02-17 Thread Ferenc Kovacs
Hi could somebody with karma approve his svn account request and give him karma to the ibm_db2, pdo_ibm and pdo_informix pecl exts? thanks! On Thu, Feb 16, 2012 at 9:18 AM, Rahul Priyadarshi2 < rahul.priyadar...@in.ibm.com> wrote: > I have requested for SVN account on 13th Feb > http://old.nabbl

[PHP-DEV] Don't forget to merge 5.3.10 NEWS

2012-02-17 Thread Ondřej Surý
Little nag (with patch) to not forget to update 5.3.11 changelog with 5.3.10 changes. O. -- Ondřej Surý -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] mysqli_fetch_field() mysqlnd & libmysql differences

2012-02-17 Thread Daniel Convissor
Hi Johannes and Ulf: On Mon, Jan 23, 2012 at 09:56:00PM -0500, Daniel Convissor wrote: > Hi Johannes: > > > We have to live with the information the server gives us. The server > > gives us the information in bytes. And frankly in PHP a string has no > > encoding information, so in many cases tha

[PHP-DEV] PHP 5.4.0 RC8 released

2012-02-17 Thread David Soria Parra
Hi internals We like to announce the 7th Release Candidate of PHP 5.4.0. We fixed some critical bugs in the PHP 5.4.0 codebase. Therefore we had to release another RC. You can download the packages from: http://downloads.php.net/stas The Windows team provides windows binaries for the releas

[PHP-DEV] Re: [PECL-DEV] New PECL account request to maintain ibm_db2, pdo_ibm and pdo_informix PECL extensions

2012-02-17 Thread Rasmus Lerdorf
IBM created a bit of a mess here. We can't grant new accounts on these extensions without the approval of one of the existing members. They have some sort of internal process they need to go through to be allowed to commit to this code. The existing members are: dbs,skoduru,kraman,rs,kfbombar,tess

[PHP-DEV] Re: [PECL-DEV] New PECL account request to maintain ibm_db2, pdo_ibm and pdo_informix PECL extensions

2012-02-17 Thread Ambrish Bhargava1
Hi Rasmus, I am one of the developer for IBM_DB2, PDO_IBM and PDO_INFORMIX extensions. Rahul is working with me on these extension. To contribute to these extensions on the community he needs SVN access to his account. I have already discussed this on IRC sometime back. Regards, Ambrish Bharg

[PHP-DEV] Re: [PECL-DEV] New PECL account request to maintain ibm_db2, pdo_ibm and pdo_informix PECL extensions

2012-02-17 Thread Rasmus Lerdorf
On 02/17/2012 10:55 AM, Ambrish Bhargava1 wrote: > Hi Rasmus, > > I am one of the developer for IBM_DB2, PDO_IBM and PDO_INFORMIX > extensions. Rahul is working with me on these extension. To contribute > to these extensions on the community he needs SVN access to his account. Ok, done. -- PHP

[PHP-DEV] max_file_uploads INI_PERDIR

2012-02-17 Thread Rasmus Lerdorf
I'd like to add PHP_INI_PERDIR to max_file_uploads before 5.4.0 and also in the next 5.3 release. This setting is very similar in scope to max_input_vars and other POST-related limiters like upload_max_filesize, and post_max_size all of which are PHP_INI_SYSTEM|PHP_INI_PERDIR. The main reason is t

Re: [PHP-DEV] max_file_uploads INI_PERDIR

2012-02-17 Thread Stas Malyshev
Hi! I'd like to add PHP_INI_PERDIR to max_file_uploads before 5.4.0 and also in the next 5.3 release. This setting is very similar in scope to I think the change is good, I just want to understand - why before 5.4.0? I understand the change itself - though the problem has rather easy workaro

Re: [PHP-DEV] max_file_uploads INI_PERDIR

2012-02-17 Thread Rasmus Lerdorf
On 02/17/2012 02:41 PM, Stas Malyshev wrote: > Hi! > >> I'd like to add PHP_INI_PERDIR to max_file_uploads before 5.4.0 and also >> in the next 5.3 release. This setting is very similar in scope to > > I think the change is good, I just want to understand - why before > 5.4.0? I understand the ch

Re: [PHP-DEV] Don't forget to merge 5.3.10 NEWS

2012-02-17 Thread Adam Harvey
On 17 February 2012 18:54, Ondřej Surý wrote: > Little nag (with patch) to not forget to update 5.3.11 changelog with > 5.3.10 changes. The patch doesn't appear to have made it, but I've merged the 5.3.10 NEWS into the PHP_5_3 NEWS. Thanks for the reminder. :) Adam -- PHP Internals - PHP Runtim