#19461 [NEW]: short_open_tag = Off is set, but PHP tries to parse anyway

2002-09-17 Thread kelson

From: [EMAIL PROTECTED]
Operating system: Linux 2.4.19
PHP version:  4CVS-2002-09-17
PHP Bug Type: PHP options/info functions
Bug description:  short_open_tag = Off is set, but PHP tries to parse anyway

Using today's snapshot (php4-STABLE-200209171500) with Apache 2.0.40,
despite the fact that "short_open_tag = Off" is set in php.ini and shows
up as Off in phpinfo(), PHP is trying to parse http://bugs.php.net/?id=19461&edit=1
-- 
Try a CVS snapshot:  http://bugs.php.net/fix.php?id=19461&r=trysnapshot
Fixed in CVS:http://bugs.php.net/fix.php?id=19461&r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=19461&r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=19461&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=19461&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=19461&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=19461&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=19461&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=19461&r=submittedtwice
register_globals:http://bugs.php.net/fix.php?id=19461&r=globals




#19461 [Fbk->Opn]: short_open_tag = Off is set, but PHP tries to parse anyway

2002-09-18 Thread kelson

 ID:   19461
 User updated by:  [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Feedback
+Status:   Open
 Bug Type: PHP options/info functions
 Operating System: Linux 2.4.19
 PHP Version:  4CVS-2002-09-17
 New Comment:

Yes, I restarted my web server.

Yes, phpinfo() shows it as being off, so I would assume it's parsing
php.ini.

phpinfo() also shows the correct build date.  Before installing the new
version, and before reinstalling the old version, I removed everything
in /usr/local/include/php and /usr/local/lib/php, just to be sure that
nothing was left over from the other version.

I have not changed php.ini, I am using the same copy of Apache, and I
used the exact same configuration for both snapshots of PHP.

And yes, I restarted my webserver.

The process went something like:

./configure --with-mysql
--with-apxs2=/usr/local/apache2/bin/apxs
make
rm -rf /usr/local/include/php
rm -rf /usr/local/lib/php
make install
/etc/init.d/httpd restart

When I restored the previous snapshot, I simply moved into the other
build directory and repeated the last 4 commands.


Previous Comments:


[2002-09-18 09:56:26] [EMAIL PROTECTED]

Did you restart your webserver? Does the correct value show up on
phpinfo()? If not, restart your webserver and make sure it parses your
php.ini.



[2002-09-17 19:15:18] [EMAIL PROTECTED]

Using today's snapshot (php4-STABLE-200209171500) with Apache 2.0.40,
despite the fact that "short_open_tag = Off" is set in php.ini and
shows up as Off in phpinfo(), PHP is trying to parse http://bugs.php.net/?id=19461&edit=1