Re: [PHP] PHP installations, usage, and popularity

2011-09-19 Thread Gregor Mitzka
As far as I know it is called LAMPP and not LAMP. So you have PHP and also
Perl. But never the less PHP is one of the most widespread web languages
now-a-days.

2011/9/20 Daniel Brown danbr...@php.net

 On Mon, Sep 19, 2011 at 18:10, David Harkness davi...@highgearmedia.com
 wrote:
  Gently remind them that the P in LAMP stands for PHP. There's a big
 reason
  most every web developer can tell you what each letter in LAMP stands
 for:
  heavy market penetration.

 It has become a presumption in that regard, yes, but the 'P' in
 LAMP was actually for Perl.

 --
 /Daniel P. Brown
 Network Infrastructure Manager
 http://www.php.net/

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Installing extensions

2011-09-18 Thread Gregor Mitzka
Why don't you use MacPorts? There you can extension in a quite simple way.

Gregor Mitzka

2011/9/18 tamouse mailing lists tamouse.li...@gmail.com

 I'm having a bit of trouble installing PHP extensions.

 I have the following in php.ini:

  extension_dir =

 .:/usr/local/lib/php/extensions:/usr/local/lib/php/extensions/no-debug-non-zts-20090626

 In /usr/local/lib/php/extensions/no-debug-non-zts-20090626, i have the
 following:

  -rwxr-xr-x  1 root  wheel   25652 Sep 18 13:04 geoip.so*
  -rwxr-xr-x  1 root  wheel  115536 Jul 13 16:55 iconv.a*
  -rwxr-xr-x  1 root  wheel   40556 Jul 13 16:55 iconv.so*

 but if I do php -i | grep -E '(iconv|geoip)' , i get nothing.

 So apparently the extensions aren't being added as I thought.

 System info:
  Mac OSX 10.5.8
  php 5.3.6

 Any clues will be greatly appreciated!

 --
 Tamara Temple
 -- aka tamouse__

 May you never see a stranger's face in the mirror.

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php