Re: [PHP-DEV] Re: [PHP-CVS] com php-src: Add targets to simplify building PHP with FDO (Feedback Directed Optimisation) PHP should be built with the folowing steps:: Makefile.global configure.in

2015-05-29 Thread Pierre Joye
On Thu, May 28, 2015 at 5:35 PM, Dmitry Stogov dmi...@zend.com wrote: GCC may split some functions into hot and cold paths and then put basic blocks into different segments. Then all hot blocks are collected together and placed in the order corresponding to call chains. As result during

Re: [PHP-DEV] Bug #69180: Reflection does not honor trait conflict resolution / method aliasing

2015-05-29 Thread Xinchen Hui
Hey: Sent from my iPhone On May 29, 2015, at 1:57 PM, Sebastian Bergmann sebast...@php.net wrote: Would be nice if somebody could have a look at https://bugs.php.net/bug.php?id=69180 -- thanks! Actually, I had looked it, but there is no such Infos can be used after compiling is done in

Re: [PHP-DEV] Re: PHP 7.0.0 roadmap

2015-05-29 Thread Jan Ehrhardt
Jan Ehrhardt in php.internals (Fri, 29 May 2015 13:19:46 +0200): Just tell me how I can use the same base. I am using github/winlibs as much as possible, but as long as there are no publically avalaible deps for VC14 that is all I have. Please start publishing the deps for VC14 at

Re: [PHP-DEV] Re: PHP 7.0.0 roadmap

2015-05-29 Thread Pierre Joye
On May 29, 2015 4:32 PM, Jan Ehrhardt php...@ehrhardt.nl wrote: Kalle Sommer Nielsen in php.internals (Thu, 28 May 2015 23:36:38 +0200): My compile argument was rather simple: cl deplister.c imagehlp.lib This one was indeed OK. I do not know anymore why it failed when I tried the same. If

Re: [PHP-DEV] Re: PHP 7.0.0 roadmap

2015-05-29 Thread Jan Ehrhardt
Kalle Sommer Nielsen in php.internals (Thu, 28 May 2015 23:36:38 +0200): My compile argument was rather simple: cl deplister.c imagehlp.lib This one was indeed OK. I do not know anymore why it failed when I tried the same. If there is a persistent problem, then please report it at

