On 16 September 2011 23:18, Matthew Pounsett wrote:
>
> On 2011/09/16, at 10:27, Richard Quadling wrote:
>
>> On 15 September 2011 21:20, Matthew Pounsett wrote:
>>> Anyone have any thoughts on what to look at?
>>
>> php -m
>> php --rf xml_parser_create
>
> Thanks. This seems to reinforce that t
On 2011/09/16, at 10:27, Richard Quadling wrote:
> On 15 September 2011 21:20, Matthew Pounsett wrote:
>> Anyone have any thoughts on what to look at?
>
> php -m
> php --rf xml_parser_create
Thanks. This seems to reinforce that there's something wrong, but I don't feel
like I know any more a
On 15 September 2011 21:20, Matthew Pounsett wrote:
> Anyone have any thoughts on what to look at?
php -m
look for XML
php --rf xml_parser_create
look for
Function [ function xml_parser_create ] {
- Parameters [1] {
Parameter #0 [ $encoding ]
}
}
--
Richard Quadling
Twitter : EE
On Thu, Sep 15, 2011 at 3:20 PM, Matthew Pounsett wrote:
>> echo "" | php
Not anything to do with the problem, but you can just write:
php -r "print xml_parser_create('');"
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I seems to behaving issues with php5 on one particular server, and I haven't
been able to find the issue. Basically, php says XML is enabled, but xml
functions are missing.
> php -i | grep "XML support"
libXML support => active
> echo "" | php
Fatal error: Call to undefined function xml_parse
5 matches
Mail list logo