[PHP-DEV] zend_timeout and the SIGPROF signal

2003-02-20 Thread Jeremy Mullin
I have a question in regards to page timeouts and how the initial request is terminated. First, I apologize up front for my ignorance. I am not a php user, rather a database developer who has customers using php. I've noticed if a query takes longer than the default 30 seconds to execute, php

RE: [PHP-DEV] zend_timeout and the SIGPROF signal

2003-02-20 Thread Jeremy Mullin
Suraski [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 8:16 AM To: [EMAIL PROTECTED] Cc: Jeremy Mullin; [EMAIL PROTECTED] Subject: Re: [PHP-DEV] zend_timeout and the SIGPROF signal At 17:05 20/02/2003, [EMAIL PROTECTED] wrote: - Original Message - On timeout, the engine

[PHP-DEV] Possible MSSQL error PHP4.2.0?

2002-06-12 Thread Jeremy Coates
---^ Extra character seems to be ASCII 00 (I've placed an sign there so that it will show up in email clients!) This is obviously mucking about with other date related functions. Any ideas? Regards, Jeremy Coates -- -- PHP Development Mailing List http://www.php.net

[PHP-DEV] Install PHP 4.1.2 with Apanche 2.0.35

2002-04-10 Thread Jeremy Hines
]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/php-4.1.2/sapi' make: *** [all-recursive] Error 1 ---cut Jeremy Hines Equipment Technician Compu-Tech, Inc. [EMAIL PROTECTED] voice: 509 884-1542 fax: 509 884-8982 636 Valley Mall Pkwy. Suite 212 East

[PHP-DEV] Re: MSSQL DB Connect

2001-12-21 Thread Jeremy Reed
What was the error message you received? Also, when passing the variables to the mssql_connect() function, you need not use quotes since you've already initialized them to the strings. Pass them as follows: $connection = mssql_connect($a,$b,$c). Also, you aren't passing the actual sql string

[PHP-DEV] Bug #13197: ImageTTFText broken on truecolor images

2001-09-07 Thread jeremy
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: GD related Bug description: ImageTTFText broken on truecolor images The resulting image is blank, works fine for palette images. $img = ImageCreateTrueColor(300, 300); $black =

[PHP-DEV] Patch to interbase module.

2001-09-04 Thread Jeremy Bettis
interbase in any serious way. -- Jeremy Bettis [EMAIL PROTECTED] begin 666 php.diff M26YD97@Z(5X=]I;G1EF)AV4O:6YT97)B87-E+F,-/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/0U20U,@9FEL93H@+W)E]S:71OGDOAP-]E'0O:6YT M97)B87-E+VEN=5R8F%S92YC+'8-F5TFEE

Re: [PHP-DEV] Patch to interbase module.

