[PHP] PHP Bug Tracking

2006-07-06 Thread Chris Hemmings
Can anyone point me in the direction where I can find a place to download the bug track system that PHP/PEAR PECL uses. I seem to remember it is available but can't find it anymore! Ta! Chris. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] PHP Bug Tracking

2006-07-06 Thread Chris Hemmings
Dan McCullough wrote: This one? http://dev.mysql.com/downloads/other/eventum/ On 7/6/06, Chris Hemmings [EMAIL PROTECTED] wrote: Can anyone point me in the direction where I can find a place to download the bug track system that PHP/PEAR PECL uses. I seem to remember it is available

Re: [PHP] PHP5 Soap + .NET Webservice

2005-10-11 Thread Chris Hemmings
. I'm guessing it helps their .NET stuff all work together nicely. Anyway, thanks again. Chris. Richard Lynch wrote: On Mon, October 10, 2005 4:40 am, Chris Hemmings wrote: Can anyone explain how this works, and, how to fix it. I'm can't find any documentation on the problem I am having

[PHP] PHP5 Soap + .NET Webservice

2005-10-10 Thread Chris Hemmings
Hello, Can anyone explain how this works, and, how to fix it. I'm can't find any documentation on the problem I am having. I'm using a .NET webservice and a PHP SOAP call using version 5.0.4. The returned result does not seem correct because of all the stuff at the top, the 'xs' stuff.

[PHP] Dynamic PHP

2001-12-05 Thread Chris Hemmings
Hello! I'm sure I read this somewhere but I'm just not so sure now. Can you produce PHP code in a PHP page and then run it. Kind of like this: ?php $mycode=echo'Hello';; # Something here to execute $mycode ? Is the above possible?? Thanks! Chris. -- PHP General Mailing List

[PHP] XML Segmentation Fault??

2001-11-27 Thread Chris Hemmings
Hello! This is my first post, so bare with me. I'm trying to use PHP together with some XML files to create an array of elements and values. This, looking at the examples seemed fairly reasonable. After recompiling Apache/PHP using --with-xml everything seems fine. I am using Solaris 2.6,