To stop passing my simple fixes via George and Wez. Marcus told me to come
here.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hello Theo,
nice nick choice :-)
Friday, January 6, 2006, 2:02:39 PM, you wrote:
> To stop passing my simple fixes via George and Wez. Marcus told me to come
> here.
Best regards,
Marcus
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/
Build php 5.1.1 for win32
Several files include libxml/parser.h
which is not there (in ext/libxml)
This file is also not available in the latest version
of libxml2 (gnome).
Building of php was finally possible after
disabling everything related to xml.
What is going wrong here?
Best Regards
This file is supposed to be wherever libxml headers are installed.
It means your libxml2 installation is borked.
--Jani
On Fri, 6 Jan 2006, Gottfried Darmann wrote:
Build php 5.1.1 for win32
Several files include libxml/parser.h
which is not there (in ext/libxml)
This file is a
translating the documention
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Yes, I'd be interested in this, too. I filed a bug report for a
segfault under similar conditions and I'd be happy to help find the
bug if I had any idea how to help...
Alan
On Jan 5, 2006, at 7:44 AM, Jochem Maas wrote:
Rasmus,
I have a quick question which if you are able to
give an ans
On Fri, 6 Jan 2006, Marcus Boerger wrote:
> nice nick choice :-)
http://www.omniti.com/~jesus/misc/transformation.jpg
-adam
--
[EMAIL PROTECTED] | http://www.trachtenberg.com
author of o'reilly's "upgrading to php 5" and "php cookbook"
avoid the holiday rush, buy your copies today!
--
PHP
IL PROTECTED] | http://www.trachtenberg.com
author of o'reilly's "upgrading to php 5" and "php cookbook"
avoid the holiday rush, buy your copies today!
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
_
I've had some trouble with large arrays in my PHP programs causing
corruption of the heap. I tracked the problem back to PHP 4's 16-bit
reference count. If you have more than 64K references to a given zval, the
counter will overflow, then when the references are freed, the object will
be double-fre