Re: [PHP-DEV] Question for Zeev, Zak or Georg - mysql_query andpossible integer overflow?

2003-03-26 Thread Matt Flaherty
. -Matt -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Question for Zeev, Zak or Georg - mysql_query and possible integeroverflow?

2003-03-25 Thread Matt Flaherty
? I thank you very much for your time. Matt ps - I'm doing this through PEAR::DB::mysql -- Matt Flaherty [EMAIL PROTECTED] Boltblue International Ltd. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Question for Zeev, Zak or Georg - mysql_query andpossible integer overflow?

2003-03-25 Thread Matt Flaherty
is something like a segfault. I'm considering making the application restart itself periodically to clear out the cobwebs. -Matt On Tue, 2003-03-25 at 14:12, Wez Furlong wrote: Hi Matt, Yes, there is a risk of overflow. From my understanding, the id is signed, so you will hit overflow at 2G rather

[PHP-DEV] Re: Segmentation violation

2003-03-12 Thread Matt
providing a short example script that reproduces the segfault? Posting a backtrace is all well and good, but it's not very useful if nobody can see what initiated it. J Matt wrote: Hi, i've never posted to this newsgroup b4 so pls don't shoot me down if this is not protocol. But I've

[PHP-DEV] Segmentation violation

2003-03-11 Thread Matt
. If anyone can help me, given the trace below that'd be fantastic. thanks, Matt - [EMAIL PROTECTED] #0 0x0835036f in ?? () #1 0x404090b4 in _zval_dtor (zvalue=0x83545f4) at /tmp/php-4.3.1/Zend/zend_variables.c:51 #2 0x40402909 in _zval_ptr_dtor (zval_ptr=0xbfffce00) at /tmp/php-4.3.1/Zend

[PHP-DEV] PHP.ini and Virtual Hosts

2002-11-07 Thread Matt L
the server-wide php.ini file? I'm using CPanel/WHM, RedHat Linux 7.2. Thanks, Matt [EMAIL PROTECTED] -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Setting session var to null now wrong?

2002-10-05 Thread Matt Haught
, --Matt -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] pear's Mail using smtp not working with cvs php

2002-10-02 Thread Matt Haught
of results. -- Matt -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] pear's Mail using smtp not working with cvs php

2002-10-01 Thread Matt Haught
the smtp option. I would file a bug report, but I have no idea what is going on here (socket problem?). Was there some major changes between the 22nd and the 23rd? -- Matt -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] ldap_start_tls() suggestion

2002-07-18 Thread Matt Wirges
function page be updated to alert people that this must be done? The changes I made to get this to work, though sort of a waste of time now that I know of ldap_set_option are below. -matt --- ext/ldap/ldap.c-distThu Jul 18 15:35:00 2002 +++ ext/ldap/ldap.c Thu Jul 18 15:49:52 2002

[PHP-DEV] Re: Can't fiqure out how to fix this error! HELP!

2002-07-09 Thread Matt Parlane
Perhaps it would help if you let everyone know what exactly was on line 13... Celebei [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... This is the error I get and I can't fiqure out how to fix it: Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE,

[PHP-DEV] Re: unable to pass values between pages

2002-04-29 Thread Matt Parlane
] is the place to post questions about developing WITH PHP - php-dev is for the development OF PHP. Thanks, Matt Maria [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Dear Freinds, I am trying to pass the value from one page to other. But that value is not d

Re: [PHP-DEV] XSLT bug

2002-04-18 Thread Matt McClanahan
it with xsltproc (Which doesn't use sablotron). Taking the value attribute out gives the desired a, b listing. So, perhaps it's not a bug, but instead sablotron was doing it wrong beforehand, and has been fixed. When behavior changes, it doesn't always mean that the old behavior was correct. Matt -- PHP

Re: [PHP-DEV] XSLT bug

2002-04-18 Thread Matt McClanahan
: rootapplication name=a /application name=b //root Matt -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Session Oddness

2002-03-13 Thread Matt Allen
? Matt On Wed, 2002-03-13 at 20:24, Sascha Schumann wrote: The current CVS behaviour is the correct and documented one. - Sascha Experience IRCG http://schumann.cx/http://schumann.cx/ircg -- Matt Allen Technical Director

[PHP-DEV] Re: Session Oddness

2002-03-13 Thread Matt Allen
Ok then, no problems. The thing is, last night in stalled the latest snap and SID was not being popuulated, even though session cookies were DEFINATLY off, accoring to a phpinfo anyway. very strange. Thanks, Matt On Wed, 2002-03-13 at 23:52, Sascha Schumann wrote: On 13 Mar 2002, Matt Allen

[PHP-DEV] Session Oddness

2002-03-12 Thread Matt Allen
my head for a while Matt -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Suggest: Have PHP Session cookies-enabled check use any cookie

2002-03-10 Thread Matt Richardson
fear that this is less safe than actually checking for the PHPSESSID variable, it seems that this could at least be an option that could be enabled in php.ini. What do you think? Matt -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Suggest: Have PHP Session cookies-enabled check use any cookie

2002-03-10 Thread Matt Richardson
cookies enabled: PHP sessions would act as before except would not end up rewriting URLs on the first page view. The change to the PHP code should be small: when seeing if cookies are enabled simply look for any cookie sent by the client rather than just the PHPSESSID cookie. Matt Matt Richardson

Re: [PHP-DEV] Suggest: Have PHP Session cookies-enabled check use any cookie

2002-03-10 Thread Matt Richardson
afe than actually checking for the PHPSESSID variable, it seems that this could at least be an option that could be enabled in php.ini. What do you think? Matt -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Development

[PHP-DEV] PHP for Win32 without MySQL?

2001-12-18 Thread Matt White
a couple of hundred errors... mostly undeclared identifier errors, which are most likely caused by a header not being included somewhere along the way.) - Matt -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP-DEV] Re: [PHP] PHP XML

2001-12-07 Thread Matt McClanahan
no one has yet anyway. or at least why there isn't a way to create the same as a #define macro... man would that be nice. define() Matt -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP-DEV] multiple inheritance ext

2001-12-07 Thread Matt Gray
Where would such a public discussion take place? And does anybody have any idea on the time line of all of this(not impatient, just curious...)? - Matt Markus Fischer wrote: On Fri, Dec 07, 2001 at 06:26:32PM -0700, Blake Barnett wrote : http://www.zend.com/engine2/ZendEngine-2.0.pdf

Re: [PHP-DEV] Extension checkins?

2001-11-01 Thread Matt McClanahan
On Fri, Nov 02, 2001 at 12:11:17AM +, Jonathan Gillette wrote: Hi. I'm aware of an extension that would fit quite nicely into the current set. What's the protocol for proposing a entry into the extension repository? Mentioning what it does may be a good start.. Matt -- PHP

[PHP-DEV] Bug #12565: array_map with NULL callback causes crash

2001-08-04 Thread matt
From: [EMAIL PROTECTED] Operating system: Mac OS X 10.0.4 PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: array_map with NULL callback causes crash When used with NULL as the callback function, array_map causes a SIGBUS. Example: this crashes

[PHP-DEV] Bug #12565 Updated: array_map with NULL callback causes crash

2001-08-04 Thread matt
ID: 12565 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Mac OS X 10.0.4 PHP Version: 4.0.6 New Comment: I messed up the formatting, sorry Previous Comments:

[PHP-DEV] Bug #12535: We'd like support for output buffering and here syntax

2001-08-03 Thread matt
that I believe is essential. It would be lovely to flush an output buffer and then issue an HTTP header like a cookie or a redirect. Let me just say that I love PHP, but this is one aspect in which it falls short of (forgive me) Active Server Pages. Matt Flaherty -- Edit bug report at: http

[PHP-DEV] Bug #12535 Updated: We'd like support for output buffering and here syntax

2001-08-03 Thread matt
to flush an output buffer and then issue an HTTP header like a cookie or a redirect. Let me just say that I love PHP, but this is one aspect in which it falls short of (forgive me) Active Server Pages. Matt Flaherty Edit

[PHP-DEV] [PATCH] More error handling changes

2001-07-25 Thread Matt Allen
xmlrpc clients (rightfully) spew becasue they have recieved 2 xmlrpc fault packets (xml documents). Cheerio, Matta -- Matt Allen Technical Director Investigation Marketplace 0413 777 771 [EMAIL PROTECTED] Index: main.c === RCS file

