[PHP-DEV] PHP 4.0 Bug #10180: date arithmetic gives wrong result

2001-04-05 Thread ray
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Date/time related Bug description: date arithmetic gives wrong result ? $birthdate = mktime(0, 0, 0, 1, 1, 2001); // should give 82 days old - correct $CurDate =

[PHP-DEV] RE: PHP 4.0 Bug #9973 Updated: See below

2001-03-25 Thread Ray Cherry
Chris, Problem solved by hardcoding. Thanks, Ray. PS: Am still working on Mindspring! -Original Message- From: Bug Database [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 25, 2001 5:58 PM To: [EMAIL PROTECTED] Subject: PHP 4.0 Bug #9973 Updated: See below ID: 9973 Updated

[PHP-DEV] Feature request: Line numbering for .phps display

2001-07-26 Thread Ray A. Akey
I hope this is the right place for this. If not, please refer me to the proper place. :) Are there any plans to have PHP support the option of showing line numbers for PHP Source (.phps) display? This would be a great feature to add to your list if it is not already planned. -- Ray A. Akey

[PHP-DEV] php cgi RLimitMEM

2002-01-25 Thread Ray Parish
of script headers. If I remark out the RLimitMEM entry in the VirtualHost directive, all is good? Any work arounds? Ray

[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

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

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

[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] 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] Openssl with PHP

2002-02-27 Thread Hunter, Ray
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: 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

[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

[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 Email: [EMAIL

[PHP-DEV] CVS Account Request: ray

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

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

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

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

[PHP-DEV] sapi/servlet configuration error

2002-12-05 Thread Ray Hunter
: 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

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 to your Makefile. Can you verify

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 Windows

[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

[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 Startup Error In Apache

2003-03-11 Thread Ray Hunter
/xml.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP:4.3.0 - 4.3.1 Apache: 1.3.27 Mandrake: 9.0 How can i fix these warnings? Thanks, Ray -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http