I'm using eAccelerator, I'll disable it and see what happens.
Thanks for the fast reply
Search found 9 matches
- Mon Jul 19, 2010 8:23 am
- Forum: PHP Help and Discussion
- Topic: weird issue: corrupt php files
- Replies: 2
- Views: 4640
- Mon Jul 19, 2010 3:46 am
- Forum: PHP Help and Discussion
- Topic: weird issue: corrupt php files
- Replies: 2
- Views: 4640
weird issue: corrupt php files
I have this strange and annoying issue on my web server. I tried googling for it, but I got no usefull results. Sometimes it seems that php feels get corrupted all by themselves. When I request the script in a browser I get a 500 error. When I open the script in an editor the contents are all fine a...
- Mon Feb 01, 2010 6:10 am
- Forum: PHP Help and Discussion
- Topic: PHP and PCRE version
- Replies: 6
- Views: 8405
Re: PHP and PCRE version
It would be great when PCRE got updated with UTF-8 support.
- Thu Dec 17, 2009 3:34 am
- Forum: PHP Help and Discussion
- Topic: CLI fails to include files
- Replies: 2
- Views: 5122
Re: CLI fails to include files
When calling any include file for a CLI call you have to put the full file path. A good trick to get around this is to use dirname() $fpath=dirname(__FILE__); require_once $fpath.'/file.php'; But now that you mention it, I do have a cron job that mysteriously stopped running last week. Runs fine if...
- Tue Dec 15, 2009 12:20 pm
- Forum: PHP Help and Discussion
- Topic: CLI fails to include files
- Replies: 2
- Views: 5122
CLI fails to include files
I have a strange problem. For some reason unknown to me the php cli fails to include other php files via 'include', 'require' and all realted functions. When I call the same script from a webrowser it works fine. An example: file1.php: <? print("test"); ?> file2.php: <? require("file1...
- Tue Apr 14, 2009 7:50 am
- Forum: General Help and Development Discussion
- Topic: [SOLVED] -- [atomic] Mysql 5.0.79 yum upgrade
- Replies: 3
- Views: 4621
Re: [atomic] Mysql 5.0.79 yum upgrade
try "yum clean metadata" before you use "yum upgrade mysql"
- Thu Apr 24, 2008 7:53 am
- Forum: General Help and Development Discussion
- Topic: ASL Kernel update on Centos 5.1
- Replies: 5
- Views: 4494
- Thu Apr 24, 2008 5:57 am
- Forum: General Help and Development Discussion
- Topic: ASL Kernel update on Centos 5.1
- Replies: 5
- Views: 4494
- Thu Apr 24, 2008 5:08 am
- Forum: General Help and Development Discussion
- Topic: ASL Kernel update on Centos 5.1
- Replies: 5
- Views: 4494
ASL Kernel update on Centos 5.1
I have a server with a fresh install of Centos 5.1 (kernel version 2.6.18-53.1.14.el5xen). When i install ASL-2.0 the kernel doesn't get updated. Is there any specific reason for this? Is it safe to force an update from the ASL version?