Re: [PHP] SSPI php extension

2012-02-03 Thread Hendrik Schmieder
Curtis Maurand schrieb: Hendrik Schmieder wrote: > Hello, > > Is there a SSPI php extension ? > I only found a perl extension sofar. > (http://search.cpan.org/~tomk/Win32-IntAuth-0.20/lib/Win32/IntAuth.pm) > > I want to make what is written on the above side

[PHP] SSPI php extension

2012-02-02 Thread Hendrik Schmieder
Hello, Is there a SSPI php extension ? I only found a perl extension sofar. (http://search.cpan.org/~tomk/Win32-IntAuth-0.20/lib/Win32/IntAuth.pm) I want to make what is written on the above side for the server in php. with best regards Hendrik -- PHP General Mailing List (http

[PHP] reading private properties (print_r)

2007-05-10 Thread Hendrik van Arragon
Hi, I dislike the output of print_r(), so I desited write my own print_r(). I need this funktion for debugging issues, and therfor it is nice to have the private attributs, which are normaly hidden. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns

[PHP] Re: Sessions not destroyed

2004-10-08 Thread Hendrik Schmieder
Patrick Blousson schrieb: Hi, What about your hard disk partitions? Sessions only works on NTFS partitions. FAT don 't have a last accessed flag on file. Patrick. - Original Message - From: "Hendrik Schmieder" <[EMAIL PROTECTED]> Newsgroups: php.general To: <

Re: [PHP] Sessions not destroyed

2004-10-08 Thread Hendrik Schmieder
Marek Kilimajer schrieb: Hendrik Schmieder wrote: Anyway , if the apache service is stopped (I am not speaking about a crash) all session files must be deleted. Why? Why should users loose their sessions just because I need to restart web server? OK, good point. So I redrew the request for

[PHP] Re: [PHP-INSTALL] install errors with oci8

2004-10-08 Thread Hendrik Schmieder
Bob Redding schrieb: Running on Mandrake 10.0, Apache 2 and Oracle Client Bob Redding Look where you have libclntsh.a or libclntsh.so. Hendrik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sessions not destroyed

2004-10-08 Thread Hendrik Schmieder
current arrangement seems somewhat haphazard to me. Those are my current thoughts anyway. Graham Graham, that's also my point. Unfortunately this isn't happening. Bob can work on as he never left his PC. Hendrik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sessions not destroyed

2004-10-08 Thread Hendrik Schmieder
Marek Kilimajer schrieb: Hendrik Schmieder wrote: Marek Kilimajer schrieb: Hendrik Schmieder wrote: Hello, we have a severe problem with seesions. We use Apache 1.3.31 with PHP 4.3.9 as Apache module in Windows 2000 In our php.ini we have session.gc_probability = 100 session.gc_dividend= 100

Re: [PHP] fopen and http://

2004-10-08 Thread Hendrik Schmieder
elp me out? Thanks What say phpinfo about Registered PHP Streams ? Hendrik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sessions not destroyed

2004-10-08 Thread Hendrik Schmieder
Marek Kilimajer schrieb: Hendrik Schmieder wrote: Hello, we have a severe problem with seesions. We use Apache 1.3.31 with PHP 4.3.9 as Apache module in Windows 2000 In our php.ini we have session.gc_probability = 100 session.gc_dividend= 100 Should be session.gc_divisor OK , changed in

Re: [PHP] Re: Sessions not destroyed

2004-10-08 Thread Hendrik Schmieder
M. Sokolewicz schrieb: are you using the default PHP sessions? or are you using a custom session handler? Hendrik Schmieder wrote: Hello, we have a severe problem with seesions. We use Apache 1.3.31 with PHP 4.3.9 as Apache module in Windows 2000 In our php.ini we have session.gc_probability

[PHP] Sessions not destroyed

2004-10-08 Thread Hendrik Schmieder
session file ist also not deleted if we then stop the apache service. Has anybody an idea ? TIA Hendrik Schmieder -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] pdf_open_pdi_page

2004-10-08 Thread Hendrik Schmieder
any licence, otherwise they shouldn't be described. with best regards Hendrik Schmieder -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] pdf_open_pdi_page

2004-10-07 Thread Hendrik Schmieder
Matt M. schrieb: Do you have a source for your assumption ? to use pdi you need PDFlib Personalization Server (PPS) http://www.pdflib.com/products/pdflib/pps.html I was on that page. There's nothing which comes close to your assumption. with best regards Hendrik -- PHP General Ma

Re: [PHP] pdf_open_pdi_page

2004-10-07 Thread Hendrik Schmieder
assumption ? Hendrik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] pdf_open_pdi_page

2004-10-06 Thread Hendrik Schmieder
", 200, 350); pdf_close_pdi_page($pdf, $page); pdf_end_page($pdf); pdf_close($pdf); $data = pdf_get_buffer($pdf); $fp = fopen ('pdftest.pdf', 'wb'); fwrite ($fp, $data); fclose ($fp); } else echo "pdf_open_file failed \n"; ?> with best regards Hendrik Schmieder -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] exec different result from command line

