[PHP-DEV] Fwd: Re: [BUGFIX 21089/21328] MSSQL not returning values of SP output parameters in 4.3.0

2003-01-08 Thread Michael Sisolak
> I propose that my earlier patch is applied as it restored the BC that > was broken in 4.3.0. In 4.2.3 the output parameters were always set > after the call to mssql_execute(), but in 4.3.0 you now always have to > call mssql_next_result() at least once. As a result any calls to > mssql_execute

[PHP-DEV] Re: [BUGFIX 21089/21328] MSSQL not returning values of SP output parameters in 4.3.0

2003-01-08 Thread Michael Sisolak
> My patch isn't quite correct. It sets the output parameters only as > long as there are zero or one record sets returned - two or more and > the parameters are not set. If we just always call > _mssql_get_sp_result then this problem will be avoided, but might > that cause some other issue? I'v

[PHP-DEV] Fix for Bug#21531 -- 2nd set of eyes?

2003-01-08 Thread Sara Golemon
I believe the patch below will fix bug#21531 but my blood sugar is high and my head feels like a brick. Could someone else take a look and see if it's at least nearly sane? The problem seems to be that when php_stat tries to check for the existence of a file (called as file_exists() ) on a server

RE: [PHP-DEV] CVS Account Request: hitcho

2003-01-08 Thread Timothy Hitchens
I requested a status of my request last night on the list but without reply, can anyone give me assistance with this matter? Thank you!! Timothy Hitchens (HiTCHO) Open Platform Consulting e-mail: [EMAIL PROTECTED] > -Original Message- > From: Georg Richter [mailto:[EMAIL PROTECTED]] >

[PHP-DEV] Re: [BUGFIX 21089/21328] MSSQL not returning values of SP output parameters in 4.3.0

2003-01-08 Thread Michael Sisolak
> The attached patch is one solution: it resets the value of > retval_results to indicate all results have been read and breaks the > else back out into its own if clause. I'm not sure if this is really > needed - we may be able to just call _mssql_get_sp_result where this > patch adds the reset o

[PHP-DEV] [BUGFIX 21089/21328] MSSQL not returning values of SP output parameters in 4.3.0

