[PHP-DEV] PHP Startup Error In Apache

2003-03-11 Thread Ray Hunter
Has anyone seen these startup errors before? These are from my apache error_log file when i start up apache: PHP Warning: Unknown(): Unable to load dynamic library '/usr/local/php-4.3.0/lib/php/extensions/no-debug-non-zts-20020429/xslt.so' - /usr/local/php-4.3.0/lib/php/extensions/no-debug-non

[PHP-DEV] Sablotron XSLT

2003-02-23 Thread Ray Hunter
Who is working on the sablotron xslt module? I would like to help out with its development. Thanks, Ray Hunter -- Ray Hunter email: [EMAIL PROTECTED] www:http://venticon.com -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP vs. Perl/Mason

2003-01-23 Thread Ray Hunter
Everyone, I was wondering if there are any perl/php programmers that have used mason. I am trying to get the advantages/disadvantages of each? I am pro PHP, but my does is pro perl. What does everyone think about the benefits of one over the other? Thanks, Ray signature.asc Description: Th

Re: [PHP-DEV] sapi/servlet configuration error

2002-12-06 Thread Ray Hunter
I can even get it to compile on linux at all. I keep getting errors with java.c On Thu, 2002-12-05 at 23:36, Sebastian Bergmann wrote: > Ray Hunter wrote: > > Does anyone have an idea about what i need to do to fix this? > > I just tested sapi/servlet with Tomcat 4.1.12 on

Re: [PHP-DEV] sapi/servlet configuration error

2002-12-05 Thread Ray Hunter
? On Thu, 2002-12-05 at 12:36, Tony J. White wrote: > On Thu, 5 Dec 2002, Ray Hunter wrote: > > make: *** No rule to make target `sapi/servlet/java.c', needed by > > `sapi/servlet/java.lo'. Stop. > > It looks like the sapi/servlet/Makefile.frag is not being added t

[PHP-DEV] sapi/servlet configuration error

2002-12-05 Thread Ray Hunter
7.3 PHP: cvs Java: jsdk 1.4.0_03 Servlet: Tomcat 4.1.12 Does anyone have an idea about what i need to do to fix this? -- Ray Hunter email: [EMAIL PROTECTED] www:http://venticon.com -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] configuration question

2002-12-05 Thread Ray Hunter
-- Ray Hunter email: [EMAIL PROTECTED] www:http://venticon.com -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Java extension fixes

2002-12-04 Thread Ray Hunter
Will this fix the errors that occur with running PHP as a servlet in tomcat? -- Ray On Wed, 2002-12-04 at 01:20, Sebastian Bergmann wrote: > "Tony J. White" wrote: > > Can someone please add this to CVS or should I contact Sam Ruby (the > > orignal author) to do it? > > Committed, > Sebastian

Re: [PHP-DEV] URL for segfaults

2002-11-21 Thread Ray Hunter
Like Vergoz mentioned, just review the times in both files and you can narrow down which page caused the seg fault. On Thu, 2002-11-21 at 09:39, Steven Roussey wrote: > Does anyone have an idea on how to track down segfaults from a > production Apache 1.3.27/PHP 4.2.3 server? If I could just fig

RE: [PHP-DEV] error handling

2002-11-20 Thread Ray Hunter
The problem with this is that the 500 error does not provide any information about the error. Which for me is a bad thing. Now that I think about it i am seeing some light... I do like the idea of somehow passing a string to it. With cgi, it makes me mad because i have to got and check the logs

[PHP-DEV] CVS Account Request: ray

2002-11-10 Thread Ray Hunter
work on oci8 with Thies and Maxim -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Win32 snmp ext

2002-03-20 Thread Hunter, Ray
Title: Win32 snmp ext I am trying to build the php_snmp extension on my windows box and it says that I am missing the php.h file.  Where can I find this header file? Thank you, Ray Hunter Firmware Engineer I ENTERASYS NETWORKS Phone:      801.887.9888 Fax:        801.972.5789

RE: [PHP-DEV] Passing PHP Arrays as type "hidden" in a HTML Form

2002-03-12 Thread Hunter, Ray
Title: RE: [PHP-DEV] Passing PHP Arrays as type "hidden" in a HTML Form Do it like this: $status = array( 0, 1 ) echo ""; Then access the array through the name... oldStatus here... Thank you, Ray Hunter Firmware Engineer ENTERASYS NETWORKS -Origin

[PHP-DEV] dbx

2002-03-07 Thread Hunter, Ray
Title: dbx Does anyone off hand know if dbx is supported in php version 4.0.6? Thank you, Ray Hunter Firmware Engineer ENTERASYS NETWORKS Internal:   53888 External:   801 887-9888 Email:      [EMAIL PROTECTED] www:        www.enterasys.com

RE: [PHP-DEV] PHP 4.1.2 Official Patch for Win32

2002-03-05 Thread Hunter, Ray
Title: RE: [PHP-DEV] PHP 4.1.2 Official Patch for Win32 Check the list for Rasmus Lerdorf posting on this issue... Ray Hunter Firmware Engineer ENTERASYS NETWORKS -Original Message- From: Fabio De Martin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 9:20 AM To

[PHP-DEV] Openssl with PHP

2002-02-27 Thread Hunter, Ray
trying to install snmp with php and it needs openssl for snmp version 3. Any help is much needed and appreciated... Thanks, Ray Hunter Firmware Engineer ENTERASYS NETWORKS Phone:      801 887-9888 Fax:        801 972-5789 Email:      [EMAIL PROTECTED] www

[PHP-DEV] PHP Dev

2002-02-22 Thread Hunter, Ray
Title: PHP Dev What role does zend have in the development of PHP? Ray Hunter Firmware Engineer ENTERASYS NETWORKS Phone:      801 887-9888 Fax:        801 972-5789 Email:      [EMAIL PROTECTED] www:        www.enterasys.com

RE: [PHP-DEV] Tcl

2002-02-20 Thread Hunter, Ray
Title: RE: [PHP-DEV] Tcl Are there plans to have tcl support for php? Ray Hunter Firmware Engineer ENTERASYS NETWORKS -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 10:15 AM To: Hunter, Ray Cc: [EMAIL PROTECTED] Subject

[PHP-DEV] Tcl

2002-02-20 Thread Hunter, Ray
Title: Tcl Is there any support for tcl with php? Ray Hunter Firmware Engineer ENTERASYS NETWORKS Phone:      801 887-9888 Fax:        801 972-5789 Email:      [EMAIL PROTECTED] www:        www.enterasys.com

RE: [PHP-DEV] PHP Executable

2002-02-19 Thread Hunter, Ray
Title: RE: [PHP-DEV] PHP Executable Thanks, I will try that.  I am new to php and have a question: What is the difference between cgi and sapi or the other ways to compile php? Ray Hunter Firmware Engineer ENTERASYS NETWORKS -Original Message- From: brad lafountain [mailto

RE: [PHP-DEV] PHP Executable

2002-02-19 Thread Hunter, Ray
Title: RE: [PHP-DEV] PHP Executable How can I get the executable that comes with the rpms? Ray Hunter Firmware Engineer ENTERASYS NETWORKS -Original Message- From: Derick Rethans [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 7:43 AM To: Hunter, Ray Cc: PHP

[PHP-DEV] PHP Executable

2002-02-19 Thread Hunter, Ray
Title: PHP Executable How do I compile php to get the executable file? Ray Hunter Firmware Engineer ENTERASYS NETWORKS Phone:      801 887-9888 Fax:        801 972-5789 Email:      [EMAIL PROTECTED] www:        www.enterasys.com

[PHP-DEV] Bug #14000 Updated: [notice] child pid XXXXX exit signal Segmentation fault (11)

2001-11-10 Thread hunter
ID: 14000 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: IMAP related Operating System: FreeBSD PHP Version: 4.0.6 New Comment: ok I do have the "c-client.h" maby this will help. http://beta.spysatcentral.net:8080/~hunter/phpinfo.php

[PHP-DEV] Bug #14000 Updated: [notice] child pid XXXXX exit signal Segmentation fault (11)

2001-11-10 Thread hunter
ID: 14000 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: IMAP related Operating System: FreeBSD PHP Version: 4.0.6 New Comment: ok I do have the "c-client.h" maby this will help. http://beta.spysatcentral.net:8080/~hunter/phpinfo.php

[PHP-DEV] Bug #14000 Updated: [notice] child pid XXXXX exit signal Segmentation fault (11)

2001-11-10 Thread hunter
ID: 14000 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: IMAP related Operating System: FreeBSD PHP Version: 4.0.6 New Comment: How do I tell what version I have of c-client? I did a "grep -i version *" in "/usr/local/include/c-client" and it returne

[PHP-DEV] Bug #14000: [notice] child pid XXXXX exit signal Segmentation fault (11)

2001-11-09 Thread hunter
From: [EMAIL PROTECTED] Operating system: FreeBSD PHP version: 4.0.6 PHP Bug Type: Mail related Bug description: [notice] child pid X exit signal Segmentation fault (11) Hosting Server: --- FreeBSD fbsd.austin.rr.com 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue