[PHP-DEV] Re: [PHP-CVS] com php-src: Remove curl wrappers: ext/curl/config.m4 ext/curl/config.w32 ext/curl/interface.c ext/curl/php_curl.h ext/curl/streams.c ext/standard/basic_functions.c

2013-04-25 Thread Remi Collet
Le 23/04/2013 23:01, Pierrick Charron a écrit : Commit:b79e65f268d8f368a1088313735eda3ca485fa53 Author:Pierrick Charron pierr...@php.net Tue, 23 Apr 2013 17:01:17 -0400 Parents: 758b666c0ad6edb48274858d2e11c53460787b88 Branches: PHP-5.5 Link:

Re: [PHP-DEV] vsprintf()

2013-04-25 Thread Johannes Schlüter
On Wed, 2013-04-24 at 12:54 -0500, Ralph Schindler wrote: I must have left the public in there when I posted it to twitter. I'd have to say it's a little unintuitive when the properties are protected, but all in all, I don't dislike the behavior. Perhaps this just needs to be

[PHP-DEV] PHP 5.5 beta4 available

2013-04-25 Thread Julien Pauli
Hi Internals, PHP 5.5.0 Beta 4 has been released for testing. It fixes some bugs against beta 3. You'll find details in the NEWS file. The packages can be found at: http://downloads.php.net/dsp and windows packages at http://windows.php.net/qa Please test the release carefully and report

RE: [PHP-DEV] Object Type Casting

2013-04-25 Thread Richard Bradley
-Original Message- From: Jannik Zschiesche [mailto:he...@apfelbox.net] Sent: 24 April 2013 20:22 Am Mittwoch, 24. April 2013 um 19:19 schrieb Stas Malyshev: Hi! Are there any plans to add object type casting support in PHP? For example: $circle = (Circle)

Re: [PHP-DEV] PHP 5.5 beta4 available

2013-04-25 Thread Remi Collet
Le 25/04/2013 10:45, Julien Pauli a écrit : The packages can be found at: http://downloads.php.net/dsp php-5.5.0beta4.tar.xz (2013-04-24 03:58 -0700) - 9.4M MD5 (php-5.5.0beta4.tar.xz) = 2fcab8846b3626250f9f1319e632fe02 This is obviously the yesterday tarball, not the one for the new tag

[PHP-DEV] Re: PHP 5.5 beta4 available

2013-04-25 Thread Jan Ehrhardt
Julien Pauli in php.internals (Thu, 25 Apr 2013 10:45:17 +0200): PHP 5.5.0 Beta 4 has been released for testing. It fixes some bugs against beta 3. You'll find details in the NEWS file. The packages can be found at: http://downloads.php.net/dsp and windows packages at

Re: [PHP-DEV] Re: PHP 5.5 beta4 available

2013-04-25 Thread Julien Pauli
On Thu, Apr 25, 2013 at 1:26 PM, Jan Ehrhardt php...@ehrhardt.nl wrote: Julien Pauli in php.internals (Thu, 25 Apr 2013 10:45:17 +0200): PHP 5.5.0 Beta 4 has been released for testing. It fixes some bugs against beta 3. You'll find details in the NEWS file. The packages can be found at:

Re: [PHP-DEV] Re: PHP 5.5 beta4 available

2013-04-25 Thread Pierre Joye
hi, On Thu, Apr 25, 2013 at 1:26 PM, Jan Ehrhardt php...@ehrhardt.nl wrote: Julien Pauli in php.internals (Thu, 25 Apr 2013 10:45:17 +0200): PHP 5.5.0 Beta 4 has been released for testing. It fixes some bugs against beta 3. You'll find details in the NEWS file. The packages can be found at:

[PHP-DEV] property de-referencing

2013-04-25 Thread Rasmus Schultz
Okay, No one seemed extremely interested in my notes about static type-referenceshttp://marc.info/?t=13632784962r=1w=2- I want to bring up something closely related that could possibly be even more useful, in particular for things like form-helpers, which remains as one of the things that

