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

2003-02-20 Thread Jeremy Mullin
From: Zeev 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

[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

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

2002-06-12 Thread Jeremy Coates
;2002-08-06 11:45:02@" ---^ 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

[PHP-DEV] Install PHP 4.1.2 with Apanche 2.0.35

2002-04-10 Thread Jeremy Hines
ot/php-4.1.2/sapi/apache2filter' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/php-4.1.2/sapi/apache2filter' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/php-4.1.2/sapi' make: *** [all-recursive] Error 1 ---cut-

[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 t

[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 = ImageColo

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

2001-09-04 Thread Jeremy Bettis
/interbase/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

[PHP-DEV] Patch to interbase module.

2001-09-04 Thread Jeremy Bettis
is going to use interbase in any serious way. -- Jeremy Bettis [EMAIL PROTECTED] begin 666 php.diff M26YD97@Z(&5X="]I;G1E'0O:6YT M97)B87-E+VEN=&5R8F%S92YC+'8-'0O:6YT97)B87-E M+VEN=&5R8F%S92YC"3$S($%U9R R,# Q(# W.C4U.C,S("TP,# P"3$N-C@- M*RLK(&5X=

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

2001-08-22 Thread Jeremy Bettis
host... > At 19:53 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 > >

[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

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

2001-07-23 Thread jeremy
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 S

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

2001-07-10 Thread Jeremy Bettis
better if the function just didn't 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]

[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] >

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

2001-07-06 Thread Jeremy Bettis
ng revision 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

[PHP-DEV] Transparent use of blobs in Interbase

2001-07-05 Thread Jeremy Bettis
anges: + 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 s

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

2001-07-05 Thread Jeremy Bettis
rror = 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 PROT

[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: --- [2001-

[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: 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 work

[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. stat("computerna

[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 w

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

2001-05-23 Thread jeremy
From: [EMAIL PROTECTED] Operating system: Windows NT 4.0 Build 1381 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: $var = function_returning_array(args)[0]; doesn't work $var = function_returning_array(args)[0]; gives an error but $var = fun

[PHP-DEV] Stepper

2001-02-01 Thread Jeremy Gillies
. Thank you, Jeremy Gillies Canadian Union of Postal Workers -- 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] --enable-tiny

2001-01-27 Thread jeremy brand
Am I missing something? Can't you just do --without-mysql? In general, if the option is --with-???, use --without-??? to exclude it. If the options is --enable-???, then use --disable-??? to disable it. Jeremy Jeremy Brand :: Sr. Software Engineer :: 408-245-9058 :: [EMAIL PROTECTED]