Search found 11 matches

by clinton4
Mon Apr 11, 2011 6:13 am
Forum: PHP Help and Discussion
Topic: htmlspecialchars and UTF8 bug
Replies: 17
Views: 28469

Re: htmlspecialchars and UTF8 bug

No, for me it did not.
by clinton4
Tue Mar 08, 2011 7:31 pm
Forum: General Help and Development Discussion
Topic: Apache FOP
Replies: 1
Views: 3486

Apache FOP

Hi,

Is there any plans to enable Apache FOP in the atomic repo?

Sure would be a nice tool :)

http://xmlgraphics.apache.org/fop/
by clinton4
Mon Mar 07, 2011 4:53 am
Forum: PHP Help and Discussion
Topic: htmlspecialchars and UTF8 bug
Replies: 17
Views: 28469

Re: htmlspecialchars and UTF8 bug

I wil try that. I'am on 9.2.2
by clinton4
Sun Mar 06, 2011 8:42 pm
Forum: PHP Help and Discussion
Topic: htmlspecialchars and UTF8 bug
Replies: 17
Views: 28469

Re: htmlspecialchars and UTF8 bug

When i try yum install psa-kronolith psa-mnemo psa-php5-configurator psa-mimp psa-ingo php-pdo psa-awstats-configurator psa-libpam-plesk psa-firewall psa-api-rpc psa psa-imp php-gd psa-horde psa-turba psa-backup-manager php-imap psa-passwd php-mbstring psa-updates php-mcrypt I get: Loaded plugins: f...
by clinton4
Sun Mar 06, 2011 8:19 pm
Forum: PHP Help and Discussion
Topic: htmlspecialchars and UTF8 bug
Replies: 17
Views: 28469

Re: htmlspecialchars and UTF8 bug

Okay, i have no erro log in /usr/local/psa/admin/logs Here is my yum log, if you can se any obvious mistakes here, please let me know :) Mar 05 13:20:35 Updated: yum-3.2.22-26.el5.centos.noarch Mar 05 14:09:52 Updated: php-common-5.2.17-1.el5.art.i386 Mar 05 14:09:52 Updated: php-pdo-5.2.17-1.el5.ar...
by clinton4
Sun Mar 06, 2011 8:07 pm
Forum: PHP Help and Discussion
Topic: htmlspecialchars and UTF8 bug
Replies: 17
Views: 28469

Re: htmlspecialchars and UTF8 bug

Okay, the Plesk access problem happend after i did the PHP downgrade, maybe i removed some package that i shouldnt?

In /usr/local/psa/admin/logs i only have httpsd_access_log, do you know where i can find Plesk's error log?
by clinton4
Sun Mar 06, 2011 7:41 pm
Forum: PHP Help and Discussion
Topic: htmlspecialchars and UTF8 bug
Replies: 17
Views: 28469

Re: htmlspecialchars and UTF8 bug

Hi, I did try to upgrade again, and did #yum --enablerepo=atomic-testing upgrade php php-common php-cli Then i figured out that i nedded to install php-mysql and did #yum --enablerepo=atomic-testing install php-mysql This is what i get from #rpm -qa | grep ^php | sort php-5.3.5-2.el5.art php-cli-5.3...
by clinton4
Sun Mar 06, 2011 6:22 pm
Forum: PHP Help and Discussion
Topic: htmlspecialchars and UTF8 bug
Replies: 17
Views: 28469

Re: htmlspecialchars and UTF8 bug

Hi again,

I did # yum --enablerepo=atomic-testing downgrade php php-common php-cli

and now PHP don't work at all. I only get HTTP 500 error.
by clinton4
Sun Mar 06, 2011 3:09 pm
Forum: PHP Help and Discussion
Topic: htmlspecialchars and UTF8 bug
Replies: 17
Views: 28469

Re: htmlspecialchars and UTF8 bug

Hi and thanks for your reply :) When i try to downgrade PHP, i get this dependency error: [root@server ~]# yum --enablerepo=atomic-testing downgrade php Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: ftp.uninett.no * atomic: www6.atomicorp.com * atomic-testing: ww...
by clinton4
Sun Mar 06, 2011 11:29 am
Forum: PHP Help and Discussion
Topic: htmlspecialchars and UTF8 bug
Replies: 17
Views: 28469

Re: htmlspecialchars and UTF8 bug

Anybody?
by clinton4
Sat Mar 05, 2011 10:23 am
Forum: PHP Help and Discussion
Topic: htmlspecialchars and UTF8 bug
Replies: 17
Views: 28469

htmlspecialchars and UTF8 bug

Hi, In previous version of PHP 5, there is a known bug regrding UTF8 and htmlspecialchars. I read that this was fixed here -> http://www.atomicorp.com/news/atomic-archive-news/199-atomic-testing-php-534.html but i still get an empty string when i use norwegian chars like ÆØÅ with htmlspecialchars. I...