Re: [PHP-DEV] Bug #44872 canary mismatch on efree() - heap overflow detected

2008-10-13 Thread Krister Karlström
Hi, About this bug #44872, I run my small sample script (posted on the bug reporting page) through valgrind and got the attached output. I'm not sure whether this shows that there's a leak in the mssql extension or if this is normal. Valgrind said that 853 bytes where definitely lost, does th

Re: [PHP-DEV] php_firebird

2008-10-13 Thread Lukas Kahwe Smith
On 14.10.2008, at 07:15, Lester Caine wrote: Pierre Joye wrote: effectively the extension for firebird already exists ... it just maps to the interbase function, if the fbird_*() aliases were removed and renamed copies the ibase_*() extensions functions created that then were built against

Re: [PHP-DEV] php_firebird

2008-10-13 Thread Lester Caine
Pierre Joye wrote: effectively the extension for firebird already exists ... it just maps to the interbase function, if the fbird_*() aliases were removed and renamed copies the ibase_*() extensions functions created that then were built against the firebird client iso the interbase client you'

Re: [PHP-DEV] php_firebird

2008-10-13 Thread Lester Caine
Pierre Joye wrote: Hi Lester, On Mon, Oct 13, 2008 at 10:36 PM, Lester Caine <[EMAIL PROTECTED]> wrote: I'm not sure what else we can say but you should really read your mail archives and the discussions we had 6 months ago about what we need to get firebird support back in 5.3.0 windows binar

[PHP-DEV] Deprecate define_syslog_variables in 5.3

2008-10-13 Thread Kalle Sommer Nielsen
Hello internals I've been looking at the function define_syslog_variables(), and I'm unsure if its intentional to keep this old functionality in PHP, seeing as define_syslog_variables defines a shortcut for each of the LOG_* constants in the form of $LOG_*. Therefore I propose the function is bei

Re: [PHP-DEV] Critical bugs to fix before ANY release

2008-10-13 Thread Stanislav Malyshev
Hi! There are 2 left at this point: I think we may want also to look at: http://bugs.php.net/bug.php?id=42862 and there was some ziplib directories issue that I'm not sure if it was addressed. -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-88

Re: [PHP-DEV] php_firebird

2008-10-13 Thread Jochem Maas
Pierre Joye schreef: > Hi > > On Tue, Oct 14, 2008 at 12:52 AM, Jochem Maas <[EMAIL PROTECTED]> wrote: >> Lukas Kahwe Smith schreef: >>> On 07.10.2008, at 20:18, Lester Caine wrote: >>> What is the correct procedure to create a new driver, or rather clone the existing php_interbase so th

Re: [PHP-DEV] php_firebird

2008-10-13 Thread Pierre Joye
Hi On Tue, Oct 14, 2008 at 12:52 AM, Jochem Maas <[EMAIL PROTECTED]> wrote: > Lukas Kahwe Smith schreef: >> >> On 07.10.2008, at 20:18, Lester Caine wrote: >> >>> What is the correct procedure to create a new driver, or rather clone >>> the existing php_interbase so that we can build a proper Fire

Re: [PHP-DEV] Critical bugs to fix before ANY release

2008-10-13 Thread Stanislav Malyshev
Hi! 2) http://bugs.php.net/bug.php?id=44936 Last comment was on September 8th, where Stas asked what the exact BC issue was .. I imagine the issue is that this causes issues in situation where the value is being compared to some non PHP source (like a configuration file). It looks rather s

Re: [PHP-DEV] php_firebird

2008-10-13 Thread Jochem Maas
Lukas Kahwe Smith schreef: > > On 07.10.2008, at 20:18, Lester Caine wrote: > >> What is the correct procedure to create a new driver, or rather clone >> the existing php_interbase so that we can build a proper Firebird >> version that actually uses the fbclient.dll rather than sharing the >> now

Re: [PHP-DEV] php_firebird

