Search found 4 matches

by peterg
Fri Mar 16, 2007 8:11 pm
Forum: PHP - Code
Topic: windows to openbsd transition has caused script to not work
Replies: 7
Views: 545

Volka, Dude, feyd

This must be the problem. I'm sure that if I install the mbstring package (In bsd parlance, package is a binary distribution), everything will work. I had assumed that this was part of the php core. Thank you all.
by peterg
Fri Mar 16, 2007 12:51 am
Forum: PHP - Code
Topic: windows to openbsd transition has caused script to not work
Replies: 7
Views: 545

Dude81, There is no reference to mbstring in my phpinfo. I don't think mbstring is a particularly significant function - it just changes the case of a given string. Why should any setting related to mbstring vary from one distribution of php to another? When php's XML parser created an array with up...
by peterg
Thu Mar 15, 2007 11:43 pm
Forum: PHP - Code
Topic: windows to openbsd transition has caused script to not work
Replies: 7
Views: 545

I'm getting the following error message with that code, which I also get if I amend error_reporting(E_ALL); ini_set('display_errors', true); to the original code: Fatal error: Call to undefined function: mb_strtolower() in /htdocs/xmlparser.php on line 63 I tried replacing my php.ini with the one th...
by peterg
Thu Mar 15, 2007 9:04 pm
Forum: PHP - Code
Topic: windows to openbsd transition has caused script to not work
Replies: 7
Views: 545

windows to openbsd transition has caused script to not work

Hello, I recently wrote a php script to parse an external xml file, and organise its content into news posts, "archiving" older posts by putting them on separate pages. You can see how this works by visiting my website, http://petergeoghegan.com. This is my first real php script. The code ...