Hi all,
can someone with a spare moment apply the patch in
http://bugs.php.net/bug.php?id=24550 to tokenizer.c? It fixes a crash
when tokenizing anything with METHOD in it (bad)
Thanks,
Greg
Hi all,
can someone with a spare moment apply the patch in
http://bugs.php.net/bug.php?id=24550 to tokenizer.c? It fixes a crash
when tokenizing anything with METHOD in it (bad)
Done, although I couldn't get it to crash at all...
Derick
Hi Derick and all,
I downloaded a snapshot from last Friday, and it didn't crash. I don't
know what I'm doing wrong, is there anything obviously awry with my
configure statement?
C:\WINNT\SYSTEM32\cscript.exe /nologo configure.js
--enable-prefix=C:\php5 --with-php-build=C:\usr\local
--with-extra-includes=C:\usr\local\include
--with-extra-libs=C:\usr\local\lib --enable-debug --enable-apache
--with-apache-includes=C:\l\apache-1.3.27\src\include
--with-apache-libs=C:\l\apache-1.3.27\src\lib
It turns out that it crashes even with my patch, so there is something
else going on. I did a fresh CVS checkout to make sure that wasn't the
problem.
Thanks,
Greg
Derick Rethans wrote:
Hi all,
can someone with a spare moment apply the patch in
http://bugs.php.net/bug.php?id=24550 to tokenizer.c? It fixes a crash
when tokenizing anything with METHOD in it (bad)Done, although I couldn't get it to crash at all...
Derick