[PHP-DEV] Re: [PHP-CVS] com php-src: Remove T1Lib support (see #69698): NEWS UPGRADING ext/gd/config.m4 ext/gd/config.w32 ext/gd/gd.c ext/gd/php_gd.h

2015-05-29 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 29/05/2015 09:18, Kalle Sommer Nielsen a écrit : Commit:7dcfdbbee431c93c52605e1df323d18e0c6088e9 Author: Kalle Sommer Nielsen ka...@php.net Fri, 29 May 2015 09:18:36 +0200 Parents: 0e079f9358be65c4cae5dd938b4924abec0564ac

Re: [PHP-DEV] Bug #69180: Reflection does not honor trait conflict resolution / method aliasing

2015-05-29 Thread Sebastian Bergmann
On 05/29/2015 08:59 AM, Xinchen Hui wrote: Actually, I had looked it, but there is no such Infos can be used after compiling is done in current traits design, so But calling C::bar() works, so PHP knows that there is a method named bar. Yet the Reflection API says that two methods named

Re: [PHP-DEV] Re: PHP 7.0.0 roadmap

2015-05-29 Thread Jan Ehrhardt
Pierre Joye in php.internals (Fri, 29 May 2015 17:27:15 +0700): On May 29, 2015 4:32 PM, Jan Ehrhardt php...@ehrhardt.nl wrote: See https://bugs.php.net/bug.php?id=69729 I had to recompile mcrypt, iconv, xml2, ssleay32, libeay32, ssh2, curl, xpm, zlib, jpeg, png, vpx, libbz2, netsnmp for VC14

Re: [PHP-DEV] Re: PHP 7.0.0 roadmap

2015-05-29 Thread Jan Ehrhardt
Pierre Joye in php.internals (Fri, 29 May 2015 20:08:31 +0700): On May 29, 2015 6:19 PM, Jan Ehrhardt php...@ehrhardt.nl wrote: Please start publishing the deps for VC14 at http://windows.php.net/downloads/php-sdk/ They are public. I remember Anatol posting a link to the builds. I did not check

Re: [PHP-DEV] Re: PHP 7.0.0 roadmap

2015-05-29 Thread Pierre Joye
On May 29, 2015 6:19 PM, Jan Ehrhardt php...@ehrhardt.nl wrote: Pierre Joye in php.internals (Fri, 29 May 2015 17:27:15 +0700): On May 29, 2015 4:32 PM, Jan Ehrhardt php...@ehrhardt.nl wrote: See https://bugs.php.net/bug.php?id=69729 I had to recompile mcrypt, iconv, xml2, ssleay32,

Re: [PHP-DEV] Re: PHP 7.0.0 roadmap

2015-05-29 Thread Jan Ehrhardt
Pierre Joye in php.internals (Fri, 29 May 2015 20:08:31 +0700): They are public. I remember Anatol posting a link to the builds. I did not check if the repos are actually updated but they should asap if not. Anatol? Can you confirm or push the changes? Found them:

Re: [PHP-DEV] Re: PHP 7.0.0 roadmap

2015-05-29 Thread Jan Ehrhardt
Anatol Belski in php.internals (Fri, 29 May 2015 17:16:21 +0200): Hi Pierre, They are public. I remember Anatol posting a link to the builds. I did not check if the repos are actually updated but they should asap if not. Anatol? Can you confirm or push the changes? Yeah, I was pushing the

Re: [PHP-DEV] Re: [PHP-CVS] com php-src: Remove T1Lib support (see #69698): NEWS UPGRADING ext/gd/config.m4 ext/gd/config.w32 ext/gd/gd.c ext/gd/php_gd.h

2015-05-29 Thread Pierre Joye
Agreed. Kalle asked me on irc. I replied I agreed to kill it, but it did not mean we should do it without a rfc. While it really not used (or i did not find any code, https://github.com/search?utf8=%E2%9C%93q=imagepstext), we could provide them using freetype, which works just fine now with t1

RE: [PHP-DEV] Re: PHP 7.0.0 roadmap

2015-05-29 Thread Anatol Belski
Hi Pierre, -Original Message- From: Pierre Joye [mailto:pierre@gmail.com] Sent: Friday, May 29, 2015 3:09 PM To: Jan Ehrhardt Cc: PHP internals Subject: Re: [PHP-DEV] Re: PHP 7.0.0 roadmap On May 29, 2015 6:19 PM, Jan Ehrhardt php...@ehrhardt.nl wrote: Pierre Joye in

RE: [PHP-DEV] Re: PHP 7.0.0 roadmap

2015-05-29 Thread Anatol Belski
Hi, -Original Message- From: Jan Ehrhardt [mailto:php...@ehrhardt.nl] Sent: Friday, May 29, 2015 3:30 PM To: internals@lists.php.net Subject: Re: [PHP-DEV] Re: PHP 7.0.0 roadmap Pierre Joye in php.internals (Fri, 29 May 2015 20:08:31 +0700): They are public. I remember Anatol

Re: [PHP-DEV] [RFC] Simplified Array API for extensions

2015-05-29 Thread Hannes Magnusson
What are the chances anyone updated this to support PHP7 yet? -Hannes On Mon, Aug 11, 2014 at 5:17 PM, Andrea Faulds a...@ajf.me wrote: On 12 Aug 2014, at 01:15, Tjerk Meesters tjerk.meest...@gmail.com wrote: On 12 Aug, 2014, at 5:03 am, Andrea Faulds a...@ajf.me wrote: On 11 Aug

Re: [PHP-DEV] [RFC] Simplified Array API for extensions

2015-05-29 Thread Sara Golemon
Not thoroughly tested, but it compiles at least. Give the latest commit a shot: https://github.com/sgolemon/php-array-api/commit/1274a2bcbc3eca78dbd35702136b0034b67afc8f -Sara On Fri, May 29, 2015 at 1:25 PM, Sara Golemon poll...@php.net wrote: Ah, well that I'll probably do soonish, but as you

Re: [PHP-DEV] [RFC] Simplified Array API for extensions

2015-05-29 Thread Scott Arciszewski
Naive answer: P(inclusion) = 0, due to the feature freeze. Unless I'm mistaken. If so, you might need to target 7.1 instead of 7.0. Scott Arciszewski Chief Development Officer Paragon Initiative Enterprises https://paragonie.com On Fri, May 29, 2015 at 2:56 PM, Hannes Magnusson

Re: [PHP-DEV] [RFC] Simplified Array API for extensions

2015-05-29 Thread Hannes Magnusson
I was hoping someone had ported that header file to PHP7 too, for easier upgrade path from PHP5 for projects already using it :] -Hannes On Fri, May 29, 2015 at 12:33 PM, Sara Golemon poll...@php.net wrote: Yeah, way too late for PHP 7.0, but on the plus side the zend hash API has changed in

[PHP-DEV] PHP 5.5.26RC1 is available

2015-05-29 Thread Julien Pauli
Hi, PHP 5.5.26RC1 is available for testing. You can download it from https://downloads.php.net/~jpauli/ The Windows binaries are available at http://windows.php.net/qa/ This release contains a number of bugfixes. For the list of bugfixes that you can target in your testing, please refer to

Re: [PHP-DEV] [RFC] Simplified Array API for extensions

2015-05-29 Thread Sara Golemon
Yeah, way too late for PHP 7.0, but on the plus side the zend hash API has changed in ways which make this facade much less necessary. Not redundant, necessarily, but the biggest pain point (getting zval** by reference) is gone (we now get zval* via return). -Sara On Fri, May 29, 2015 at 12:14

Re: [PHP-DEV] [RFC] Simplified Array API for extensions

2015-05-29 Thread Sara Golemon
Ah, well that I'll probably do soonish, but as you already know, it doesn't need to be in the php-src tree to work. :) On Fri, May 29, 2015 at 12:37 PM, Hannes Magnusson hannes.magnus...@gmail.com wrote: I was hoping someone had ported that header file to PHP7 too, for easier upgrade path from