[PHP-DEV] CVS Account Request: jesus

2006-01-06 Thread Theo Schlossnagle
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

Re: [PHP-DEV] CVS Account Request: jesus

2006-01-06 Thread Marcus Boerger
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/

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

2006-01-06 Thread Gottfried Darmann
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

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

2006-01-06 Thread Jani Taskinen
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

[PHP-DEV] CVS Account Request: helloyou

2006-01-06 Thread Ying Hong
translating the documention -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] debugging APC - bit over my head; clue desired

2006-01-06 Thread Alan Pinstein
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

Re: [PHP-DEV] CVS Account Request: jesus

2006-01-06 Thread Adam Maccabee Trachtenberg
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

Re: [PHP-DEV] CVS Account Request: jesus

2006-01-06 Thread Steph Fox
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 _

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

2006-01-06 Thread Tim Starling
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