[TYPO3-50-general] Upgrade to 5.3...

Bastian Waidelich bastian at typo3.org
Fri Aug 8 09:58:33 CEST 2008


Jochen Rau wrote:

Hi Jochen

> please ensure to have mbstring enabled:

Thanks for the hint.
For anyone who has the same troubles updating:

I was using the same php.ini as before, so mbstring should have been 
enabled.
But it seems php 5.3alpha handles ini files differently. In the line

	include_path = ".;C:\xampp\php\pear\"

the last backslash escaped the quote, so everything after this line 
would go into include_path and other settings are ignored.
Solution: use double backslashes (\\) or forward slashes (/) instead of 
one backslash.


For Windows make sure to use php_mbstring.dll from the snapshot 
(http://snaps.php.net/win32/php5.3-win32-latest.zip). The old one is not 
compatible anymore.

all the best,
Bastian


-- 
slice up the elephant, baby!


More information about the TYPO3-project-5_0-general mailing list