* Mon Dec 12 2005 Joe Orton <jorton@redhat.com> 5.1.1-6

- enable short_open_tag in default php.ini again (#175381)
This commit is contained in:
jorton 2005-12-12 10:05:04 +00:00
parent 32ca733d5a
commit 03adf9ece9
2 changed files with 5 additions and 2 deletions

View File

@ -138,7 +138,7 @@ zend.ze1_compatibility_mode = Off
; servers which are not under your control, because short tags may not
; be supported on the target server. For portable, redistributable code,
; be sure not to use short tags.
short_open_tag = Off
short_open_tag = On
; Allow ASP-style <% %> tags.
asp_tags = Off

View File

@ -3,7 +3,7 @@
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
Name: php
Version: 5.1.1
Release: 5.1
Release: 6
License: The PHP License
Group: Development/Languages
URL: http://www.php.net/
@ -537,6 +537,9 @@ rm files.*
%files pdo -f files.pdo
%changelog
* Mon Dec 12 2005 Joe Orton <jorton@redhat.com> 5.1.1-6
- enable short_open_tag in default php.ini again (#175381)
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt