[PHP-DEV] Performance problem with php

2010-06-19 Thread Vincenzo D'Amore
Hello, to have a performance problem with apache/mod_php5 configuration under heavy load the website becomes too slow. Using strace I found what appears to me a strange behavior The strange behavior I want point out is related to a sequence of tentative httpd/mod_php5 does in order to read an php

[PHP-DEV] APC in trunk

2010-06-19 Thread Kalle Sommer Nielsen
Greetings As the process for trunk grows, I think we should consider which extensions we will move in and out of the core, this thread however is solely about moving APC into the core. As original proposed and agreed on the PDM in Paris, was to include APC in PHP6, and not turn it on by default.

Re: [PHP-DEV] Remove ext/mysql from trunk? (was: Re: [PHP-DEV] Remove sqlite2 from trunk)

2010-06-19 Thread Sebastian Bergmann
Am 19.06.2010 13:00, schrieb Johannes Schlüter: > while such a wrapper has about the same amount of code as the > classic mysql extension (... which is in most parts a simple wrapper > over library functions...) Or in other words: Such a wrapper doesn't > have real benefits. I see. -- Seb

Re: [PHP-DEV] Remove ext/mysql from trunk? (was: Re: [PHP-DEV] Remove sqlite2 from trunk)

2010-06-19 Thread Johannes Schlüter
On Sat, 2010-06-19 at 12:45 +0200, Sebastian Bergmann wrote: > Am 19.06.2010 11:33, schrieb Patrick ALLAERT: > > What are the possible actions/alternatives? > > I think this was already mentioned: add a BC layer to ext/mysqli so > that the "new" extension supports the old mysql_* functions. This

Re: [PHP-DEV] Remove ext/mysql from trunk? (was: Re: [PHP-DEV] Remove sqlite2 from trunk)

2010-06-19 Thread Sebastian Bergmann
Am 19.06.2010 11:33, schrieb Patrick ALLAERT: > What are the possible actions/alternatives? I think this was already mentioned: add a BC layer to ext/mysqli so that the "new" extension supports the old mysql_* functions. This would rid us off the old ext/mysql code without breaking code that re

[PHP-DEV] Remove ext/mysql from trunk? (was: Re: [PHP-DEV] Remove sqlite2 from trunk)

2010-06-19 Thread Patrick ALLAERT
2010/6/19 Ulf Wendel : > Johannes Schlüter schrieb: >> >> As I said before in this thread: Realistically we can't drop it. Too >> many tutorials, books, applications, ... mention mysql_* and ignore the >> limitations and issues the old mysql extension provides... > > True, true... > > One of the be