Re: [PHP] Closure and $this

2011-01-12 Thread Greg Bair
he Closure class. Thus, if it supported the $this variable, it would refer not to the class you want, but instead to the Closure class. Just my understanding. If it's not right, someone point it out. -- Greg Bair PHP Developer -- PHP General Mailing List (http://www.php.net/) To unsub

Re: [PHP] Apache and PHP segfaults on Redhat EL5

2011-01-07 Thread Greg Bair
Also, you might try asking on a RH list or forum, this might be a known issue with a workaround. If all else fails, file a bug. -- Greg Bair PHP Developer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Job Search

2010-12-31 Thread Greg Bair
has a nice job board at http://jobs.phpdeveloper.org/. -- Greg Bair PHP Developer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Printing PDF

2010-12-29 Thread Greg Bair
On Wed, 29 Dec 2010 10:36:30 -0500 Steve Staples wrote: > Hi! > > I have an app that needs to be created, and it is all running on > linux. I am sure I shoulnd't really write it using PHP, but it's > kinda what I know, and am familiar with... so I am thinking about > doing with PHP. > > Anyway,