2008-10-13 Thread Pierre Joye
Hi Lester, On Mon, Oct 13, 2008 at 10:36 PM, Lester Caine <[EMAIL PROTECTED]> wrote: >> I'm not sure what else we can say but you should really read your mail >> archives and the discussions we had 6 months ago about what we need to >> get firebird support back in 5.3.0 windows binaries. > > WHAT

Re: [PHP-DEV] php_firebird

2008-10-13 Thread Lester Caine
Pierre Joye wrote: hi Lester, On Mon, Oct 13, 2008 at 9:06 AM, Lester Caine <[EMAIL PROTECTED]> wrote: I'm not sure what else we can say but you should really read your mail archives and the discussions we had 6 months ago about what we need to get firebird support back in 5.3.0 windows binarie

[PHP-DEV] Request for Comments: Horizontal Reuse for PHP

2008-10-13 Thread Stefan Marr
Hello, the last time the topic traits has been discussed is already a while ago. At this time, there have been two very different opinions out there, about how exactly this horizontal reuse should actually look like and no common consensus was found. In the following RFC, I describe both approa

Re: [PHP-DEV] Critical bugs to fix before ANY release

2008-10-13 Thread Lukas Kahwe Smith
On 07.09.2008, at 13:33, Jani Taskinen wrote: There are some bugs that have to be fixed before any actual release can be even dreamed of: http://bugs.php.net/search.php?cmd=display&status=Critical Note that 2 of those even have patches attached to fix them.. There are 2 left at this point

Re: [PHP-DEV] namespaces and alpha3

2008-10-13 Thread Dmitry Stogov
Stanislav Malyshev wrote: 2. Leave functions/constants as they are now, and add the following syntax: Class::Name->method() for calling static methods (and referring to class constants), so that there would be a way to disambiguate calls in (rare, IMHO) situations where ambiguity may arise. I

Re: [PHP-DEV] php_firebird

2008-10-13 Thread Lukas Kahwe Smith
On 07.10.2008, at 20:18, Lester Caine wrote: What is the correct procedure to create a new driver, or rather clone the existing php_interbase so that we can build a proper Firebird version that actually uses the fbclient.dll rather than sharing the now incompatible GDS32.DLL client. Some p

[PHP-DEV] PHP 6 Bug Summary Report

2008-10-13 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (68 total -- which includes 31 feature requests) ===[*General Issues]== 26771 Suspended register_tick_funtions crash under threaded webservers ===

Re: [PHP-DEV] php_firebird

2008-10-13 Thread Pierre Joye
hi Lester, On Mon, Oct 13, 2008 at 9:06 AM, Lester Caine <[EMAIL PROTECTED]> wrote: I'm not sure what else we can say but you should really read your mail archives and the discussions we had 6 months ago about what we need to get firebird support back in 5.3.0 windows binaries. PHP 5.3.0 builds

Re: [PHP-DEV] namespaces and alpha3

2008-10-13 Thread Stefan Walk
On Friday 10 October 2008 19:02:25 Stanislav Malyshev wrote: > Hi! > > > 3) Stas proposal > > I have two proposals, actually. [snip] > 2. Leave functions/constants as they are now, and add the following syntax: > Class::Name->method() > for calling static methods (and referring to class constants

Re: [PHP-DEV] namespaces and alpha3

2008-10-13 Thread Lars Strojny
Hi Lukas, Am Freitag, den 10.10.2008, 07:03 +0200 schrieb Lukas Kahwe Smith: [...] > 3) Stas proposal +1 here. cu, Lars -- Jabber: [EMAIL PROTECTED] Weblog: http://usrportage.de signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: [PHP-DEV] php_firebird

2008-10-13 Thread Lester Caine
Pierre Joye wrote: On Fri, Oct 10, 2008 at 4:54 PM, marius popa <[EMAIL PROTECTED]> wrote: On Fri, Oct 10, 2008 at 3:50 PM, Pierre Joye <[EMAIL PROTECTED]> wrote: hi Lester, On Tue, Oct 7, 2008 at 8:18 PM, Lester Caine <[EMAIL PROTECTED]> wrote: What is the correct procedure to create a new d