[PHP-DEV] Bug #12354 Updated: getImageSize() fails for some JPEGs

2001-07-25 Thread matt
ID: 12354 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: GetImageSize related Operating System: linux Old PHP Version: 4.0.6 PHP Version: 4.0.5 New Comment: My initial report gave the wrong version -- this is indeed fixed in 4.0.6.

[PHP-DEV] Bug #12354: getImageSize() fails for some JPEGs

2001-07-24 Thread matt
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.6 PHP Bug Type: GetImageSize related Bug description: getImageSize() fails for some JPEGs JPEGs saved directly from some digital cameras do not contain whatever data getImageSize relies on to produce an array

[PHP-DEV] [PEAR-PATCH] XMLRPC Pear Patch

2001-07-21 Thread Matt Allen
Hi All, Attached is a small patch tp pear/XML/RPC.php. It fixes 2 things: 1. There was a print statement left in the client class 2. xml_rpc_encode had new XML_RPC_VAL instead of new XML_RPC_VALUE. Cheerio, Matta -- Matt Allen Technical Director Investigation Marketplace 0413 777 771 [EMAIL

[PHP-DEV] Bug #12079: SEGFAULT when compiled with APXS and QTDOM

2001-07-11 Thread matt
From: [EMAIL PROTECTED] Operating system: Linux RH 7.1 PHP version: 4.0CVS-2001-07-12 PHP Bug Type: DOM XML related Bug description: SEGFAULT when compiled with APXS and QTDOM httpd wont start, segfaults stright away. qtdom makes it do it. It works fine in 4.0.6RC1

[PHP-DEV] XMLRPC Error Returns Patch

2001-07-06 Thread Matt Allen
that could be discussed, but XMLRPC has been around the longest and alot of these other protocols are based on it, so here it is :) I didnt change the php.ini-dist as I didnt know the protocol, ie, since most people wont want this feature do we leave it out? Cheers, Matta -- Matt Allen

Re: [PHP-DEV] Bug #11611 Updated: nl2br() outputting invalid br tags

2001-06-22 Thread Matt McClanahan
, somebody can always use something like str_replace(\n, br, $text) to get the old functionality. What if the rest of your code is generating XHTML? It's better to assume the more strict syntax, especially considering that nobody has yet found (to my knowledge) a browser where br / doesn't work. Matt

Re: [PHP-DEV] Re: [PHP-QA] 4.0.6

2001-05-02 Thread Matt White
%) = Skipped 0 extensions. V:\php-4.0.5RC8 ) - Matt Wez Furlong [EMAIL PROTECTED] 05/02/01 12:02PM On 2001-05-02 15:43:57, Andi Gutmans [EMAIL PROTECTED] wrote: At 03:38 PM 5/2/2001 +0100, Wez Furlong wrote: Seriously though, win32 is particular hard to do automated testing. Maybe we could use cygwin

[PHP-DEV] Re: [PHP-QA] 4.0.6

2001-05-02 Thread Matt McClanahan
that their hands are being tied. Matt -- 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] Re: [PHP-QA] 4.0.6

2001-05-02 Thread Matt McClanahan
On Wed, May 02, 2001 at 09:03:00PM +0200, Hartmut Holzgraefe wrote: Matt McClanahan wrote: I don't see inviting this wider audience as providing enough beneficial information to justify the work of clearing away the less useful reports. right now we invite this wider audience the day

[PHP-DEV] RE: [PHP-QA] RC8

2001-04-26 Thread Matt White
Liz; http://myrile.madriver.k12.oh.us/technology/php/php-4.0.5RC8-win32-ts.zip Contains ISAPI, CGI, and Apache/Win32 builds. The only extension I've included is the MS-SQL one. - Matt Liz [EMAIL PROTECTED] 04/26/01 12:32PM If someone can compile up a windows set, and mail me the base DLLs

Re: [PHP-DEV] Compiling PHP as a NLM

2001-04-25 Thread Matt White
warnings, optimize to level two, include debug symbols, use /usr/nwsdk/include as a include path, don't use the standard includes, don't use the built-in functions, and pack structs). If you're not using GCC (or are you?), you'll need to set those flags in your compiler. - Matt Davin Thompson