Re: [PHP-DEV] Re: PHP 5.5 beta4 available

2013-04-25 Thread Julien Pauli
On Thu, Apr 25, 2013 at 2:36 PM, Pierre Joye pierre@gmail.com wrote: hi, On Thu, Apr 25, 2013 at 1:26 PM, Jan Ehrhardt php...@ehrhardt.nl wrote: Julien Pauli in php.internals (Thu, 25 Apr 2013 10:45:17 +0200): PHP 5.5.0 Beta 4 has been released for testing. It fixes some bugs against

Re: [PHP-DEV] property de-referencing

2013-04-25 Thread Nikita Popov
On Thu, Apr 25, 2013 at 2:47 PM, Rasmus Schultz ras...@mindplay.dk wrote: Okay, No one seemed extremely interested in my notes about static type-referenceshttp://marc.info/?t=13632784962r=1w=2- I want to bring up something closely related that could possibly be even more useful, in

Re: [PHP-DEV] Re: PHP 5.5 beta4 available

2013-04-25 Thread Jan Ehrhardt
Pierre Joye in php.internals (Thu, 25 Apr 2013 14:36:39 +0200): http://downloads.php.net/dsp and windows packages at http://windows.php.net/qa The windows packages aren't there yet. And I am getting all kinds of curl-stream errors when I try to build beta4 including php_curl.dll myself

Re: [PHP-DEV] Re: PHP 5.5 beta4 available

2013-04-25 Thread Jan Ehrhardt
Jan Ehrhardt in php.internals (Thu, 25 Apr 2013 16:21:15 +0200): And for some reason I always have to remove the libssh2* files and fall back on my own. I still have got to find out why it goes wrong with the 'official' dependencies. Difference in versions? Mine is libssh2 1.4.3, yours is 1.4.2.

Re: [PHP-DEV] property de-referencing

2013-04-25 Thread Rasmus Schultz
Maybe I didn't understand what you mean, but if you want property references, why not just use, well, property references? Property-references don't know what property they're referencing - they reference the object/value held by the property, not the property itself. If you want more than

Re: [PHP-DEV] Re: PHP 5.5 beta4 available

2013-04-25 Thread Jan Ehrhardt
Jan Ehrhardt in php.internals (Thu, 25 Apr 2013 16:21:15 +0200): And for some reason I always have to remove the libssh2* files and fall back on my own. I still have got to find out why it goes wrong with the 'official' dependencies. With the official libssh2_a.lib there are a lot of unresolved

RE: [PHP-DEV] Re: PHP 5.5 beta4 available

2013-04-25 Thread Stephen Zarkos
Hello, -Original Message- From: Pierre Joye [mailto:pierre@gmail.com] hi, On Thu, Apr 25, 2013 at 1:26 PM, Jan Ehrhardt php...@ehrhardt.nl wrote: Julien Pauli in php.internals (Thu, 25 Apr 2013 10:45:17 +0200): PHP 5.5.0 Beta 4 has been released for testing. It fixes some

Re: [PHP-DEV] Re: PHP 5.5 beta4 available

