Just compiled 5.3.3 from source (win32). Trying to test some header() stuff but it looks like it won't work with CLI sapi. Any good docs on putting your compiled source into apache as a module, just like i'd normally do with the pre-compiled module.
Temelde benim test CLI'den olurdu
php -r "header('Content-Type: text/plain', true, 404); var_dump(headers_list());"
Ben headers_list boş bir dizi () olsun yani ben) (headers_list bir yanıt almak böylece apache içine bu yerleşik kaynak almak gerekir.
Peşin adamlar teşekkür ederiz.
------- GÜNCELLEME ------
Henüz komutu, henüz apache yapılandırma? http://pastebin.com/qhFVR8A3:
E:\phpsdk\bin\php53dev\vc9\x86\php5.3.3>configure --disable-all --enable-cli --enable-apache2-2handler --enable-apache2-2filter
Enabled SAPI:
-------------
| Sapi Name |
-------------
| cli |
-------------
----- 2 GÜNCELLEME ----
Apache indirildi .. / apache içinde sıkışmış ve aşağıdaki komutu çalıştı ama başlıklarını bulamıyorum.
E:\phpsdk\bin\php53dev\vc9\x86\php5.3.3>
configure --disable-all --enable-cli --enable-apache2-2handler=../apache --enable-apache2-2filter --enable-cgi
---- 3rd Güncelleme ---
Enabled SAPI:
--------------------
| Sapi Name |
--------------------
| apache2_2filter |
| apache2_2handler |
| cgi |
| cli |
--------------------
I have it working now.
E:\phpsdk\bin\php53dev\vc9\x86\php5.3.3>configure --disable-all --enable-cli --enable-apache2-2handler --enable-apache2-2filter --enable-cgi --with-extra-includes=E:\phpsdk\bin\php53dev\vc9\x86\apache\include --with-extra-libs=E:\phpsdk\bin\php53dev\vc9\x86\apache\lib
Bağlantı için teşekkürler