You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(10) |
Sep
(6) |
Oct
|
Nov
(42) |
Dec
(10) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(4) |
Feb
(17) |
Mar
(8) |
Apr
(9) |
May
(12) |
Jun
(28) |
Jul
(8) |
Aug
(8) |
Sep
(15) |
Oct
(21) |
Nov
(39) |
Dec
(13) |
| 2004 |
Jan
(128) |
Feb
(32) |
Mar
(46) |
Apr
(98) |
May
(51) |
Jun
(26) |
Jul
(54) |
Aug
(16) |
Sep
(45) |
Oct
(71) |
Nov
(12) |
Dec
(9) |
| 2005 |
Jan
|
Feb
(4) |
Mar
(57) |
Apr
(37) |
May
(11) |
Jun
(5) |
Jul
(14) |
Aug
(65) |
Sep
(16) |
Oct
(2) |
Nov
(36) |
Dec
(21) |
| 2006 |
Jan
(79) |
Feb
(81) |
Mar
(15) |
Apr
(60) |
May
(56) |
Jun
(26) |
Jul
(12) |
Aug
(3) |
Sep
(3) |
Oct
(2) |
Nov
(20) |
Dec
(114) |
| 2007 |
Jan
(45) |
Feb
(15) |
Mar
(3) |
Apr
(12) |
May
(6) |
Jun
(14) |
Jul
(8) |
Aug
|
Sep
(14) |
Oct
(5) |
Nov
(21) |
Dec
(9) |
| 2008 |
Jan
(53) |
Feb
(3) |
Mar
(5) |
Apr
(30) |
May
(40) |
Jun
(31) |
Jul
(84) |
Aug
(15) |
Sep
(56) |
Oct
(17) |
Nov
(6) |
Dec
(40) |
| 2009 |
Jan
(9) |
Feb
(11) |
Mar
(39) |
Apr
(8) |
May
(4) |
Jun
(4) |
Jul
(2) |
Aug
(1) |
Sep
(3) |
Oct
|
Nov
(15) |
Dec
(30) |
| 2010 |
Jan
(4) |
Feb
(22) |
Mar
(6) |
Apr
(6) |
May
(12) |
Jun
(21) |
Jul
(5) |
Aug
(7) |
Sep
(2) |
Oct
|
Nov
(1) |
Dec
|
| 2011 |
Jan
(1) |
Feb
(4) |
Mar
(7) |
Apr
(2) |
May
(7) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(11) |
Jun
(4) |
Jul
(3) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2017 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
1
|
2
|
3
(4) |
4
|
5
|
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
|
27
|
28
|
|
|
|
|
|
|
From: strk <st...@ke...> - 2011-02-03 20:51:56
|
On Thu, Feb 03, 2011 at 10:50:55AM +0000, HM 2K wrote: > It's much more manageable when it's in PECL. > > Is there no intention of releasing to PECL? There's basically no man power, as you can see. For me it's simpler to keep all the code in a single place and release all togheter. If you want to help with PECL distribution maybe you can take a look at providing a Makefile rule to prepare the package and instruction on how to upload it. --strk; () Free GIS & Flash consultant/developer /\ http://strk.keybit.net/services.html |
|
From: HM 2K <nf...@gm...> - 2011-02-03 10:51:02
|
It's much more manageable when it's in PECL. Is there no intention of releasing to PECL? On Thu, Feb 3, 2011 at 7:48 AM, strk <st...@ke...> wrote: > On Mon, Jan 31, 2011 at 02:12:56PM +0000, HM 2K wrote: > > Hi there, > > > > According to the PHP documentation Ming is no longer bundled with PHP and > > has instead been moved to the PECL repository. > > > > Upon attempting to install the Ming package using the pecl command I > > discovered that there was no releases available for package. > > > > So, my questions is this: > > > > Who is maintaining the PCEL package and how come there are no releases? > > The only thing I'm sure about is that the PHP binding of Ming > is being maintained _inside_ the ming source repository (too?). > > Your best bet is likely compiling it yourself. > > It should be as easy as: > $ git clone gi...@gi...:libming/libming.git > $ cd libming && ./configure --enable-php && make && make install > > --strk; > > () Free GIS & Flash consultant/developer > /\ http://strk.keybit.net/services.html > |
|
From: strk <st...@ke...> - 2011-02-03 07:48:25
|
On Mon, Jan 31, 2011 at 02:12:56PM +0000, HM 2K wrote: > Hi there, > > According to the PHP documentation Ming is no longer bundled with PHP and > has instead been moved to the PECL repository. > > Upon attempting to install the Ming package using the pecl command I > discovered that there was no releases available for package. > > So, my questions is this: > > Who is maintaining the PCEL package and how come there are no releases? The only thing I'm sure about is that the PHP binding of Ming is being maintained _inside_ the ming source repository (too?). Your best bet is likely compiling it yourself. It should be as easy as: $ git clone gi...@gi...:libming/libming.git $ cd libming && ./configure --enable-php && make && make install --strk; () Free GIS & Flash consultant/developer /\ http://strk.keybit.net/services.html |
|
From: firstname l. <m2...@ya...> - 2011-02-03 01:21:58
|
Make your life happier! http://www.is-sur-tille.com/docs/2011.php?hotmailID=0689 .... |