2013-04-25 Thread Jan Ehrhardt
Jan Ehrhardt in php.internals (Thu, 25 Apr 2013 18:19:58 +0200): LIBS_SSH2=libssh2_a.lib ssleay32.lib libeay32.lib Or adding these two lines to the config.w32 of ssh2: if ((CHECK_LIB(libssh2_a.lib;libssh2.lib, ssh2, PHP_SSH2) + CHECK_LIB(ssleay32.lib, ssh2, PHP_SSH2) +

Re: [PHP-DEV] Re: PHP 5.5 beta4 available

2013-04-25 Thread Anatol Belski
Jan, On Thu, April 25, 2013 16:21, Jan Ehrhardt wrote: Remi pointed me in the right direction. I discovered the new packages at /qa just before I read your replies. It now builds fine with the exception of php_ssh2.dll. I used these dependencies:

Re: [PHP-DEV] Re: PHP 5.5 beta4 available

2013-04-25 Thread Jan Ehrhardt
Anatol Belski in php.internals (Thu, 25 Apr 2013 18:55:26 +0200): Jan, And for some reason I always have to remove the libssh2* files and fall back on my own. I still have got to find out why it goes wrong with the 'official' dependencies. Which ssh2 ext version do yu build? Have you tried

Re: [PHP-DEV] Re: [PHP-CVS] com php-src: Remove curl wrappers: ext/curl/config.m4 ext/curl/config.w32 ext/curl/interface.c ext/curl/php_curl.h ext/curl/streams.c ext/standard/basic_functions.c

2013-04-25 Thread Kalle Sommer Nielsen
Hi 2013/4/25 Remi Collet r...@fedoraproject.org: Shouldn't we Keep CURL_WRAPPERS_ENABLED defined to 0 ? or remove it from PHP-5.4 before 5.4.15 ? (was not included in any official version yet) To be honest, we should just remove the constant as we already have a gazillion versions that

Re: [PHP-DEV] Re: [PHP-CVS] com php-src: Remove curl wrappers: ext/curl/config.m4 ext/curl/config.w32 ext/curl/interface.c ext/curl/php_curl.h ext/curl/streams.c ext/standard/basic_functions.c

2013-04-25 Thread Stas Malyshev
Hi! Shouldn't we Keep CURL_WRAPPERS_ENABLED defined to 0 ? or remove it from PHP-5.4 before 5.4.15 ? (was not included in any official version yet) Since the wrappers are gone, I think we should just drop it. If I don't hear any objections and nobody beats me to it, I'll do it this

Re: [PHP-DEV] Re: PHP 5.5 beta4 available

2013-04-25 Thread Anatol Belski
Jan, On Thu, April 25, 2013 19:10, Jan Ehrhardt wrote: That was exectly the version: SSH2 support enabled extension version 0.12 libssh2 version1.4.2 (or 1.4.3) banner SSH-2.0-libssh2_1.4.2/3 With the libssh2* files from

Re: [PHP-DEV] Re: PHP 5.5 beta4 available

2013-04-25 Thread Jan Ehrhardt
Anatol Belski in php.internals (Thu, 25 Apr 2013 20:12:11 +0200): Ok, so we must have built some different ways. Anyway that builds I've mentioned should work and I'll recheck next time I do the ssh2 ext. The difference probably is that you built libssh2 as shared. Your php_ssh2.dll's are

[PHP-DEV] SEGV in function ap_event_pod_check in server/mpm/event/pod.c

2013-04-25 Thread Dennis Clarke
The details are over at : https://issues.apache.org/bugzilla/show_bug.cgi?id=54886 Looks to be a crash caused by php bits. Anyone have any insights ? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: PHP 5.5 beta4 available

2013-04-25 Thread Anatol Belski
Jan, On Thu, April 25, 2013 21:46, Jan Ehrhardt wrote: Anatol Belski in php.internals (Thu, 25 Apr 2013 20:12:11 +0200): Ok, so we must have built some different ways. Anyway that builds I've mentioned should work and I'll recheck next time I do the ssh2 ext. The difference probably is that

Re: [PHP-DEV] Re: PHP 5.5 beta4 available

2013-04-25 Thread Jan Ehrhardt
Anatol Belski in php.internals (Thu, 25 Apr 2013 22:11:02 +0200): On Thu, April 25, 2013 21:46, Jan Ehrhardt wrote: The difference probably is that you built libssh2 as shared. Your php_ssh2.dll's are dependent on libssh2.dll (which in its turn is dependent on the ssl-dll's). My build is

Re: [PHP-DEV] Re: PHP 5.5 beta4 available

2013-04-25 Thread Pierre Joye
hi Jan, On Thu, Apr 25, 2013 at 10:42 PM, Jan Ehrhardt php...@ehrhardt.nl wrote: Anatol Belski in php.internals (Thu, 25 Apr 2013 22:11:02 +0200): On Thu, April 25, 2013 21:46, Jan Ehrhardt wrote: The difference probably is that you built libssh2 as shared. Your php_ssh2.dll's are dependent on