Re: [PHP-DEV] Compiling PHP on Windows 7 - wiki needs update

2012-12-27 Thread Jan Ehrhardt
Hi Pierre, Pierre Joye in php.internals (Thu, 27 Dec 2012 06:56:42 +0100): x64 builds are not yet officially supported. Not yet? That sounds if x64 will be supported sometime. Will it? However nothing prevents one to do it. It should build fine. If you can get all dependencies right. For x86

Re: [PHP-DEV] Compiling PHP on Windows 7 - wiki needs update

2012-12-27 Thread Jan Ehrhardt
Jan Ehrhardt in php.internals (Thu, 27 Dec 2012 13:19:08 +0100): What are the plans for 5.5? A transition to VC10? I once tried to use my existing php-sdk setup to compile PHP 5.4 with VC10, but not all compilations succeeded. Compilation failed for php_intl.dll failed with these errors:

[PHP-DEV] Re: Using INSTALL_ROOT with make install not portable, other install questions

2012-12-27 Thread Michael Felt
Back on this again. I see that there was a REQ from 2004, to not use the -a option to apxs when INSTALL_ROOT is set. That would fix my problem. I tried modifying two files: (changes below) sapi/apache2handler/config.m4 Makefile.global and then running ./configure again The changes in

Re: [PHP-DEV] Bug #23955: Cookie Max-Age attribute

2012-12-27 Thread Andrey Andreev
At last, I was able to write an RFC about this: https://wiki.php.net/rfc/cookie_max-age - Andrey -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Bug #23955: Cookie Max-Age attribute

2012-12-27 Thread Sherif Ramadan
On Thu, Dec 27, 2012 at 9:26 PM, Andrey Andreev n...@bofh.bg wrote: At last, I was able to write an RFC about this: https://wiki.php.net/rfc/**cookie_max-agehttps://wiki.php.net/rfc/cookie_max-age - Andrey -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

Re: [PHP-DEV] Bug #23955: Cookie Max-Age attribute

2012-12-27 Thread Andrey Andreev
Quoting Sherif Ramadan theanomaly...@gmail.com: There's no mention in the RFC of how the functionality will work in PHP. Is it possible to add example code of how it is to be used based on this implementation? Max-Age would simply be added to all Set-Cookie headers, after the Expires

Re: [PHP-DEV] Bug #23955: Cookie Max-Age attribute

2012-12-27 Thread Sherif Ramadan
On Thu, Dec 27, 2012 at 9:51 PM, Andrey Andreev n...@bofh.bg wrote: Quoting Sherif Ramadan theanomaly...@gmail.com: There's no mention in the RFC of how the functionality will work in PHP. Is it possible to add example code of how it is to be used based on this implementation? Max-Age

Re: [PHP-DEV] Bug #23955: Cookie Max-Age attribute

2012-12-27 Thread Andrey Andreev
Yes, of course - those are all valid points that you've listed. Updated the RFC with the suggested additions. Hopefully it's more easily understandable now. :) Quoting Sherif Ramadan theanomaly...@gmail.com: Well, even if it were obvious the RFC should be a technical specification of

[PHP-DEV] VCS Account Request: heavenfactory

2012-12-27 Thread Louis Payet
Request bugs -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Bug #23955: Cookie Max-Age attribute

2012-12-27 Thread Stas Malyshev
Hi! Max-Age would simply be added to all Set-Cookie headers, after the Expires attribute. I thought that was obvious, but I'll make sure to add a few examples to make it clearer. I think it makes sense, only note is that it makes no sense to set Max-Age to any negative number, especially