Title: php4 and php5
Last modified: August 19, 2016

---

# php4 and php5

 *  [Escarlate](https://wordpress.org/support/users/escarlate/)
 * (@escarlate)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/php4-and-php5/)
 * I’ve a plugin Analytics360 requiring php5.
    The other components doesn’t support
   php5.
 * If I use .php5 for the plugin, it is not listed in admin extensions list.
    why?
 * I don’t remember the lines to put in .htaccess to allow php4 et php5.
 * May I use 64M instead of 32M of memory in order to avoid “lack of memory” for“
   Input Links” in the Admin Panel ?
 * Thank’s for your help.
 * PS I use latest verions for all components and WP 3.0.1

Viewing 1 replies (of 1 total)

 *  [Samuel B](https://wordpress.org/support/users/samboll/)
 * (@samboll)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/php4-and-php5/#post-1724239)
 * code for `.htaccess`
 *     ```
       AddType x-mapp-php5 .php
       AddHandler application/x-httpd-php5 .php
       AddHandler cgi-php5 .php
       ```
   
 * > May I use 64M instead of 32M of memory in order to avoid “lack of memory” for“
   > Input Links” in the Admin Panel ?
 * yes – some memory options
 *     ```
       1. If you have access to your PHP.ini file, change the line in PHP.ini
       If your line shows 32M try 128M:
       memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)
   
       2. If you don't have access to PHP.ini try adding this to an .htaccess file:
       php_value memory_limit 128M
   
       3. Try adding this line to your wp-config.php file:
       Increasing memory allocated to PHP
       define('WP_MEMORY_LIMIT', '128M');
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘php4 and php5’ is closed to new replies.

## Tags

 * [php5](https://wordpress.org/support/topic-tag/php5/)

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 1 reply
 * 2 participants
 * Last reply from: [Samuel B](https://wordpress.org/support/users/samboll/)
 * Last activity: [15 years, 7 months ago](https://wordpress.org/support/topic/php4-and-php5/#post-1724239)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
