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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Tue May 07 23:01:35 2024 UTC