Re: [PHP-DEV] not found: libxml/parser.h

2006-01-07 Thread Jeff Moore
On Jan 7, 2006, at 11:54 PM, Steph Fox wrote: Jani's right. If the OS is missing a file, how's that a PHP issue? Its not, except where people assume their os is fine and think its a problem with PHP. I was wrong in my previous message. Its xmlsave.h that is missing, not parser.h. I hav

Re: [PHP-DEV] not found: libxml/parser.h

2006-01-07 Thread Steph Fox
libxml2-2.6.23\include\libxml\parser.h exists in the latest version (2.6.23) from www.xmlsoft.org. Sorrybut. Jani's right. If the OS is missing a file, how's that a PHP issue? - Original Message - From: "Jeff Moore" <[EMAIL PROTECTED]> To: "Jani Taskinen" <[EMAIL PROTECTED]> Cc: "G

Re: [PHP-DEV] not found: libxml/parser.h

2006-01-07 Thread Jeff Moore
Which is also true of OS X 10.3.9: http://bugs.php.net/bug.php?id=34844 Compiling PHP > 5.1 on 10.3.9 requires installing libxml because of a missing parser.h in the version provided by the OS. On Jan 6, 2006, at 4:22 PM, Jani Taskinen wrote: This file is supposed to be wherever libxm

[PHP-DEV] CVS Account Request: lach

2006-01-07 Thread Ɓukasz Lach
Account creation suggested by: Leszek Krupinski, id: leszek -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] 16-bit reference count in PHP 4's zval

2006-01-07 Thread Marcus Boerger
Hello Tim, that's a major API break so we would need to make that 4.5. Which is kind of out of question atm. Just change to 5. marcus Saturday, January 7, 2006, 5:47:27 AM, you wrote: > I've had some trouble with large arrays in my PHP programs causing > corruption of the heap. I tracked the