2003-01-08 Thread Michael Sisolak
A bug was introduced into mssql_execute with version 1.89 of php_mssql.c (as reported in the bug database as bugs #21089 and #21328) which is included in the 4_3 branch. While this patch allowed a SQL Server stored procedure to return multiple record sets, it prevented it from ever returning the v

Re: [PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: Zend / zend.c zend_ini.czend_ini.h

2003-01-08 Thread Sebastian Bergmann
Andi Gutmans wrote: > How is it that you write all of this advanced OO book material, > yet it seems as if you've never written a line of code in your life? I started programming C in the last months I used my Amiga (haven't used it since 1998, that's when I got my first x86 box), before that

[PHP-DEV] [Fwd: 4.3.0 w/ Sablotron version check problem]

2003-01-08 Thread Sterling Hughes
-Forwarded Message- > From: Lars Consume <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: Luke Murphy <[EMAIL PROTECTED]> > Subject: 4.3.0 w/ Sablotron version check problem > Date: 08 Jan 2003 15:23:07 -0500 > > Dear Mr. Hughes, > > Since 4.3.0 is a recent release, and because I haven'

[PHP-DEV] mailparse

2003-01-08 Thread Morten Winther
Hello, When you look up mailparse on php.net it doesn't say that this function is moved PEAR. Shouldn't this be corrected? http://www.php.net/manual/en/ref.mailparse.php -- / morten "There are only 10 types of people in the world: Those who understand binary, and those who don't" -- PHP De

[PHP-DEV] Who can .. CVS access requests?

2003-01-08 Thread Timothy Hitchens
Who can tell me the status of my CVS access requests. Timothy Hitchens (HiTCHO) Open Platform Consulting e-mail: [EMAIL PROTECTED] mobile: 0419 521 440 -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: richy

2003-01-08 Thread Richard Black
working on php-gtk-doc/en (Steph said I should get an account :P) -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Terminal text objects (PHP CDK NCURSES)

2003-01-08 Thread Nikolai Vladychevski
Hello, I want to share the code (php-extension) I have included into php-4.2.2 to support CDK widgets (http://gd.tuwien.ac.at/hci/cdk/?file=cdk.tar.gz&type=listing) to enable PHP to use text based "GUI" in terminal environment. CDK supports: -Alphalist (list with alphanumeric search) -Calend

[PHP-DEV] CVS Account Request: borg73

2003-01-08 Thread Marco Schwarz
modify ifx.php -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Should I fix this?

2003-01-08 Thread Marcus Börger
At 04:20 08.01.2003, Rickard Andersson wrote: BTW. I'm kinda new to contributing to large projects as this one. Should I checkout the latest CVS and patch agains that or should I use some other base for my alterations? Please check out HEAD (latest) and send a unified diff (diff -u) to this list

Re: [PHP-DEV] xml xinclude

2003-01-08 Thread Pawel
At 03:44 PM 1/8/2003 +0100, you wrote: Why not check for XML_XINCLUDE_START and XML_XINCLUDE_END or the libxml version in configure and make the necessary changes to the .c file? marcus Sure, support for XML_XINCLUDE_START and XML_XINCLUDE_END would be nice, but that task surpasses my understa

Re: [PHP-DEV] xml xinclude

2003-01-08 Thread Marcus Börger
At 15:35 08.01.2003, Pawel wrote: Hello, libxml (tested with 2.4.30) creates these additional nodes when parsing documents with xincludes: XML_XINCLUDE_START and XML_XINCLUDE_END. PHP has no support for these nodes and chokes when it encounters them, therefore walking the xml tree after issuing $

[PHP-DEV] xml xinclude

2003-01-08 Thread Pawel
Hello, libxml (tested with 2.4.30) creates these additional nodes when parsing documents with xincludes: XML_XINCLUDE_START and XML_XINCLUDE_END. PHP has no support for these nodes and chokes when it encounters them, therefore walking the xml tree after issuing $doc->xinclude() fails. The only wo

Re: [PHP-DEV] size of session vars

2003-01-08 Thread Rick Widmer
At 10:52 AM 1/8/03 +0100, Hannes Smit wrote: Does anyone know how much space can be stored in a session? How much free space do you have on the drive that holds the session data? I don't think there is an arbitrary limit on session size. Just the limitations of the resources of your machine

[PHP-DEV] size of session vars

2003-01-08 Thread Hannes Smit
Does anyone know how much space can be stored in a session? -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] uid check by file_exists()

2003-01-08 Thread Derick Rethans
Hello, please forward user questions to the [EMAIL PROTECTED] mailinglist, this list is for development _OF_ PHP, not development _with_ PHP. This is not a bug either, just you doing something wrong. Derick On Wed, 8 Jan 2003, Emmanuel.Leguy wrote: > Hello, > > I've just installed PHP 4.3.0. T

[PHP-DEV] uid check by file_exists()

2003-01-08 Thread Emmanuel.Leguy
Hello, I've just installed PHP 4.3.0. The 4.0.6 was installed before. With the new version, in safe mode, the 'file_exists' function produce this warning: Warning: file_exists() [function.file-exists]: SAFE MODE Restriction in effect. The script whose uid is 302 is not allowed to access /full/

[PHP-DEV] Need to load dll in an extension dll

2003-01-08 Thread NVohra
Hello, I need to load a dll within my own extension dll. I am not able to find any help on that in the zend manual. Can we do that? If yes, please help me out. Regards, Nischal Vohra - - - - - - - - - - - - That one last shot's a Permanent Vacation And a how high can you fly with broken wings Li

Re: [PHP-DEV] Include a file from inside an extension...

2003-01-08 Thread Wojtek Meler
On Tue, Jan 07, 2003 at 04:51:13PM +, Stefano Corsi wrote: > MAKE_STD_ZVAL(filename_z); > ZVAL_STRING(filename_z, "myfile.inc", 1); > op = compile_filename(ZEND_INCLUDE, filename_z); if (op) { zval *local_retval=NULL; EG(return_value_ptr_ptr) = &local_retval; > zend_execute(op TSRMLS_CC); zval_

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: Zend / zend.c zend_ini.c zend_ini.h

2003-01-08 Thread Sebastian Bergmann
Zeev Suraski wrote: > zeev Tue Jan 7 10:56:52 2003 EDT > > Modified files: > /Zend zend.c zend_ini.c zend_ini.h > Log: > Streamline leak fixes zend_ini.c(90): warning C4716: 'zend_ini_global_shutdown': must return a value -- Sebastian Bergmann http://sebastian-b