PHP environment
PHP environment
To make this hosting environment a web development host, PHP environment information does provides versions of PHP4, PHP5, PHP5.4 etc. The free hosting of course provides PHP 5, but what edition ? 5.2, 5.3, 5.4 ? Does it provide the "phpinfo" function page to free hosting applicants ? There are more libraries for investigation on PHP, does the forum provide this information ?
RE: PHP environment
(04-12-2012 06:37 AM)casacuerva Wrote:To make this hosting environment a web development host, PHP environment information does provides versions of PHP4, PHP5, PHP5.4 etc. The free hosting of course provides PHP 5, but what edition ? 5.2, 5.3, 5.4 ? Does it provide the "phpinfo" function page to free hosting applicants ? There are more libraries for investigation on PHP, does the forum provide this information ?
Current PHP is version 5.2.17.

Yes, phpinfo is available to free users, e.g. http://belltown.3ftp.org/phpinfo.html
RE: PHP environment
php protected mode is on or off ?
this need for use fopen() or cURL in extra site referenced files (like XML)
Ops pardon, SAFE_MODE OFF
RE: PHP environment
(04-22-2012 09:49 PM)pseasky Wrote:php protected mode is on or off ?
this need for use fopen() or cURL in extra site referenced files (like XML)
Ops pardon, SAFE_MODE OFF
I know that cURL works for accessing data (like XML) from other sites. I have a lot of code hosted here that uses cURL.
RE: PHP environment
(04-23-2012 07:02 AM)belltown Wrote:I know that cURL works for accessing data (like XML) from other sites. I have a lot of code hosted here that uses cURL.

tank you.
Do you use some proxy or directly cURL ?
poxy as
http://benalman.com/code/projects/php-si...y-php.html
RE: PHP environment
(04-22-2012 09:49 PM)pseasky Wrote:php protected mode is on or off ?
this need for use fopen() or cURL in extra site referenced files (like XML)
Ops pardon, SAFE_MODE OFF
PHP safe_mode was deprecated since PHP 5.3.0 and It's now removed with PHP 5.4.x .. Besides, It has never worked well.. since its introduction in PHP 4.x.x for the mod_php module..

But don't wory the above php functions/resources (fopen() or cURL) are available.. as PHP on FFS server run as CGI (see your phpinfo output) +the SuExec wrapper...
RE: PHP environment
Thank you for informations.
My needs are just to use fopen() and or cURL with remote XML files.
RE: PHP environment
(04-24-2012 04:24 PM)pseasky Wrote:Thank you for informations.
My needs are just to use fopen() and or cURL with remote XML files.

You're welcome !.. just go ahead with quality posts and you'll be served !..

Good Luck !..
RE: PHP environment
PHP Zend optimizer is installed on the PHP. Suppose I have raw code, what software is necessary to encrypt my codes into this version of Zend Optimizer ? The versions I found were for sale, you have to buy.