Date: 11/30/00
- Next message: Victor Burwitz: "[PHP-DEV] Re: PHP 4.0 Bug #7633 Updated: NULL-bytes cause fundamental problems in string processing"
- Previous message: goba <email protected>: "[PHP-DEV] PHP 4.0 Bug #8046: upload is not working"
- In reply to: Jordan Russell: "Re: [PHP-DEV] "If-Modified-Since" headers"
- Next in thread: Jordan Russell: "Re: [PHP-DEV] "If-Modified-Since" headers"
- Reply: Jordan Russell: "Re: [PHP-DEV] "If-Modified-Since" headers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
JR>> been requesting. This is the first time I've ever cracked open the PHP
JR>> source code, so there may be some mistakes. But so far in my tests, it's
JR>> worked perfectly.
You use ap_ functions in SAPI.c. This is no good - ap_ functions belong to
sapi/apache, since SAPI.c is common for all servers.
-- Stanislav Malyshev, Zend Products Engineer stas <email protected> http://www.zend.com/ +972-3-6139665 ext.106-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Victor Burwitz: "[PHP-DEV] Re: PHP 4.0 Bug #7633 Updated: NULL-bytes cause fundamental problems in string processing"
- Previous message: goba <email protected>: "[PHP-DEV] PHP 4.0 Bug #8046: upload is not working"
- In reply to: Jordan Russell: "Re: [PHP-DEV] "If-Modified-Since" headers"
- Next in thread: Jordan Russell: "Re: [PHP-DEV] "If-Modified-Since" headers"
- Reply: Jordan Russell: "Re: [PHP-DEV] "If-Modified-Since" headers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

