[TYPO3-core] Problems with EM on win32

Dmitry Dulepov [typo3] dmitry at typo3.org
Wed Oct 10 08:42:16 CEST 2007


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
)
-------------------

-- 
Dmitry Dulepov
TYPO3 freelancer / TYPO3 core team member
Web: http://typo3bloke.net/
Skype: callto:liels_bugs


More information about the TYPO3-team-core mailing list