RE: [PHP-DEV] PHP 4.3 ToDo

2002-11-22 Thread Steven Roussey
Georg, That sounds great. There was a memory leak fix in that function for some users of unbuffered queries that you might want to leave in. I propose the following function which is also a placeholder/reminder for the future: /* {{{ _restore_connection_defaults */ static int _restore_connecti

RE: [PHP-DEV] PHP 4.3 ToDo

2002-11-14 Thread Marcus Börger
| >* Change PHP error messages, so that they point to pages |or sections | > in the PHP Manual. | Any particular concern as to how/when to point to the manual? I'm assuming a HREF to http://www.php.net/ works, for every function? We simply have to convert php_error() calls to php_err

Re: [PHP-DEV] PHP 4.3 ToDo

2002-11-14 Thread Georg Richter
On Thursday 14 November 2002 19:58, Steven Roussey wrote: > Personally, I'd like to see the MySQL extension work again. > > The issue: persistent connections are broken when used heavily. > > Simple fix: _restore_connection_defaults() can be eliminated until fixed > properly. As discussed with Der

Re: [PHP-DEV] PHP 4.3 ToDo

2002-11-14 Thread Derick Rethans
On Thu, 14 Nov 2002, Steven Roussey wrote: > Personally, I'd like to see the MySQL extension work again. > > The issue: persistent connections are broken when used heavily. > > Simple fix: _restore_connection_defaults() can be eliminated until fixed > properly. > > So if the simple fix is imple

Re: [PHP-DEV] PHP 4.3 ToDo

2002-11-14 Thread Andrey Hristov
howstopper. Regards, Andrey - Original Message - From: "Steven Roussey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 14, 2002 8:58 PM Subject: Re: [PHP-DEV] PHP 4.3 ToDo > Personally, I'd like to see the MySQL extension work again. > >

Re: [PHP-DEV] PHP 4.3 ToDo

2002-11-14 Thread Steven Roussey
Personally, I'd like to see the MySQL extension work again. The issue: persistent connections are broken when used heavily. Simple fix: _restore_connection_defaults() can be eliminated until fixed properly. So if the simple fix is implemented then all users of MySQL not using transactions will w

RE: [PHP-DEV] PHP 4.3 ToDo

2002-11-14 Thread John Coggeshall
| >* Make all extensions thread-safe. | |lol: How do we know that? Partly er rely on external |libraries...discussed |elsewhere I don't think we're going to get the extensions all thread-safe... That could very well be a third-party library issue having little to do with PHP. If we can set t

[PHP-DEV] PHP 4.3 ToDo

2002-11-14 Thread Marcus Börger
I am commenting some entries from the ToDo here: >global >-- >For PHP 4.3.0: >* Add aliases to functions to conform to new naming conventions, e.g. > str_to_upper(). some work done - many work needed here. What about a new compiler define that allows enabling/disabling old functi