Re: [PHP-DEV] PHP 5.2.3 segfault with syslog standard extension

2007-11-13 Thread Antony Dovgal
On 14.11.2007 10:25, Rachmel, Nir (Nir) wrote: > > > Hi, > > I am running PHP 5.2.3 as a statically compiled module for a web server > (appWeb, which is an embbeded apache-like server). > My platform is a ppc processor, running Windriver Linux. > > The problem I encounter is, that when print

[PHP-DEV] PHP 5.2.3 segfault with syslog standard extension

2007-11-13 Thread Rachmel, Nir (Nir)
Hi, I am running PHP 5.2.3 as a statically compiled module for a web server (appWeb, which is an embbeded apache-like server). My platform is a ppc processor, running Windriver Linux. The problem I encounter is, that when printing many syslogs to the system my web-server crashes. I have ba

Re: [PHP-DEV] Providing Visual Studio 2005 builds (again)

2007-11-13 Thread Elizabeth Smith
Steph wrote: Hi Andi, Can I just butt in here for a moment? Why is everyone in such a rush to get away from the lowest common denominator? Please don't close your eyes to the chief advantage of the lcd build, which is that it works as-is on every Windows version we claim to support. Even on Win

Re: [PHP-DEV] Providing Visual Studio 2005 builds (again)

2007-11-13 Thread Stanislav Malyshev
I think what is highly likely to happen over the next two years that will change the situation is that XP usage will drop dramatically. Like, people would move to Vista en masse? Don't see it happening in next two years. Why do it? This year, though, you can still buy brand new machines with

Re: [PHP-DEV] Providing Visual Studio 2005 builds (again)

2007-11-13 Thread Steph Fox
On 11/13/07, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > > What I was trying to say was that it would be a good idea to make > > third party lib collections for the various VC versions and make them > > available for building. It would give us a way to test both the build > > Well, that would b

Re: [PHP-DEV] Providing Visual Studio 2005 builds (again)

2007-11-13 Thread Stanislav Malyshev
What I was trying to say was that it would be a good idea to make third party lib collections for the various VC versions and make them available for building. It would give us a way to test both the build Well, that would be useful, but I think that's a different subject. And I'm not sure we w

Re: [PHP-DEV] Providing Visual Studio 2005 builds (again)

2007-11-13 Thread Steph Fox
> Re-read it, but I'm not sure I see what you are proposing besides not > doing it. We want to use better compiler to build PHP on Windows - what > should we do? I obviously don't have the knack of proposing then :) What I was trying to say was that it would be a good idea to make third party lib

[PHP-DEV] CVS Account Request: salehcoder

2007-11-13 Thread Saleh Nabeel Al-Saffar
Philip Olson‏ knows about this -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Providing Visual Studio 2005 builds (again)

2007-11-13 Thread Stanislav Malyshev
Truth now Stas, did you read to the end of my mail? I wasn't suggesting we *never* upgrade. I was suggesting there are better ways to do it than alienating our user base. Re-read it, but I'm not sure I see what you are proposing besides not doing it. We want to use better compiler to build PHP

Re: [PHP-DEV] Providing Visual Studio 2005 builds (again)

2007-11-13 Thread Steph Fox
Truth now Stas, did you read to the end of my mail? I wasn't suggesting we *never* upgrade. I was suggesting there are better ways to do it than alienating our user base. On Nov 13, 2007 5:55 PM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > > Yes, but we aren't talking about going to the next o

Re: [PHP-DEV] Providing Visual Studio 2005 builds (again)

2007-11-13 Thread Stanislav Malyshev
Yes, but we aren't talking about going to the next one up. We're talking about going to one that's a bit too recent and won't work out of the box for everybody. If we are going to move forward, it makes sense to move forward to the best one today, not trade "very slow" to "a bit faster, but sti

Re: [PHP-DEV] Providing Visual Studio 2005 builds (again)

2007-11-13 Thread Steph Fox
Yes, but we aren't talking about going to the next one up. We're talking about going to one that's a bit too recent and won't work out of the box for everybody. On Nov 13, 2007 5:46 PM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > > Why is everyone in such a rush to get away from the lowest com

Re: [PHP-DEV] Providing Visual Studio 2005 builds (again)

2007-11-13 Thread Stanislav Malyshev
Why is everyone in such a rush to get away from the lowest common denominator? Please don't close your eyes to the chief advantage of I'd guess the "lowest" part is getting really low :) I mean, that compiler is like 10 years old, it produces slow code. -- Stanislav Malyshev, Zend Software Arc

Re: [PHP-DEV] Providing Visual Studio 2005 builds (again)

2007-11-13 Thread Steph
Hi Andi, Can I just butt in here for a moment? Why is everyone in such a rush to get away from the lowest common denominator? Please don't close your eyes to the chief advantage of the lcd build, which is that it works as-is on every Windows version we claim to support. Even on Windows 98 accordi

Re: [PHP-DEV] using classes/objects in extensions

2007-11-13 Thread Hartmut Holzgraefe
Andrew O. Shadoura wrote: Hello. Can anybody suggest me any docs/tutorials on writing php extensions using Zend API those can work with classes/objects, i.e. declare some classes, create instances of others etc. Thanks. ok, time again for the usual shameless plug: If you're not afraid of cod