Development

Changeset 3069

You must first sign up to be able to contribute.

Changeset 3069

Show
Ignore:
Timestamp:
12/17/06 20:11:31 (2 years ago)
Author:
fabien
Message:

pake: small optimization

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/pake/trunk/lib/pake/pakeFunction.php

    r2969 r3069  
    399399// fix php behavior if using cgi php 
    400400// from http://www.sitepoint.com/article/php-command-line-1/3 
    401 if (false !== strpos(php_sapi_name(), 'cgi')) 
     401if (false !== strpos(PHP_SAPI, 'cgi')) 
    402402{ 
    403403   // handle output buffering