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 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 libssh2

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 b

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 probabl

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 depe

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 > http://windows.php.net/downloads/php-sdk

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 y

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: > http://windows.php.net/downloads/php-sdk/de

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 Stephen Zarkos
Hello, > -Original Message- > From: Pierre Joye [mailto:pierre@gmail.com] > > hi, > > On Thu, Apr 25, 2013 at 1:26 PM, Jan Ehrhardt 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 > >

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 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] 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 ph

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 wrote: > hi, > > On Thu, Apr 25, 2013 at 1:26 PM, Jan Ehrhardt 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 det

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 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: >> >> http

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 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: > > > > h