[PHP-WIN] CVS for win

2001-03-09 Thread Paul Meagher
Does anyone have any recommendations for what windows-based CVS package is the best? I am wanting to contribute to a soureforge project so it would be nice if the package played nice with whatever linux-based package they run. Also, when doing development locally, is there a choice between just

[PHP-WIN] Dynamic image, what size?

2001-03-09 Thread Martin Verstegen
Hi, I make a button with use of: $im = ImageCreate(50,50); At the end of this story I send it to the output stream: ImagePNG($im); Now I want to know how much memory I sended to the output stream. How do I do that? filesize (“image.png”); doesn’t work because it’s not a physical thing. Regards

RE: [PHP-WIN] Strip text from HTML

2001-03-09 Thread Michael Rudel
Hi Mangiola, yes you can. If the html-document is local on your server, you can "fopen" it an then parse line for line like this: " ) === false ) { echo $line; break; } } fclose( $fp ); } ?> ... And if it's on a remote Host, then do

[PHP-WIN] Resource for PHP and other technologies

2001-03-09 Thread narsu
I developed this site http://www.hytes.com for techical resource for developers. Please take a look and let me know your feedback. Thanks Narsu -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

RE: [PHP-WIN] Grabbing a Win2K username...

2001-03-09 Thread Michael Rudel
Hey Evan, Since you R using W2K, you could use the NTLM-Authentification, but it only works with M$-IE =8( If your company is only using M$-IE (yes, this could happen =8), then you can write me for further details. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___

[PHP-WIN] Re: Weekly Update

2001-03-09 Thread newbrightconceptz2321
-WEEKLY UPDATES- BREAKING NEWS... RECORDS WERE BROKEN... AND MILLIONAIRRES WILL BE MADE!! THE ADVANTAGES OF BEING ON OUR TEAM ARE: -YOU WILL GET PAYED NEXT WEEK! -WE WILL BUILD ONE SIDE OF YOUR BUSINESS FOR YOU! -WE WILL PROVIDE YOU WITH FREE NETWORKER LEADS SPECIFIC TO THIS OPPORTUNITY -WE WI

RE: [PHP-WIN] PHP 4.0.4p1 (ISAPI) crashing on IIS

2001-03-09 Thread Asendorf, John
Most of us have... go with the CGI version for now... - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Aut insanit homo, aut versus facit > -Original Message- > F

[PHP-WIN] Exec and System

2001-03-09 Thread Randall Barber
I want my PHP script to execute an external program (which creates a file), then php opens this file and fpassthru(..) the file to the browser. The external exe needs a commandline arguement. This is what I have tried: exec("c:\\path\\to\\exe\\myProg.exe myValue=123456789"); This, along with s

[PHP-WIN] IIS Index Server COM

2001-03-09 Thread Matthew Podwysocki
I'm reworking some parts of php index server page and I ran into an access violation of "PHP has encountered an Access Violation at 01A63A11". It happens when I try to execute this "$RankField = $RS->Fields("rank");" I can pass along more. Can anyone help me? Regards, Matthew Podwysocki -- P

[PHP-WIN] Benchmark humor

2001-03-09 Thread Chris Adams
I was running some simple database performance tests this morning using PHP and Cold Fusion using MS SQL on an NT box. On my first test, I did a number of select statements. To my surprise, Cold Fusion (using OLEDB) came in at 4 seconds to PHP's 8. When I looked at the inner benchmark loops, I fou

[PHP-WIN] RE: Echoed Status and Content-type Problem

2001-03-09 Thread Fernando Madruga
Does it happen ONLY on this page? Do you write or echo ANYTHING before the header()? What is the value for error_reporting on your PHP.INI? Can you make the source available if all else fails (copy it to .phps and give us the url for that one)? HTH, Fernando Madruga -Original Message-

[PHP-WIN] RE: CGI error?

2001-03-09 Thread Fernando Madruga
Do you NEED to run PHP instead of using mod_php? I use mod_php and I get my error handler executed if the .php file requested does not exists... Besides, using mod_php is faster than running the external php.exe... :) HTH, Fernando Madruga -Original Message- From: [EMAIL PROTECTED] [ma

[PHP-WIN] PHP 4.0.4p1 (ISAPI) crashing on IIS

2001-03-09 Thread Martin Kemp
Hi folks, Has anyone else had any trouble getting the ISAPI version of PHP4 to work with IIS (the default one that comes with win2k pro - sorry, I can't remember what version number) on a regular basis? I've found that it works fine for the first couple of pages (in the same session) and then con

Re: [PHP-WIN] Echoed Status and Content-type Problem

2001-03-09 Thread Pablo Vera
Charles: I suggest that you run your script from the command line and see what is going on. If something wrong happened, like an error, this output from PHP will corrupt the header and then, part of it will go to the browser as output. This is why you are seeing that information in your browser

RE: [PHP-WIN] HELP ON IIS4 & PHP4.0.4pl1

2001-03-09 Thread Martin Kemp
You're not alone in having had this problem - I upgraded a machine from win98 to win2k and spent about a day banging my head against a wall trying to get PHP to work (it wasn't even finding the executable), and then realised at about 9pm that I was installing the .dll and .ini file to c:\windows,

php-windows Digest 9 Mar 2001 16:06:07 -0000 Issue 482

2001-03-09 Thread php-windows-digest-help
php-windows Digest 9 Mar 2001 16:06:07 - Issue 482 Topics (messages 5892 through 5912): ImageJpeg 5892 by: Barry CGI error? 5893 by: OoCobra97.aol.com Newbie: Help on mySQL !!! 5894 by: Mujahid what does this error message mean 5895 by: James Makunike HEL

[PHP-WIN] Help? GD Lib w/Win NT 4 Installing..........

2001-03-09 Thread Schollnick, Benjamin
Folks, I just checked and this isn't in the faq, and I can't seem to figure this one out on my own... I'm evaluating DCL (Double Choco Latte) for use at work, and some of it's features require the GD Library... I can't seem to find: 1) H

Re: [PHP-WIN] HELP ON IIS4 & PHP4.0.4pl1

2001-03-09 Thread Florian Poizac
Thanks for your reponse I add total control for the system,admin,all the world to php.ini but this is again the same probleme So my WinNt install directory is c:\winnt.sbs does it can be the prob Cheers - Original Message - From: Phil Driscoll <[EMAIL PROTECTED]> To: Florian Poizac <[E

[PHP-WIN] Grabbing a Win2K username...

2001-03-09 Thread Evan Roberts
Hey all, Here's sort of a weird off-the-wall question: Our network is primarily Win2K. Being in the purchasing department, I have created a form that will allow employees to fill out what they want and submit it, which then sends it as an email to their manager for approval. This takes a lot of

[PHP-WIN] Re: Echoed Status and Content-type Problem

2001-03-09 Thread Vladimir V. Bashkirtsev
> > Because script redir.php3 must not have header command... Same header is > > generated by web server. Thus browser really receives such header twice - > > first used to control page contents and second one become page contents. > If > > you will check page contents you will find this header be

[PHP-WIN] Re: Echoed Status and Content-type Problem

2001-03-09 Thread Charles Williams \( CEO ACNS \)
- Original Message - From: "Vladimir V. Bashkirtsev" <[EMAIL PROTECTED]> To: "Charles Williams ( CEO ACNS )" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "Linuxsa" <[EMAIL PROTECTED]>; "Cobalt Users Group" <[EMAIL PROTECTED]>; "Apache Server mailing list" <[EMAIL PROTECTED]> Sent: Friday, Ma

[PHP-WIN] Re: Echoed Status and Content-type Problem

2001-03-09 Thread Vladimir V. Bashkirtsev
> This should not be there. There is a header() call in the redir.php3 script > as follows: > > > header("Status: 200 OK"); > > > Why is this echoing on the browser screen? Also, the Content-type: > text/html is nowhere in the scripts and still being echoed. Because script redir.php3 must not

[PHP-WIN] Echoed Status and Content-type Problem

2001-03-09 Thread Charles Williams \( CEO ACNS \)
Hey all, I have a weird problem here that maybe somebody out there can shed some light on. If you go to this URL: http://www.acns-online.com/chuck/stories/op/storiesView/sid/3/ you will notice at the top of the page the following output: Status: 200 OK Content-type: text/html This should not b

[PHP-WIN] GD image error: Unable to Open Temp File

2001-03-09 Thread John E. Haag
Hi all, I have been using PHP for a long time, but have very little experience under Windows. I am also *not* the system admin for the box where PHP is running...but will pass along whatever you folks can offer... GD functionality is installed with PHP 4.0.4 pl1 running on an NT box. However,

[PHP-WIN] Strip text from HTML

2001-03-09 Thread Mangiola Nunzio Datavia
Hi I'd like to strip the first paragraph of a html document and display it. basically the introduction and no more. Is this possible? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the l

Re: [PHP-WIN] PHP and IIS5

2001-03-09 Thread Phil Driscoll
If you've installed php as an ISAPI module, you could try installing it as a cgi instead (change script mappings from php4isapi.dll to php.exe and remover php4isapi.dll from the filters list). The cgi version is only run on demand so it can't possibly interfere with the management console. If you

[PHP-WIN] PHP and IIS5

2001-03-09 Thread Jimmy
Since we installed PHP on our webserve the Internet Service Manager take ages to start. This also occurs when we try to show properties for a file in the file system. Does anyone knows what the problem might be, and how i do to fix this? -- PHP Windows Mailing List (http://www.php.net/) To uns

[PHP-WIN] RE: gdImageColorAllocate(), self-explained

2001-03-09 Thread Fernando Madruga
I don't think its an 'inexplicable' limitation... AFAIK, the gif file format is a palette-based file format, and it is limited to 256 colors... If the library was designed to create gif files, it should have the same limitations as the generated file format... Yours truly, Fernando Madruga ---

Re: [PHP-WIN] HELP ON IIS4 & PHP4.0.4pl1

2001-03-09 Thread Phil Driscoll
php.ini should be in c:\winnt, and nowhere else - otherwise it's anybody's guess which one will get used! Get rid of any copies you have made elsewhere, and then check that the php.ini in c:\winnt has read access for IUSR_. Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dia

[PHP-WIN] RE: [PHP] Problem using readfile

2001-03-09 Thread Fernando Madruga
What are the contents of $type? When opening the file directly, the browser will probably use the specified $type information, as opposed to the explorer using the file extension when the user saves it to disk, so the problem may be that $type is not correct... ;) HTH, Fernando Madruga -Or

[PHP-WIN] png creation

2001-03-09 Thread 0000051
how can I compile PHP with GD library of image functions. png creation outputs empty box

RE: [PHP-WIN] HELP ON IIS4 & PHP4.0.4pl1

2001-03-09 Thread Mangiola Nunzio Datavia
Did you read the install.txt and set up IIS4.0 to see the php.exe? > -- > From: Florian Poizac[SMTP:[EMAIL PROTECTED]] > Sent: Friday, March 09, 2001 10:32 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] HELP ON IIS4 & PHP4.0.4pl1 > > I had intall php with automat

[PHP-WIN] HELP ON IIS4 & PHP4.0.4pl1

2001-03-09 Thread Florian Poizac
I had intall php with automated installation (CGI). I have a probleme on configuring php. it seem he can't read php.ini so i can't load library, change session file directory ... but i copy php.ini in c:\winnt, c:\winnt\system, c:\winnt\system32 Can anyone help me Thanks in advance

[PHP-WIN] what does this error message mean

2001-03-09 Thread James Makunike
Cannot find module (IP-MIB): At line 0 in (none) Cannot find module (IF-MIB): At line 0 in (none) Cannot find module (TCP-MIB): At line 0 in (none) Cannot find module (UDP-MIB): At line 0 in (none) Cannot find module (SNMPv2-MIB): At line 0 in (none) Cannot find module (SNMPv2-SMI): At line 0