2001-09-04 Thread Jeremy Bettis
/interbase.c,v retrieving revision 1.68 diff -u -r1.68 interbase.c --- ext/interbase/interbase.c 13 Aug 2001 07:55:33 - 1.68 +++ ext/interbase/interbase.c 31 Aug 2001 17:44:51 - @@ -25,6 +25,12 @@ /* Changes: + 2001-05-31: Jeremy Bettis [EMAIL PROTECTED] + - If a blob handle was expected

[PHP-DEV] object to string convertion patch

2001-08-22 Thread Jeremy Bettis
I changed php (current CVS) to add another magic method to Objects, __toString(). Whenever an object needs to be converted to a string, then it will first try to call __toString() and if it can't, then it will just return Object like now. Please look over my patch and see if I did it correctly,

Re: [PHP-DEV] object to string convertion patch

2001-08-22 Thread Jeremy Bettis
22-08-01, Andrei Zmievski wrote: On Wed, 22 Aug 2001, Jeremy Bettis wrote: I changed php (current CVS) to add another magic method to Objects, __toString(). Whenever an object needs to be converted to a string, then it will first try to call __toString() and if it can't, then it w

[PHP-DEV] Bug #12317: Mailing list is bouncing back my email.

2001-07-23 Thread jeremy
. This happens every time I try and post to any of the lists. I've already contacted pair.com and they said that they can not help because they do not run the php listservs. Thanks, Jeremy From [EMAIL PROTECTED] Mon Jul 23 15:07:06 2001 +0200 Status: R X

[PHP-DEV] Is there any value in having functions defined which do nothing.

2001-07-10 Thread Jeremy Bettis
exist at all? -- Jeremy Bettis [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] Transparent use of blobs in Interbase

2001-07-06 Thread Jeremy Bettis
1.58 diff -u -r1.58 interbase.c --- ext/interbase/interbase.c 2001/06/09 09:30:42 1.58 +++ ext/interbase/interbase.c 2001/07/06 14:59:01 @@ -25,6 +25,15 @@ /* Changes: + 2001-06-13: Jeremy Bettis [EMAIL PROTECTED] + - Return the text of blobs

[PHP-DEV] Re: Bug #11819 Updated: Bug with ibase_execute()

2001-07-06 Thread Jeremy Bettis
The patch that I just posted to the list fixes this problem. Nulls passed as ? parameters were being sent to interbase as 0's. -- Jeremy Bettis [EMAIL PROTECTED] [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... ID: 11819 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type

[PHP-DEV] Building PHP with freetype and libgd 1.8

2001-07-05 Thread Jeremy Bettis
= gdImageStringFT(im, brect, col, fontname, ptsize, angle, x, y, str); # else error = gdImageStringTTF(im, brect, col, fontname, ptsize, angle, x, y, str); -- Jeremy Bettis [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP-DEV] Transparent use of blobs in Interbase

2001-07-05 Thread Jeremy Bettis
: + 2001-06-13: Jeremy Bettis [EMAIL PROTECTED] + - Return the text of blobs in _php_ibase_fetch_hash, not the blob + handles, even if the BLOB is not of TEXT type + 2001-05-31: Jeremy Bettis [EMAIL PROTECTED] + - If a blob handle was expected and something else

[PHP-DEV] Bug #11834: ImageType() IMG_GIF GD 1.8.4

2001-07-02 Thread jeremy
From: [EMAIL PROTECTED] Operating system: Linux Redhat 7.1 2.4.2 PHP version: 4.0.5 PHP Bug Type: GD related Bug description: ImageType() IMG_GIF GD 1.8.4 Trying: if (ImageTypes() IMG_GIF) { echo 'GIFS enabled'; $im = imagecreatefromgif('img.gif'); } Still works

[PHP-DEV] Bug #11834 Updated: ImageType() IMG_GIF GD 1.8.4

2001-07-02 Thread jeremy
ID: 11834 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: GD related Operating system: Linux Redhat 7.1 2.4.2 PHP Version: 4.0.5 Description: ImageType() IMG_GIF GD 1.8.4 Oops! RTFM Again! Previous Comments: ---

[PHP-DEV] Bug #11834 Updated: ImageType() IMG_GIF GD 1.8.4

2001-07-02 Thread jeremy
ID: 11834 User Update by: [EMAIL PROTECTED] Status: Bogus Bug Type: GD related Operating system: Linux Redhat 7.1 2.4.2 PHP Version: 4.0.5 Description: ImageType() IMG_GIF GD 1.8.4 Thanks! Previous Comments: ---

[PHP-DEV] Bug #11470: UNC paths do not work with stat()

2001-06-19 Thread jeremy
From: [EMAIL PROTECTED] Operating system: Windows NT 4.0 Build 1381 PHP version: 4.0 Latest CVS (2001-06-13) PHP Bug Type: Filesystem function related Bug description: UNC paths do not work with stat() Calling stat() on a UNC path will always fail. ex.

[PHP-DEV] Bug #11063 Updated: $var = function_returning_array(args)[0]; doesn't work

2001-05-23 Thread jeremy
ID: 11063 User Update by: [EMAIL PROTECTED] Status: Suspended Bug Type: Feature/Change Request Operating system: Windows NT 4.0 Build 1381 PHP Version: 4.0.4pl1 Description: $var = function_returning_array(args)[0]; doesn't work I think that $var=(function_returning_array(args))[0]; should also