On 16 aug. 2013, at 19:17, Tamara Temple <tamouse.li...@gmail.com> wrote:

> Looking into a problem for someone who is using Godaddy Shared Web Hosting (I 
> know..), I noticed the version tag reported by phpinfo is: 
> 
> 
> PHP API                       20041225
> PHP Extension 20060613
> Zend Extension        220060519
> 
> Just how old is this version of PHP??
> 
> 
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

According to my google search, it should be 5.2.9, so it isn't "that" old:


http://devzone.zend.com/1442/compiling-php-extensions-with-zend-server/

CD onto the extension's source dir (in our example, the PHP version is 5.2.9 as 
it is the current stable version Zend Server is shipped with):

$ cd /usr/local/zend/share/php-source/php-5.2.9/ext/pspell
Run phpize:

$ /usr/local/zend/bin/phpize
Output should be similar to this:

/Configuring for:
PHP Api Version:         20041225
Zend Module Api No:      20060613
Zend Extension Api No:   220060519/


Greetings.


Met vriendelijke groet,
Camilo Sperberg

----------------
W: http://unreal4u.com
T: http://twitter.com/unreal4u


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

Reply via email to