mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
# Since Jani seems to have us all on /ignore, I'm reverting
This commit is contained in:
parent
a380af2247
commit
22182fc78d
4 changed files with 2 additions and 13 deletions
|
@ -7,15 +7,6 @@
|
|||
touch silently failed when HAVE_UTIME is not defined.
|
||||
(This needs more consideration. Which platform does not support it?)
|
||||
|
||||
2002-04-26 Jani Taskinen <sniper@iki.fi>
|
||||
|
||||
* NEWS: - News entry about the change in php.ini-*
|
||||
|
||||
|
||||
* php.ini-dist
|
||||
php.ini-recommended:
|
||||
Default setting for short_open_tag is better be Off.
|
||||
|
||||
2002-04-26 Sascha Schumann <sascha@schumann.cx>
|
||||
|
||||
* ext/session/session.c: three less strlen invocations
|
||||
|
|
2
NEWS
2
NEWS
|
@ -1,8 +1,6 @@
|
|||
PHP 4 NEWS
|
||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
?? ??? 2002, Version 4.3.0
|
||||
- Changed the short_open_tag default to 'Off' in php.ini-dist and
|
||||
php.ini-recommended. (Jani)
|
||||
|
||||
- Major update of domxml. New functions and better DOM compliance. (Uwe)
|
||||
- Added large OID value (2^31 to 2^32) support for pg_lo_import(),
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
engine = On
|
||||
|
||||
; Allow the <? tag. Otherwise, only <?php and <script> tags are recognized.
|
||||
short_open_tag = Off
|
||||
short_open_tag = On
|
||||
|
||||
; Allow ASP-style <% %> tags.
|
||||
asp_tags = Off
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
engine = On
|
||||
|
||||
; Allow the <? tag. Otherwise, only <?php and <script> tags are recognized.
|
||||
short_open_tag = Off
|
||||
short_open_tag = On
|
||||
|
||||
; Allow ASP-style <% %> tags.
|
||||
asp_tags = Off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue