[Pmwiki-users] testing pmwiki 2.0.devel11 - feedback
Knut Alboldt
mailing
Mon Oct 4 16:00:30 CDT 2004
I've installed pmwiki.2.0.devell1 on:
- windows2000 sp4
- apache 1.3.27
- php 4.3.2 as cgi
when calling pmwiki.php via an index.php
<?php
require_once("../wiki/pmwiki2.incphp");
?>
or directly
then webserver loops. Don't know if this is because of missing error-logs
etc (I meant to have set up a default error-log-file for php).
I found out (with a debugging echo "..."; exit; -statement) that all is
well 'til the statement
## [+big+], [-small-]
Markup('[+','inline','/\\[(([-+])+)(.*?)\\1\\]/e',
"'<span style=\'font-size:'.(round(pow(1.2,$2strlen('$1'))*100,0)).'%\'>'.
PSS('$3</span>')");
within scripts/stdmarkup.php.
If I place the debugging statement before the markup-definition above all
is ok (the debugging text is displayed), if I place it after the
markup-definition, the webserver loops - no entries in CGI-logs,
access-logs or php-error-logs.
Then I commented out the preceeding markup-statement (one is enough to work
!) and it worked. So I suppose it has to do with the number of markup's
which have been defined 'til the debugging msg.
Knut
More information about the pmwiki-users
mailing list