[PHP-DEV] Segmentation violation

2003-03-11 Thread Matt
find the problem. 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

[PHP-DEV] Re: Segmentation violation

2003-03-12 Thread Matt
> > How about 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 n

[PHP-DEV] Bug #11811: Cannot use ImageCopyResampled(), wrong GD version Reported

2001-06-30 Thread matt
mmand] './configure' '--with-xml' '--with-pgsql=/home/pgsql' '--with-jpeg' '--with-jpeg-dir=/home/matt/Packages/jpeg-6b' '--with-t1lib' '--with-gd=/home/matt/Packages/gd-2.0.1' '--with-imap' '--with-pspell' '

[PHP-DEV] Bug #11811 Updated: Cannot use ImageCopyResampled(), wrong GD version Reported

2001-06-30 Thread matt
configure was ignoring the /home/matt/Packages/gd-2.0.1/libgd.so file, and instead attempting to link with /lib/libgd.a. Checking the Makefile for gd-2.0.1, I found that it does not (by default) produce a libgd.a. By running 'make libgd.a' for gd-2.0.1, then deleting P

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

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

[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. Sorr

[PHP-DEV] Bug #10383: Receiving an HTTP PUT, rather than sending one

2001-04-18 Thread matt
use PUT, but when developing applications it's a lot easier to use PUT because no encoding is involved. Please let me know if there is any more information you need from me. -Matt -- Edit Bug report at: http://bugs.php.net/?id=10383&edit=1 -- PHP Development Mailing List <http://

[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
33 Even though it should be valid at this point. Thanks for looking into it! regards Matt -- Edit Bug report at: http://bugs.php.net/?id=8689&edit=1 -- 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] PHP 4.0 Bug #8689 Updated: pg_Connect() seems to do some type of caching that doesn't quite work

2001-01-13 Thread matt
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 Matt --

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

2001-08-03 Thread matt
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: We'd like support for output buffering and "here" syntax Hello, For a long time I've wished that PHP supported the "here" string syntax, i.e in Perl:

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

2001-08-03 Thread matt
ID: 12535 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.0.6 New Comment: Wow, thanks for the quick feedback. And sorry. I looked hard but did not find these features. I stand corrected. Pre

[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] Question for Zeev, Zak or Georg - mysql_query and possible integeroverflow?

2003-03-25 Thread Matt Flaherty
zard a guess what might happen here? 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
't want 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 sig

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

2003-03-26 Thread Matt Flaherty
;t have a CVS account yet. -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
using 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

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

2002-10-02 Thread Matt Haught
N CRAM-MD5 PLAIN (Read took 120.02020800114 seconds) It appears that fgets is where the problem is occuring. Its taking over a minute. Can anyone confirm? I tried a server at mail.wvwc.edu and received the same sort of results. -- Matt -- 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

[PHP-DEV] PHP.ini and Virtual Hosts

2002-11-07 Thread Matt L
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] 200 DOLLARS FOR YOU

2001-02-02 Thread Matt Spears
available ways of earning money inmediatly. There is thousands different options and them all actually pays!. Join right now and the sponsors will give you the first U$200. CLICK>> NetFlip ! Matt Spears

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

2001-02-10 Thread Matt McClanahan
php_pam, available. However, it doesn't yet support methods of authentication that require root privilages. 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

Re: [PHP-DEV] Function request

2001-02-12 Thread Matt McClanahan
be done with a fairly simple PHP function as well, using the existing drivers. The work to build an array or object of a complete result set is just a for loop, after all. Matt -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-DEV] 4.0.5 RC2 Win32 Binaries?

2001-03-23 Thread Matt White
Hello! Any chance in getting the Win32 4.0.5 RC2 binaries built? The 4.0.5 RC1 binaries did not include crypt() support, so I could not fully test them on our test server. Thanks. - Matt -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTE

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

Re: [PHP-DEV] PHP 4.0.5RC3

2001-03-28 Thread Matt White
0.5RC3\ext\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 >>&

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

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

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

2001-06-22 Thread Matt McClanahan
ot > XHTML. > > Ok, somebody can always use something like str_replace("\n", "", > $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 foun

[PHP-DEV] XMLRPC Error Returns & Patch

2001-07-06 Thread Matt Allen
something 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 --

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

[PHP-DEV] Returning only one error

2001-07-24 Thread Matt Allen
t error it receives? Cheers, Matt -- Matt Allen Technical Director Investigation Marketplace 0413 777 771 [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 a

[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] Re: [PHP-QA] RC7 is out

2001-04-19 Thread Matt White
build 2195 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 nex

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

Re: [PHP-DEV] 4.0.5 RC7 and TRANS_SID under Win32

2001-04-24 Thread Matt White
/ And then broken in PHP 4.0.1pl1. // And then fixed again in PHP 4.0.1pl2. // And now it's broken again in 4.0.2, but there is a workaround that works. // Arugh. // I submitted a bug report after tracking down what was happening in the code after 4.0.2. // Now hopefully it's fixed for

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

2001-04-25 Thread Matt White
In order... All 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 i

[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=8352&edit=1 Matt

[PHP-DEV] Notes on four MySQL bugs

2001-04-25 Thread Matt McClanahan
ne of MYSQL_*, but it doesn't check 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&#x

[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

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

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

2001-05-02 Thread Matt McClanahan
is the best solution. This will only lead to animosity over the quality of releases. What I'd like to see instead is for the QA team to own the release cycle. That is, as soon as RC's start being rolled, QA has the right to determine if a commit shouldn't go in. Without that control, it seems to me 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. >

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 sta

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

2001-12-07 Thread Matt McClanahan
essor of some > kind... and i wonder why 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 P

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/ZendEn

[PHP-DEV] PHP for Win32 without MySQL?

2001-12-18 Thread Matt White
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:

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

2002-03-10 Thread Matt Richardson
abled). If you 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 Richa

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

2002-03-10 Thread Matt Richardson
ure visits to the site, PHP would discover even on the > >first page that cookies are enabled. The result would be the PHPSESSID > >var would only be stuck on the URLs the very first time a user visits > >the site, and would never appear again (as long as cookies are > >enabled

[PHP-DEV] Session Oddness

2002-03-12 Thread Matt Allen
string, 0); } PS(session_status) = php_session_active; it had me scratchin 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] Re: Session Oddness

2002-03-13 Thread Matt Allen
nt? shouldnt SID be defined when a cookie ISNT sent ? 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/

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

Re: [PHP-DEV] XSLT bug

2002-04-18 Thread Matt McClanahan
27;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 Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] XSLT bug

2002-04-18 Thread Matt McClanahan
waking up. It actually is reporting the correct position, if your XML is indendted. For example: has two text nodes in it at positions 1 and 3. So position() correctly reports the application nodes as being at 2 and 4. The only workaround for that is to take all the whitespace out of you

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

2002-04-29 Thread Matt Parlane
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 t

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

[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] Announce: php_imlib 0.3: PHP Imlib2 extension

2001-01-10 Thread Matt McClanahan
ation, and some example scripts, are available at http://mmcc.cx/php_imlib/ The extension itself is available at http://mmcc.cx/php_imlib/php_imlib-0.3.tar.gz Enjoy, Matt -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DEV] PHP 4.0 Bug #8860 Updated: variable array not working

2001-01-23 Thread Matt McClanahan
'} = 'Foo'; echo $$var; Will output 'Foo'. Matt > At 16:39 23.1. 2001, Wico de Leeuw wrote the following: > -- > >So what should it echo? > >three or