
Is there a (simple) upgrade patch from php version 5.3.1 to version 5.3.2?
PHP 5.3.1 is not compatible with MediaWiki due to a bug involving reference parameters to __call. Upgrade to PHP 5.3.2 or higher, or downgrade to PHP 5.3.0 to fix this. ABORTING (see http://bugs.php.net/bug.php?id=50394 for details)
Tyrael wrote:Ok, so this is how I done it:everything else works fine for me, after this steps.
- download http://windows.php.net/downloads/releas ... C6-x86.zip
- unpack it to the xampp/php directory
- copy(and overwrite) the *.dll from xampp/php to xampp/apache/bin
- overwrite xampp/php/dev/lib/php5ts.lib with xampp/php/dev/php5ts.lib
- comment out the following extensions from your php.ini:
- php_mcrypt.dll // already loaded
- php_pdo.dll // already loaded
- php_zip.dll // some funny error about pcre_exec missing in php5ts.dll
- php_pdo_* not working, but I dont need that atm.
Tyrael
Tyrael wrote:Ok, so this is how I done it:
download http://windows.php.net/downloads/releas ... C6-x86.zip
unpack it to the xampp/php directory
copy(and overwrite) the *.dll from xampp/php to xampp/apache/bin
overwrite xampp/php/dev/lib/php5ts.lib with xampp/php/dev/php5ts.lib
comment out the following extensions from your php.ini:
php_mcrypt.dll // already loaded
php_pdo.dll // already loaded
php_zip.dll // some funny error about pcre_exec missing in php5ts.dll
php_pdo_* not working, but I dont need that atm.
everything else works fine for me, after this steps.
Cone wrote:Tyrael wrote:Ok, so this is how I done it:
download http://windows.php.net/downloads/releas ... C6-x86.zip
unpack it to the xampp/php directory
copy(and overwrite) the *.dll from xampp/php to xampp/apache/bin
overwrite xampp/php/dev/lib/php5ts.lib with xampp/php/dev/php5ts.lib
comment out the following extensions from your php.ini:
php_mcrypt.dll // already loaded
php_pdo.dll // already loaded
php_zip.dll // some funny error about pcre_exec missing in php5ts.dll
php_pdo_* not working, but I dont need that atm.
everything else works fine for me, after this steps.
I followed this steps, but still have Version 5.3.1 shown in phpinfo().
What went wrong?
Edit: On localhost it's php 5.3.2. That's confusing me...............
Users browsing this forum: No registered users and 94 guests