Re: [PHP-DEV] ext/mysql in PECL and E_DEPRECATED

2012-11-30 Thread Pierre Joye
On Fri, Nov 30, 2012 at 12:57 AM, David Muir davidkm...@gmail.com wrote: On 30/11/12 05:25, Ángel González wrote: On 29/11/12 18:17, Anthony Ferrara wrote: Just pointing this out: that's NOT what this RFC recommends, and is NOT what's being voted on. This RFC is talking about ONLY adding

Re: [PHP-DEV] disabling ereg

2012-11-30 Thread Ferenc Kovacs
bump anybody working on this so that we can remove the ereg dependency for 5.5? would be nice if we could open an issue for this with the necessary info to anybody to jump into fixing it. On Wed, Jan 11, 2012 at 12:14 AM, Philip Olson phi...@roshambo.org wrote: On Jan 10, 2012, at 11:54 AM,

[PHP-DEV] execute_data-Ts removing

2012-11-30 Thread Dmitry Stogov
Hi, The NEWS and UPGRADING explains the details. http://pastebin.com/VC71Y8LV The patch is big, but actually quite simple. I'm going to commit it on Monday or Tuesday (if no objections). I'm going to look into the similar optimization for CVs, but it's going to be a bit more difficult.

[PHP-DEV] APC + Phar Performance (x-post from pecl.dev)

2012-11-30 Thread Ralph Schindler
Hey all, After reading this post ( http://www.reddit.com/r/PHP/comments/13uwgk/phar_performance/ ), and having my own curiosity of the current state of things, I wanted to dig in an see what the performance of APC with phar files was. I've found some oddities in performance, and I am hoping

Re: [PHP-DEV] HHVM and PHP

2012-11-30 Thread Raymond Irving
Many thanks for the feedback. I would love see some JIT features added to the core as this would help to improve the overall performance. Sara, I like your extension idea as this would not require any changes to the core. Here's another idea: --- 1. Modify PHP

Re: [PHP-DEV] execute_data-Ts removing

2012-11-30 Thread Rasmus Lerdorf
On 11/30/2012 09:15 AM, Dmitry Stogov wrote: Hi, The NEWS and UPGRADING explains the details. http://pastebin.com/VC71Y8LV The patch is big, but actually quite simple. I'm going to commit it on Monday or Tuesday (if no objections). I'm going to look into the similar optimization for

Re: [PHP-DEV] HHVM and PHP

2012-11-30 Thread Sara Golemon
If you're so inclined to pursue it, you don't (technically) need to modify PHP core at all. 1) Make an extension which hooks zend_compile_file (just as APC and many others do). 2) First request of a file passes through to the real compiler and both returns main() opcodes *and* sends a copy of