Apache + IIS

User avatar
Sabina
Уже с Приветом
Posts: 5669
Joined: 13 Oct 2000 09:01
Location: East Bay, CA

Apache + IIS

Post by Sabina »

Одно и то же PHP приложение установлено на Apache и IIS

С IIS PDF-ы открываются автоматически:

Code: Select all

.......
if($print_to_screen == true){
        $buf = PDF_get_buffer($p);
        $len = strlen($buf);
        header("Content-type: application/pdf");
        header("Content-Length: $len");
        header("Content-Disposition: inline; filename=hello.pdf");
        print $buf;
       }


На Apache етого почему-то не происходит. :pain1: Код один в один на обеих машинах.
Adobe Reader установлен нормально. Та же версия и другие PDF-ы с сервера открываются без проблем.

Any ideas?

Thanks,
Сабина
User avatar
Sabina
Уже с Приветом
Posts: 5669
Joined: 13 Oct 2000 09:01
Location: East Bay, CA

Re: Apache + IIS

Post by Sabina »

Well it's not a server. It's something in php.ini

Sabina

Return to “Вопросы и новости IT”