RE: [PHP] override built-in mail()

2011-02-04 Thread Hansen, Mike
> -Original Message- > From: Thijs Lensselink [mailto:d...@lenss.nl] > Sent: Friday, February 04, 2011 12:48 PM > To: php-general@lists.php.net > Subject: Re: [PHP] override built-in mail() > > On 02/04/2011 08:44 PM, Thijs Lensselink wrote: > > On 02/04/2011 08:38 PM, Steve Staples wr

RE: [PHP] Code formatter

2011-02-02 Thread Hansen, Mike
> -Original Message- > From: ken.gu...@gmail.com [mailto:ken.gu...@gmail.com] On > Behalf Of Ken Guest > Sent: Monday, January 31, 2011 3:26 PM > To: Hansen, Mike > Cc: php-general@lists.php.net > Subject: Re: [PHP] Code formatter > > > > On Mon

RE: [PHP] Re: Code formatter

2011-01-31 Thread Hansen, Mike
> -Original Message- > From: Jonesy [mailto:gm...@jonz.net] > Sent: Monday, January 31, 2011 2:25 PM > To: php-general@lists.php.net > Subject: [PHP] Re: Code formatter > > On Mon, 31 Jan 2011 13:27:42 -0700, Hansen, Mike wrote: > > > I've got an

[PHP] Code formatter

2011-01-31 Thread Hansen, Mike
I've got an application that I'm fixing up and I'd like to run it through a code formatter. Is there something like Perl Tidy for PHP? If so, what are you experiences with it. No prob running it on the command line. It'd be great if it followed the PEAR coding standards. Thx -- PHP General Mai

FW: [PHP] Why the PEAR hate?

2010-11-16 Thread Hansen, Mike
> -Original Message- > From: Hansen, Mike > Sent: Tuesday, November 16, 2010 10:24 AM > To: 'Daniel Brown' > Subject: RE: [PHP] Why the PEAR hate? > > > -Original Message- > > From: paras...@gmail.com [mailto:paras...@gmail.com] On > &g

[PHP] Why the PEAR hate?

2010-11-16 Thread Hansen, Mike
http://www.reddit.com/r/PHP/comments/e6zs1/how_many_of_you_use_pear_in_your_projects/ I'm still pretty new to PHP. Why the hate for PEAR? I've used a couple of PEAR modules without any issues. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.ph

[PHP] Template engines

2010-11-08 Thread Hansen, Mike
I really like the idea of using a templating engine. Which one do you use? Why? For those that don't use templating engines, why don't you use them? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Eclipse, Komodo, Netbeans, Zend Studio, PHP Storm, other?

2010-10-13 Thread Hansen, Mike
I'm about to do a lot of work on an existing code base and I think I'd like to try an IDE. I currently use VIM for most editing. What IDE are you using? What do you like about the one you are using? Which ones have you tried? Mike -- PHP General Mailing List (http://www.php.net/) To unsub

RE: [PHP] Set up MySQL + Apache 2.2.4 on Win XP.

2010-06-01 Thread Hansen, Mike
> -Original Message- > From: Shreyas [mailto:shreya...@gmail.com] > Sent: Tuesday, June 01, 2010 10:18 AM > To: php-general@lists.php.net > Subject: [PHP] Set up MySQL + Apache 2.2.4 on Win XP. > > PHP'ers, > > Please do not curse me for this. > > I am having a tough time to get thi

[PHP] Problem install modules using PEAR

2010-05-14 Thread Hansen, Mike
I'm on a older Solaris server with PHP 5.0.5. I'm trying to install Spreadsheet Excel Writer and the mail module using PEAR. /usr/local/php-5.0.5/bin/pear config-set http_proxy ##.###.###.##: /usr/local/php-5.0.5/bin/pear install Spreadsheet_Excel_Writer-0.9.2 -alldeps HTTP error, got respon

RE: [PHP] Re: Best Practices Book, Document, Web Site?

2010-03-02 Thread Hansen, Mike
> -Original Message- > From: Bob McConnell [mailto:r...@cbord.com] > Sent: Tuesday, March 02, 2010 7:52 AM > To: pan; php-general@lists.php.net > Subject: RE: [PHP] Re: Best Practices Book, Document, Web Site? > > From: pan > > ""Hansen,

[PHP] Best Practices Book, Document, Web Site?

2010-03-01 Thread Hansen, Mike
Is there a PHP Best Practices Book, Document, or web site that has information similar to Perl Best Practices but for PHP? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Excel Spreadsheets and PHP

2010-02-19 Thread Hansen, Mike
> -Original Message- > From: Ian Robertson [mailto:irobert...@americantextile.com] > Sent: Friday, February 19, 2010 1:28 PM > To: php-general@lists.php.net > Subject: [PHP] Excel Spreadsheets and PHP > > Hello, everyone. > > Just a quick question. > > What are you using, if anything, t

RE: [PHP] What server am I authenticating to?

2010-01-13 Thread Hansen, Mike
Yep. I found the issue in the apache config. Thanks, Mike > -Original Message- > From: Nathan Rixham [mailto:nrix...@gmail.com] > Sent: Wednesday, January 13, 2010 1:12 PM > To: Hansen, Mike > Cc: php-general@lists.php.net > Subject: Re: [PHP] What server am I

RE: [PHP] What server am I authenticating to?

2010-01-13 Thread Hansen, Mike
> -Original Message- > From: daniel.egeb...@gmail.com > [mailto:daniel.egeb...@gmail.com] On Behalf Of Daniel Egeberg > Sent: Wednesday, January 13, 2010 11:39 AM > To: Hansen, Mike > Cc: php-general@lists.php.net > Subject: Re: [PHP] What server am I authentic

[PHP] What server am I authenticating to?

2010-01-13 Thread Hansen, Mike
I took over maint of an app, and the former maintainer is no longer available. I was under the assumption that authentication was done through an LDAP. How do I find out which LDAP server is PHP/Apache using? It might be right in front of my face in the apache config or php.ini, but I can't se