[PHP-DEV] PHP Presents From: Sebastian Bergmann (sb <email protected>)
Date: 09/30/00

  "PHP Presents" is a nice system and everything runs fine - except for
gen-static.php, with which I'd like to generate a static version of my
presentation.

  I'm running PHP 4.0.3-dev on Win32, so I had to change line 86 to

    exec("php -q $file",&$out);

  so that the script can find the CGI executable.

  Now to my problems. When I run the script as-is, the execution is halted
after 30 seconds, because the maximum execution time is reached. When I run
the script with

    set_time_limit( 300 );

  it runs for five minutes, producing the same result as before: The
resulting static / HTML version of my presentation shows only the navigation
on top of the pages, not the contents of the slides itself.

  Any ideas?

-- 
 <?php $a=explode(" " ,"119 130 128 129 45 110 123 124 129 117 114 127 45 ".
 "125 117 125 45 117 110 112 120 114 127");for($i=0;$i<sizeof($a);$i++)print
 chr($a[$i]-13); /* http://sb.phpOpenTracker.de | sb <email protected> */ ?>

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