[TYPO3-core] Problems with EM on win32

Patrick Broens patrick at patrickbroens.nl
Wed Oct 10 09:48:30 CEST 2007


Hi

Dmitry Dulepov [typo3] wrote:
> Hi!
> 
> Andreas Otto wrote:
>> I am trying to track down problems where it is not possible on win32 to
>> install extension from the TER.
>>
>> It would help if those of you who have access to a win32 environment 
>> could
>> run the attached PHP script.
>>
>> Only run the script on a win32 webserver with PHP and an activated curl
>> extension.
>>
>> The result should be:
>>
>> Array
>> (
>>     [0] => HTTP/1.1 200 OK
>>     [1] => 200
>> )
>> Array
>> (
>>     [0] => HTTP/1.1 200 OK
>>     [1] => 200
>> )
>> Array
>> (
>>     [0] => HTTP/1.1 404 Not Found
>>     [1] => 404
>> )
>>
>> But I think the first array will contain a 403 status code.
> 
> Nope. PHP 5.2.1 with activated cURL gives:
> 
> -------------------
> Array
> (
>    [0] => HTTP/1.1 200 OK
>    [1] => 200
> )
> Array
> (
>    [0] => HTTP/1.1 200 OK
>    [1] => 200
> )
> Array
> (
>    [0] => HTTP/1.1 404 Not Found
>    [1] => 404
> )
> -------------------
> 
I got exactly the same values like Dmitry. PHP 5.2.3

Patrick


More information about the TYPO3-team-core mailing list