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

Malte Jansen mail at maltejansen.de
Fri Aug 15 01:23:23 CEST 2008


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


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