Next Meeting

4 views
Skip to first unread message

Trevor Morse

unread,
Jan 28, 2010, 12:21:05 PM1/28/10
to Halifax, NS PHP Developers Group
Hi Everyone,

For those of you that attended the last meeting, it was great to meet
you all and put faces to names. For those of you who couldn't make it,
hopefully we'll see you this time.

Figured it would be a good idea to give more of a heads up for the
next meeting. How does Feb. 10 sound for everyone? It will probably be
at the Norex office(Brandon can you confirm this is still ok?).

If you weren't in attendance at the last meeting we decided to keep it
informal for this next one, but have everyone(or at least those that
wanted to) pick a new feature of PHP 5.3 to research a bit and talk
about.

Here's a quick list I have put together. Feel free to speak for one,
or if I have forgotten any, feel free to add!

- namespaces (including use keyword and aliasing)
- class constants
- late static binding
- variable static calls
- new error levels
- Lambda Functions and Closures
- NOWDOC
- ternary shortcut
- goto
- mysqlnd

D. Keith Casey Jr.

unread,
Jan 28, 2010, 1:09:02 PM1/28/10
to halifax-ns-php-...@googlegroups.com

PHAR is pretty nifty too. It's basically JAR files but you can combine
it with something like a PEAR channel to get dependency management. I'm
a contributor to a very module-based open source project and trying to
think of how we can make use of it.

I think the panic over 'goto' is overblown. Just execute anyone who uses
it inappropriately. Once you do that once or twice, problem solved. ;)

But then again, I can't make it to the meeting. It's kind of a long
commute...

kc

Trevor Morse wrote:
> Here's a quick list I have put together. Feel free to speak for one,
> or if I have forgotten any, feel free to add!
>
> - namespaces (including use keyword and aliasing)
> - class constants
> - late static binding
> - variable static calls
> - new error levels
> - Lambda Functions and Closures
> - NOWDOC
> - ternary shortcut
> - goto
> - mysqlnd

--
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
D. Keith Casey, Jr.
Chief Technology Officer
http://BlueParabola.com

David Wolfe

unread,
Jan 28, 2010, 12:36:10 PM1/28/10
to halifax-ns-php-...@googlegroups.com
I'll take anything, but have a prefrence for
- late static binding, and/or
- closures

February 10 is good for me now...  hopefully will be then too.

David


--
You received this message because you are subscribed to the Google Groups "Halifax, NS PHP Developers Group" group.
To post to this group, send email to halifax-ns-php-...@googlegroups.com.
To unsubscribe from this group, send email to halifax-ns-php-develo...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/halifax-ns-php-developers-group?hl=en.


Trevor Morse

unread,
Jan 28, 2010, 1:48:29 PM1/28/10
to Halifax, NS PHP Developers Group

On Jan 28, 2:09 pm, "D. Keith Casey Jr." <ke...@blueparabola.com>
wrote:


> PHAR is pretty nifty too. It's basically JAR files but you can combine
> it with something like a PEAR channel to get dependency management. I'm
> a contributor to a very module-based open source project and trying to
> think of how we can make use of it.

In that case I will look into PHAR and report back ;-)

>
> I think the panic over 'goto' is overblown. Just execute anyone who uses
> it inappropriately. Once you do that once or twice, problem solved. ;)
>
> But then again, I can't make it to the meeting. It's kind of a long
> commute...

What if there was free beer involved?

-tm

D. Keith Casey Jr.

unread,
Jan 28, 2010, 1:57:32 PM1/28/10
to halifax-ns-php-...@googlegroups.com
Trevor Morse wrote:
>> PHAR is pretty nifty too. It's basically JAR files but you can combine
>> it with something like a PEAR channel to get dependency management. I'm
>> a contributor to a very module-based open source project and trying to
>> think of how we can make use of it.
>>
> In that case I will look into PHAR and report back ;-)
>
My big question about PHAR is "does it offer any improvement to
security?" I'm guessing that it doesn't and that all parameters are
passed through as normal. I've seen phpMyAdmin distributed as a PHAR and
it has some appeal to it...

If you're looking for distribution channels for PEAR packages, we
chatted about a couple recently in the php|architect OddWeek podcast -
http://phparch.com/podcast/index/20100118


>> But then again, I can't make it to the meeting. It's kind of a long
>> commute...
>>
> What if there was free beer involved?

It will take more than free beer.. how about paying for my flight from
DC? I'm just here to be supportive of you (Trevor). ;)

keith

Brandon Kolybaba

unread,
Jan 28, 2010, 1:58:40 PM1/28/10
to halifax-ns-php-...@googlegroups.com
Hey Trevor, great recap thanks! You are all welcome to use our office anytime, unfortunately on Feb 10th I'll be down at Google but feel free to schedule the meeting here with David Wolfe or any of the other guys if you like.

Thanks,
Brandon


On Thu, Jan 28, 2010 at 1:21 PM, Trevor Morse <trevor...@gmail.com> wrote:

Trevor Morse

unread,
Jan 28, 2010, 4:10:48 PM1/28/10
to Halifax, NS PHP Developers Group

On Jan 28, 2:57 pm, "D. Keith Casey Jr." <ke...@blueparabola.com>
wrote:


> Trevor Morse wrote:
> >> PHAR is pretty nifty too. It's basically JAR files but you can combine
> >> it with something like a PEAR channel to get dependency management. I'm
> >> a contributor to a very module-based open source project and trying to
> >> think of how we can make use of it.
>
> > In that case I will look into PHAR and report back ;-)
>
> My big question about PHAR is "does it offer any improvement to
> security?" I'm guessing that it doesn't and that all parameters are
> passed through as normal. I've seen phpMyAdmin distributed as a PHAR and
> it has some appeal to it...
>
> If you're looking for distribution channels for PEAR packages, we
> chatted about a couple recently in the php|architect OddWeek podcast -http://phparch.com/podcast/index/20100118

Thanks, I'll give that a listen tonight.

>> But then again, I can't make it to the meeting. It's kind of a long
> >> commute...
>
> > What if there was free beer involved?
>
> It will take more than free beer.. how about paying for my flight from
> DC? I'm just here to be supportive of you (Trevor). ;)

hahaha

David Cao

unread,
Jan 29, 2010, 4:13:32 PM1/29/10
to Halifax, NS PHP Developers Group
Sorry could not make to the last meeting. Feb. 10 is good for me.
However, I have not worked on PHP for a while, I will bring my good
ears at least ...

Will you sent out a confirm with time prior to the meeting? cheers,
-david

Shawn Greene

unread,
Feb 2, 2010, 11:57:46 AM2/2/10
to halifax-ns-php-...@googlegroups.com
Hi,

Feb 10th sounds good to me.

Cheers,
Shawn

Hi Everyone,

--

David Wolfe

unread,
Feb 2, 2010, 5:58:05 PM2/2/10
to halifax-ns-php-...@googlegroups.com
If we're a go for Feb 10, I'll be there.

David

Trevor Morse

unread,
Feb 9, 2010, 11:29:35 AM2/9/10
to Halifax, NS PHP Developers Group
Hi Everyone,

Just a reminder that we are a go for tomorrow night, Feb 10th at
7:30pm. Norex will be hosting and they are located at 77 Chain Lake Dr
- The Sports Direct / amirix building in Bayers Lake(http://
maps.google.ca/maps?f=q&source=s_q&hl=en&geocode=&q=77+Chain+Lake+Dr,
+Halifax&sll=44.643117,-63.671029&sspn=0.010412,0.022724&ie=UTF8&hq=&hnear=77+Chain
+Lake+Dr,+Halifax,+Halifax+County,+Nova
+Scotia&ll=44.640704,-63.671823&spn=0.010413,0.022724&t=h&z=16).

David, can you confirm that we'll need key card access to get in to
the building after hours? If so we can just meet out from between 7:20
and 7:30 and go in as a group to make less trips. If your running late
and need to be let in feel free to call my cell 441-9066.

We've had a couple of PHP 5.3 features spoken for already, if you
haven't yet spoken for one and would like to please reply and let us
know.

- namespaces (including use keyword and aliasing)
- class constants

- late static binding - David


- variable static calls
- new error levels
- Lambda Functions and Closures
- NOWDOC
- ternary shortcut
- goto
- mysqlnd

- PHAR - Trevor

Please let me know if you have any questions!

Hope to see you there,

Trevor

> > halifax-ns-php-develo...@googlegroups.com<halifax-ns-php -developers-group%2Bunsu...@googlegroups.com>


> > .
> > For more options, visit this group at
> >http://groups.google.com/group/halifax-ns-php-developers-group?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Halifax, NS PHP Developers Group" group.
> > To post to this group, send email to
> > halifax-ns-php-...@googlegroups.com.
> > To unsubscribe from this group, send email to

> > halifax-ns-php-develo...@googlegroups.com<halifax-ns-php -developers-group%2Bunsu...@googlegroups.com>

David Wolfe

unread,
Feb 9, 2010, 6:59:28 PM2/9/10
to halifax-ns-php-...@googlegroups.com, Developers
All true.  If you are late and cannot seem to get in or are otherwise misplaced, call my cell 412-7399, a number easily remembered as 412-SEXY.

David

To unsubscribe from this group, send email to halifax-ns-php-develo...@googlegroups.com.

David Cao

unread,
Feb 10, 2010, 8:59:05 PM2/10/10
to Halifax, NS PHP Developers Group
I left home in a hurry forgot my cell phone. I spend 30 min looping
around but could find "77 Chain Lake Dr." ... :) Anyway, I am sure
there will be a next time ... cheers. -david

On Feb 9, 7:59 pm, David Wolfe <davidgameswo...@gmail.com> wrote:
> All true.  If you are late and cannot seem to get in or are otherwise
> misplaced, call my cell 412-7399, a number easily remembered as 412-SEXY.
>
> David
>

> > > > halifax-ns-php-develo...@googlegroups.com<halifax-ns-php -developers-group%2Bunsu...@googlegroups.com><halifax-ns-php
> > -developers-group%2Bunsu...@googlegroups.com<developers-group%252Bunsub scr...@googlegroups.com>


>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/halifax-ns-php-developers-group?hl=en.
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "Halifax, NS PHP Developers Group" group.
> > > > To post to this group, send email to
> > > > halifax-ns-php-...@googlegroups.com.
> > > > To unsubscribe from this group, send email to

> > > > halifax-ns-php-develo...@googlegroups.com<halifax-ns-php -developers-group%2Bunsu...@googlegroups.com><halifax-ns-php
> > -developers-group%2Bunsu...@googlegroups.com<developers-group%252Bunsub scr...@googlegroups.com>

Reply all
Reply to author
Forward
0 new messages