Re: [PECL-DEV] Re: [ANNOUNCEMENT] jsonc-1.3.0 (beta) Released.

2013-08-29 Thread Jan Ehrhardt
Remi Collet in php.pecl.dev (Thu, 29 Aug 2013 08:07:28 +0200):
Le 29/08/2013 00:27, Jan Ehrhardt a écrit :
 Given the current discussion I tried to build it under Windows (5.5 x86
 NTS). Static failed, but shared worked.

Yes I'm aware of an buld issue.
As a PECL extension it can be build using bundled or system libjson-c

AFAIK, there is no system libjson-c on Windows.

If you merge it in the php tree (for static build), if will only build
with system libjson-c (for now).

I always merge all my extensions into the PHP-tree, using directory
junctions (symlinks). The building of jsonc as static fails in the
initial phases. Configure.js had no problem finding json_a.lib, but
building later on stops with this message:

main\internal_functions.c(72) : error C2065: 'phpext_jsonc_ptr' :
undeclared identifier
main\internal_functions.c(72) : error C2099: initializer is not a
constant
NMAKE : fatal error U1077: 'C:\Program Files (x86)\Microsoft Visual
Studio 11.0\VC\BIN\cl.exe' : return code '0x2'

It did not make any difference if I merged it as 'json' or as 'jsonc'
into the PHP tree.

Jan

-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PECL-DEV] Re: [ANNOUNCEMENT] jsonc-1.3.0 (beta) Released.

2013-08-29 Thread Miroslav Kubelík

29.8.2013 14:47, Jan Ehrhardt wrote:
All of the 85 php extensions in my normal build script compiled as 
they used to. Result: 
https://dl.dropboxusercontent.com/u/8954372/php-5.5.3-nts-Win32-VC11-x86-jsonc.zip 
Jan 


Jan,
Thank you for your hard work on awesome windows packages with a tons of 
useful extension built-in. These are  regularly released shortly after 
official announcement. Especially apache2.2 handler for php 5.5 which 
isn't available in official php windows builds is very important for me.


Keep on working Sir.

M. Kubelik







--
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PECL-DEV] VCS Account Request: jrsalunga

2013-08-29 Thread Jefferson Salunga
register

Sponsor:
register


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PECL-DEV] PECL Account Request: jrsalunga

2013-08-29 Thread Jefferson Salunga
Requested from:   203.215.116.155
Username: jrsalunga
Real Name:Jefferson Salunga
Email:jefferson.salu...@yahoo.com (hide address)
Need php.net Account: yes
Purpose:
register

Sponsor:
register

To handle: http://pecl.php.net/admin/?acreq=jrsalunga


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PECL-DEV] Re: [ANNOUNCEMENT] jsonc-1.3.0 (beta) Released.

2013-08-29 Thread Pierre Joye
hi!

On Thu, Aug 29, 2013 at 5:25 PM, Jan Ehrhardt php...@ehrhardt.nl wrote:
 Miroslav Kubelík in php.pecl.dev (Thu, 29 Aug 2013 16:09:54 +0200):
Thank you for your hard work on awesome windows packages with a tons of
useful extension built-in.

You can also get some here:

http://windows.php.net/downloads/pecl/ snaps or releases

which is about to be the place where pecl official binaries will be
always be available, with links from pecl.php.net.

 These are  regularly released shortly after
official announcement. Especially apache2.2 handler for php 5.5 which
isn't available in official php windows builds is very important for me.

 Hmmm. I would have sworn that php5apache2_2.dll for PHP 5.5 was provided
 by either Apachelounge or Apachehaus, but it is not. It seems to be
 lacking everywhere except in my builds.

Because it is not supported anymore and there is very little reason to
support it.

 For the curious people, I always announce new builds at
 http://www.apachelounge.com/viewforum.php?f=6

 Most of the times within a few days after the official PHP release. And
 sometimes even a little bit before the announcement.

Well, as there is nothing wrong to provide builds outside php, while
it creates some real confusions from time to time in bug reports, I
really do not think it is a good thing to publish a build for a given
non existent release. Even if it is tagged, a release does not exist
until it is announced. We have delayed releases many times in the past
because of last minutes bugs, it does no one good to get a buggy
version and to think everything is fine.

Cheers,
-- 
Pierre

@pierrejoye | http://www.libgd.org

--
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PECL-DEV] Re: [ANNOUNCEMENT] jsonc-1.3.0 (beta) Released.

2013-08-29 Thread Jan Ehrhardt
Pierre Joye in php.pecl.dev (Thu, 29 Aug 2013 19:59:01 +0200):
Well, as there is nothing wrong to provide builds outside php, while
it creates some real confusions from time to time in bug reports, I
really do not think it is a good thing to publish a build for a given
non existent release. Even if it is tagged, a release does not exist
until it is announced.

I only do that if the release is already published at
http://www.php.net/downloads.php but the announcement is delayed.

The tagging of a release is only a sign for me that a release is
imminent.

Jan

-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PECL-DEV] Re: [ANNOUNCEMENT] jsonc-1.3.0 (beta) Released.

2013-08-29 Thread Pierre Joye
On Thu, Aug 29, 2013 at 8:09 PM, Jan Ehrhardt php...@ehrhardt.nl wrote:
 Pierre Joye in php.pecl.dev (Thu, 29 Aug 2013 19:59:01 +0200):
Well, as there is nothing wrong to provide builds outside php, while
it creates some real confusions from time to time in bug reports, I
really do not think it is a good thing to publish a build for a given
non existent release. Even if it is tagged, a release does not exist
until it is announced.

 I only do that if the release is already published at
 http://www.php.net/downloads.php but the announcement is delayed.

 The tagging of a release is only a sign for me that a release is
 imminent.

The announcement makes it official, not the upload or the tagging :)

Cheers,
-- 
Pierre

@pierrejoye | http://www.libgd.org

-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php