php-general Digest 19 Aug 2013 06:07:22 -0000 Issue 8335

Topics (messages 321856 through 321860):

Re: Finally....
        321856 by: Daniel

how old is this version of PHP?
        321857 by: Tamara Temple
        321858 by: Camilo Sperberg
        321859 by: Tamara Temple
        321860 by: Larry Garfield

Administrivia:

To subscribe to the digest, e-mail:
        php-general-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-general-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-gene...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
Yay, Thankyou :)
Regards,
Daniel Fenn






On Sat, Aug 17, 2013 at 2:30 AM, Robert Cummings <rob...@interjinn.com> wrote:
> On 13-08-16 11:58 AM, Marc Guay wrote:
>>
>> Those Belgacom emails were the only thing keeping me from a crushing
>> loneliness - undo!
>
>
> *sniffle* Another friend bites the dust *sniffle*.
>
>
> --
> E-Mail Disclaimer: Information contained in this message and any
> attached documents is considered confidential and legally protected.
> This message is intended solely for the addressee(s). Disclosure,
> copying, and distribution are prohibited unless authorized.
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

--- End Message ---
--- Begin Message ---
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??



--- End Message ---
--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
On Aug 17, 2013, at 6:26 PM, Camilo Sperberg <unrea...@gmail.com> wrote:

> 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/

That would be neat if there was any shell access.


--- End Message ---
--- Begin Message ---
On 08/17/2013 06:26 PM, Camilo Sperberg wrote:
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:

5.2.9 was released in February of 2009. 5.2 is completely retired and out of support. 5.3 is on security-only life-support. 5.4 is the legacy stable release.

Yes, 5.2.9 IS that old. :-) Really, get a host that has made it into this decade. (GoDaddy apparently doesn't meet that qualification.) You're doing clients a disservice by allowing them to run such an ancient and unsupported version.

--Larry Garfield

--- End Message ---

Reply via email to