[PHP-DEV] Bug 8352 should be closed

2001-04-25 Thread Matt McClanahan
Bug #8352 is invalid, the reporter misunderstood how MySQL's decimal field works. The behavior of mysql_field_len is correct. The SQL line 'price decimal(9,2)' calls for 9 digits, two of which are after the decimal point. http://www.php.net/bugs.php?id=8352edit=1 Matt -- PHP Development

[PHP-DEV] Notes on four MySQL bugs

2001-04-25 Thread Matt McClanahan
the type of variable being converted to a long. Could add an (*arg2)-type == IS_LONG check, but would this be inconsistent with behavior in much of the other code that accepts this sort of type conversion? I'd just leave it as it is, since it's not hurting anything. Matt -- PHP Development

[PHP-DEV] 4.0.5 RC7 and TRANS_SID under Win32

2001-04-24 Thread Matt White
Hello... I'm banging around on PHP 4.0.5 RC7 Win32 (Apache module), and I'm having great difficultly getting the TRANS_SID feature to work. I have one web application which depends heavily on it, and it's unusable under 4.0.5RC7. Has anyone else been experiencing this difficultly? - Matt

[PHP-DEV] Re: [PHP-QA] RC7 is out

2001-04-19 Thread Matt White
Build Date Apr 19 2001 Server API Apache I will bang on it tomorrow to see if it breaks. - Matt Zeev Suraski [EMAIL PROTECTED] 04/19/01 10:02PM I rolled RC7 - if there are no surprises (there'd better not be! :), it can finally go out early next week. Zeev -- Zeev Suraski [EMAIL PROTECTED

Re: [PHP-DEV] PHP 4.0.5RC3

2001-03-28 Thread Matt White
\standard\basic_functions.c(2489) : error C2223: left of '-safe_mode' must point to struct/union bcmath.c . . . Error executing cl.exe. php4isapi.dll - 2 error(s), 32 warning(s) I don't have time right now to dig into it, but I'll look later. - Matt Zeev Suraski [EMAIL PROTECTED] 03/28/01 10

Re: [PHP-DEV] PHP 4.0.5RC3

2001-03-28 Thread Matt White
I'll bang on it more this evening and see if it breaks. - Matt "Matt White" [EMAIL PROTECTED] 03/28/01 02:53PM Bad news... Compile failure on Win32. Configuration: php4dllts - Win32 Release_TS_inline Compiling... . . . basic_function

Re: [PHP-DEV] PHP 4.0.5RC3

2001-03-28 Thread Matt White
Zeev; I may be jumping the gun here, but I found 4.0.5 RC4 on the CVSweb server and grabbed it. It built just fine. Looks like it's fixed. PHP Version 4.0.5RC4 System Windows NT 5.0 build 2195 Build Date Mar 28 2001 Server API ISAPI - Matt Zeev Suraski [EMAIL PROTECTED] 03/28/01 18

RE: [PHP-DEV] 4.0.5 RC2 Win32 Binaries?

2001-03-23 Thread Matt White
Daniel; No, I suppose not for the RC. For the final release, yes. =) - Matt Daniel Beulshausen [EMAIL PROTECTED] 03/23/01 03:12PM At 19:30 03.04.2001 +0100, James Moore wrote: Any chance in getting the Win32 4.0.5 RC2 binaries built? The 4.0.5 RC1 binaries did not include crypt

Re: [PHP-DEV] PHP 4.0 Bug #1179 Updated: PAM support

2001-02-10 Thread Matt McClanahan
. http://freshmeat.net/projects/php_pam/ ftp://ftp.netexpress.net/pub/pam/php_pam.newest.tgz Matt -- 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

[PHP-DEV] PHP 4.0 Bug #8689: pg_Connect() seems to do some type of caching that doesn't quite work

2001-01-13 Thread matt
ut of scope (but only under obscure circumstances, see notes...). Therefore you will get an error like this: Warning: 1 is not a valid PostgreSQL link resource in /www/auszweiterhand/docs/connect_test.php on line 33 Even though it should be valid at this point. Thanks for looking into it! regards