[TYPO3-50-general] Problems with PHP5.3alpha on windows

Tim Eilers tim.eilers at web.de
Sat Aug 16 14:13:11 CEST 2008


Hi Christoph,

i had the same problems. PHP 5.3 under Windows seems to interpret the 
php.ini in a different way. There are escaping issues. I also had 
problems with the session save path.
So do this (written down head notices, so nothing is garantued):
- Take the php.ini out of <xampp-folder>\apache\bin and edit it
- session.save_path -> single quotes instead of double quotes
- extension_dir -> change to where you php5.3 extracted to (subfolder 
ext) and remove the trailing slash or change to single quotes
- restart apache

I also had problems with the browscap.ini (whatever it is), just correct 
what is issued and then you are fine.

With these changes it now runs fine.


Cheers,
will-in-a-minute-jump-into-the-pool Timmy.

Christoph Blömer schrieb:
> Hallo,
> 
> ich habe es genau nach deiner Anleitung versucht. Neues xampp und php5.3 
> runtergeladen.
> Erhalte aber jetzt folgende Meldung:
> FLOW3 requires the PHP extension "mbstring" for PHP versions below 6.0.0 
> (Error #1207148809)
> 
> php5.3 alpha2-dev wird aber angezeigt.
> und die extension mbstring ist auch in der php.ini auskommentiert.
> Vielleicht kann mir da ja jemand helfen.
> 
> Gruß
> Christoph
> 
> Malte Jansen schrieb:
>> Hi everyone,
>>
>> here is small manual for running PHP5.3 with Xampp on windows.
>>
>> - Extract the Xampp-binaries to a folder e.g. "[Harddrive]\xampp"
>> - Download latest binaries of PHP5.3 for windows (http://snaps.php.net/)
>> - Extract the PHP-binaries to a folder e.g. 
>> "[Harddrive]\xampp\php53alpha\"
>> - _Copy_ all DLLs to "\xampp\apache\bin\"
>> - File "[Harddrive]\xampp\apache\conf\extras\httpd-xampp.conf"
>>    Change path of "LoadModule php5_module" to 
>> "[Harddrive]/xampp/php53alpha/php5apache2_2.dll""
>>
>> Re-/Start Apache and it should work...
>> Of course you can change the path to your htdocs-folder.
>>
>>
>> Cheers,
>>
>> Malte
>>
>> Malte Jansen schrieb:
>>  
>>> Robert Lemke schrieb:
>>>    
>>>> Hi Malte,
>>>>
>>>> On 13.08.2008, at 13:17, Malte Jansen wrote:
>>>>
>>>>      
>>>>> since last weekend I'm trying to setup PHP5.3alpha on windows.
>>>>>
>>>>> I have found a manual (Sry in German:
>>>>> http://www.ilimitado.de/blog/programmierung/php/php6-testumgebung-mit-xampp/) 
>>>>>
>>>>> for adding PHP6 to Xampp, which is working pretty well.
>>>>>
>>>>> If I'm using the PHP5.3alpha, the apache crashes with an error 
>>>>> which is
>>>>> not specified.
>>>>>
>>>>> So I'm replacing the path to the new file
>>>>> (xampp/apache/conf/httpd-xampp.conf):
>>>>>
>>>>> LoadModule php5_module "D:/xampp/php53alpha/php5apache2_2.dll"
>>>>>
>>>>> Has anybody else problems with PHP5.3alpha?
>>>>>         
>>>> Do you run the latest build? Or compiled it yourself?
>>>>
>>>>       
>>> I'm using the compiled version from http://snaps.php.net/
>>>
>>>    
>>>> Maybe that helps:
>>>> http://aspn.activestate.com/ASPN/Mail/Message/php-dev/3652045
>>>>       
>>> Including PHP6 works fine. Just 5.3 is crashing...
>>> But I'll download the SDK...
>>>
>>>
>>> Cheers,
>>>
>>> Malte
>>>     
>> _______________________________________________
>> TYPO3-project-5_0-general mailing list
>> TYPO3-project-5_0-general at lists.netfielders.de
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-5_0-general 
>>
>>
>>   
> 


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