php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16699 Working include javascript from php in 4.0.6 and not in 4.1.2
Submitted: 2002-04-19 11:57 UTC Modified: 2002-04-19 12:03 UTC
From: alex at ofmin dot com Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.1.2 OS: linux/GNU Debian potato
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: alex at ofmin dot com
New email:
PHP Version: OS:

 

 [2002-04-19 11:57 UTC] alex at ofmin dot com
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


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-19 12:03 UTC] sander@php.net
The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Mar 13 20:01:30 2025 UTC