2003-03-31 Thread Jan-Hendrik
Hi folks ! I've got a strage problem I don't know how to solve: I am calling ImageMagick's identify. If I do that via command line, I get a textline as result with all images. If I do the same with exec or passthru, I only get results with certain image-types. Does anyone have any idea of what t

Re: [PHP] newbee

2003-01-09 Thread Hendrik van Niekerk
Prolem solved. Thanks to all those that assisted me. Hendrik "Joseph W. Goff" <[EMAIL PROTECTED]> wrote in message 004c01c2b813$33f181b0$bdcaa8c0@jg42000">news:004c01c2b813$33f181b0$bdcaa8c0@jg42000... > Without seeing some code I would guess that it is register glo

Re: [PHP] newbee

2003-01-09 Thread Hendrik van Niekerk
Joseph I can get the errors to go away but then my example just shows a blank page! The variable are not being passed through to the .php doc hendrik "Joseph W. Goff" <[EMAIL PROTECTED]> wrote in message 003201c2b803$ada54f60$bdcaa8c0@jg42000">news:003201c2b803$a

[PHP] Newbee observation

2003-01-09 Thread Hendrik van Niekerk
Why does the webmaster not reject messages that are dates > today's date eq there are numerous messages that have dates with year 2010 and up. A moron who does not have the correct computer date on his machine should pack it up and send it back to the company that sold it to them. JMHO -- PHP

[PHP] newbee

2003-01-09 Thread Hendrik van Niekerk
variable typeqty in C:\apache group\apache\htdocs\processorder.php on line 23" this varialbe is defined in the html document exactly as in the php document. now this warning is repeated for all the variables that should have been passed to the php for processing. What am I missing ? thank y

Re: [PHP] Bugs in php 4.2.3.?

2002-10-08 Thread Hendrik Daldrup
Yes, the basic settings are, but some modules differ. Regards, Hendrik Jason Wong wrote: >On Wednesday 09 October 2002 03:14, Hendrik Daldrup wrote: > > >>Hi, >> >>i recently had a problem with a script on a server, which uses php 4.2.3. >>I couldn't f

[PHP] Bugs in php 4.2.3.?

2002-10-08 Thread Hendrik Daldrup
tnuke, xoops and several other scripts with php 4.2.3. Is this a known bug, or is it s.th. like the register_globals thing, where you either need to update the script or set it to "On" in php.ini? Regards, Hendrik -- PHP General Mailing List (http://www.php.net/) To unsubscri

[PHP] php code in templates... how to?

2002-10-03 Thread Hendrik Daldrup
that sounds logical), but is there a way i can make php parse the php code within this string? i thought, that maybe "include" would work that way, but its not possible to include a string, is it? thx Hendrik -- PHP General Mailing List (http://www.php.net/) To unsubscri

[PHP] shell_exec "root" question

2002-08-08 Thread Hendrik Daldrup
Hi, i wrote a script, which runs echo shell_exec("exim -bp"); so it simply gives me the current mail queue. However, it only works when called by user "root", because exim won't let "group" or "others" execute it. So, i cannot use it with apache, because it runs as "nobody". Well, i saw script

[PHP] Re:Re:Re:[PHP] compile php with GD2

2002-03-03 Thread Hendrik
hm, well i allready tried it, but it didnt work, so i chose to add it as a module. ...but the problem is, that i cannot "make" php. I allways get this error: php_gd.h:69: warning: static declaration for `gdImageColorResolve' follows non-static gd.c:92: conflicting types for `gdIOCtx' /usr/include

Re: Re: [PHP] compile php with GD2

2002-03-01 Thread Hendrik
hi again, well sorry about that, it worked when i changed it to: ./configure --with-apxs=/usr/local/apache/bin/apxs --with-xml --with-curl --with-swf=/usr/local/flash --enable-ftp --with-gd=/usr --with-jpeg-dir=/usr/local --with-xpm-dir=/usr/X11R6 --with-png-dir=/usr --with-imap --with-ming=/

[PHP] compile php with GD2

2002-03-01 Thread Hendrik
hi there, i tried to compile php with GD2 support and the following configure line: ./configure --with-apxs=/usr/local/apache/bin/apxs --with-xml --with-curl --with-swf=/usr/local/flash --enable-ftp --with-gd=/usr/lib --with-jpeg-dir=/usr/local --with-xpm-dir=/usr/X11R6 --with-png-dir=/usr --w

[PHP] Re: PHP commands and HTML combobox

2002-02-01 Thread Hendrik Mans
le yy is what will be displayed in your control. Take care, Hendrik -- PHP General 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] ReFilling mySQL Database with CSV file!!

2002-02-01 Thread Hendrik Mans
e. You'll be able to import this into your new phpMyAdmin, or just pipe it into the mysql command line client (assuming you have access to that). Take care, Hendrik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m