From:             [EMAIL PROTECTED]
Operating system: linux/GNU Debian potato
PHP version:      4.1.2
PHP Bug Type:     Apache related
Bug description:  Working include javascript from php in 4.0.6 and not in 4.1.2

I try to update php 4.0.6 to 4.1.2, but I catch a possible
bug. Well I'll try to show this:

The html code:

<html>
...
<script language="javascript" "prueba.php3?code=1"></script>
...
</html>

well, in php 4.0.6, the page is ok, but in 4.1.2 the
javascript code is not seen.

My configuration for install is the same:

./configure --with-config-file=/etc/apache/ \
        --with-apxs=/usr/bin/apxs \
        --with-interbase=shared
--with-interbase-dir=/usr/local/interbase/include/ \
        --with-mysql=shared,/usr \
        --with-jpeg-dir=shared,/usr --with-png-dir=shared,/usr \
        --with-gd=shared,/usr \
        --enable-sysvsem --enable-sysvshm --enable-track-vars \
        --enable-versioning --enable-memory-limit \
        --enable-inline-optimization \
        --without-freetype \
        --with-xml=/usr --with-expat-dir=/usr \
        --with-zlib


-- 
Edit bug report at http://bugs.php.net/?id=16699&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16699&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16699&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16699&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16699&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16699&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16699&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16699&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16699&r=submittedtwice

Reply via email to