[PHP-DEV] zend_hash and it's keys + domxml

2001-11-30 Thread Krzysztof Jarecki
Hi all ;) I was just wondering why this line doesn't work. It's an extract from domxml.c (slightly changed): if (zend_hash_find(id->value.obj.properties, "doc", sizeof("doc"), (void **)&tmp) == FAILURE) { php_error(E_WARNING, "unable to find my handle property"); This is said to be working u

[PHP-DEV] Re: Bug #14340: DOMXML is broken

2001-12-05 Thread Krzysztof Jarecki
Yo Deftris! Are you blind or something? The output of print_r is not clear enough? -- PHP Development Mailing List 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: Bug #14340: DOMXML is broken

2001-12-05 Thread Krzysztof Jarecki
> > Yo Deftris! > > > > Are you blind or something? > > The output of print_r is not clear enough? > > Please notice that you are speaking to volunteers here, who devote *their* > spare time to deliver you a *free to use* scripting language. > > Derick Yes of course ;) Sorry for being a bit rude,

[PHP-DEV] Re: Bug #14340: DOMXML is broken

2001-12-05 Thread Krzysztof Jarecki
Hi :) You can find a fully working code down here. It does not only works with the tagname problem but it also solves the displaying of contents. Right now only the textnode has a 'content' property. user1 passwd1 user2 passwd2 guest guest_passwd '; $doc = xmldoc($stri

[PHP-DEV] Compiling 4.1.0 under windows

2001-12-11 Thread Krzysztof Jarecki
Hi everyone ;) When I'm compiling the release downloaded from www.php.net/downloads.php I get the following errors in MSVC6: Configuration: php4dll - Win32 Release Linking... Creating library ..\Release/php4nts.lib and object ..\Release/php4nts.exp LINK

[PHP-DEV] Re: Compiling 4.1.0 under windows

2001-12-11 Thread Krzysztof Jarecki
I managed to compile php.exe from the php4ts.dsw workspace It gave me some warnings, but it have linked succesfully. I am wondering now what it does this "ts" stands for? Also on the available project list some projects have "release_ts" suffix or "release_ts_inline"... -- PHP Developme

[PHP-DEV] Compiling php4apache.dll

2001-12-11 Thread Krzysztof Jarecki
Hi everybody ;) I am stuck :( I have downloaded the source for apache-1.3.22 and it compiled fine for windows. I have set the Lib directory in MSVC6 to apache/src/Release and I have also added the following include directories: apache/src/include and apache/src/os/win32 Then I have opened the ph

[PHP-DEV] Re: Bug #14442 Updated: Segmentation fault when using xslt_process()

2001-12-13 Thread Krzysztof Jarecki
Hi ;) How can I check whether Apache is running its included expat-lite or the system one on windows? Is there something like phpinfo() in Apache? :) Sorry for that kinda "lame" question ;) Thanks for any help Chris Jarecki -- PHP Development Mailing List To unsubscr

[PHP-DEV] Re: Bug #14442 Updated: Segmentation fault when using xslt_process()

2001-12-13 Thread Krzysztof Jarecki
I have already handled this problem ;) Thanks :) -- PHP Development Mailing List 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 #14442: Segmentation fault when using xslt_process()

2001-12-13 Thread Krzysztof Jarecki
Hi ;) Look into the manual. The synopsis for the function is wrong, but the examples show how to do this. When I ran Your function it really did crash... But it's not surprising me now. Check this out: $xmlc, '/_xsl' => $xslc)); xslt_free($xh); ?> Greets ;) -- Chris Jarecki IT Project Manager

Re: [PHP-DEV] Re: Bug #14442: Segmentation fault when using xslt_process()

2001-12-13 Thread Krzysztof Jarecki
I'm funny? :) why do you think so? I'm using php 4.1.0 and i have downloaded the latest chm manual, which\ was compiled yesterday. It's all on windows 2000 pro. sending You the files would be kinda hard, because the stylesheets are including some other files and this would be a hell of an email

Re: [PHP-DEV] Bug #14768 Updated: Upgrade to 4.1.0 breaks database connection

2001-12-31 Thread Krzysztof Jarecki
Hi Markus ;) Is there a problem with mysql_pconnect() in 4.1.0? Sorry for asking, but I can now only access my email from time to time and there's lots to read here. > ID: 14768 > Updated by: mfischer > Reported By: [EMAIL PROTECTED] > Old Status: Open > Status: Feedback > Bug Type: MySQL relat

[PHP-DEV] Zend resocurces lists and allocating memory

2002-01-19 Thread Krzysztof Jarecki
;( I mean this statement does deallocates what I need: zend_ptr_stack_clear_multiple(TSRMLS_C); Do I have to delete my resource from the zend's list and then insert it again??? How do I solve this? :) Any help will be appreciated :) -- Krzysztof Jarecki IT Project Manager IPRO

[PHP-DEV] Re: Zend resocurces lists and allocating memory

2002-01-19 Thread Krzysztof Jarecki
This only occours to me when I am running the debug version But maybe without the debug option it runs accidentally... I am confused ;( -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

[PHP-DEV] new DOMXML functionality

2001-10-22 Thread Krzysztof Jarecki
Hi ;) I am new to this group as well as to the comunity of PHP developers, so I came to ask for Your advice. I am currently working on a big project in PHP and we are heavily using it's XML capabilities. Unfortunately the object xml model is still in the development phase. This causes that it st