[PHP-INST] RE: [PHP-WIN] PHP meetup [CROSS-POST] Meet other PHP Developers in Your Area

2002-07-12 Thread C. Hendrie
Tho, when you think about it, most PHP developers COULD use a dating service. :) Seriously tho, this is a good idea. Thanks for the info Jay. ~ Chris D.O.D -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 12:24 PM To: [EMAIL PROTECTED]; [EMAI

[PHP-INST] Re: Apache 2.0.39 + PHP 4.3.0-dev won't run since PHP 4.3.0-Alpha 2?

2002-07-12 Thread Christian Stadler
Hi, Sorry, I've forgot to say, that I'm running PHP as an Apache-Module. Yours, Christian Stadler -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Apache 2.0.39 + PHP 4.3.0-dev won't run since PHP 4.3.0-Alpha 2?

2002-07-12 Thread Christian Stadler
Hi, I just tried to install the newest Snapshot of PHP 4.3.0-dev with my Apache 2.0.39 running on Win2k, but when I tried to start my Apache again, it crashed. After that I've tried to install the Alpha 2 of PHP 4.3.0 with no success crashing my Apache again. Then I've reinstalled the older Snaps

[PHP-INST] MySQL/PHP cooperation issues

2002-07-12 Thread James Doig
help! I installed php 4.2.1 with apache 1.3.26 and MySQl max 3.23... the php works but it doesn't cooperate with the MySQL server. I am assuming it is a setting problem. It seems that the database isn't communicating with the server. thanks for any help you can give! -James -- PHP Install Ma

Re: [PHP-INST] php4 on win2000 and apache1.3

2002-07-12 Thread toby -
im sorry sean ... i didnt quite get ur point ... :S toby _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http:

Re: [PHP-INST] Installation and Configuration of PHP 4.2.1 and Apache 1.3.2 on Win98

2002-07-12 Thread Matthew Kurowski
Tom wrote: > Also do you know when I can find an Oracle oci8 > driver dll for PHP? Thanks. http://www.php4win.de used to have it. I just went there though and they still don't have the new website up. I'll check around at home but I haven't used Oracle (last on my Netware box) for a long ti

Re: [PHP-INST] Unable to pass variables through URL with '?'

2002-07-12 Thread Chris Hewitt
Eckstein, David wrote: >Hello, > >I'm having a bit of trouble passing variables to PHP scripts and am hoping > Reading the release notes for a modern php version, it states that register_globals is off by default. Its better if you leave if off and use $_GET['var'] or $_POST['var'] instead of

Re: [PHP-INST] apache error: failed to get a socket for port 80 (W98)

2002-07-12 Thread Chris Hewitt
Uwe Birkenhain wrote: >Hi, >I tried to install apache 1.3.26 under Win98 on my laptop, >but all I'll get is the DOS-Box with the error message: >"make_sock: failed to get a socket for port 80" > No PWS? What happens if you specify a different socket (e.g. 8080) in httpd.conf? HTH Chris -- PH

[PHP-INST] Landscape Printing

2002-07-12 Thread Salvador Gil
I'm trying to print in Landscape Format, but I can't. The instruction I'm using are: $handle = printer_open("SRV_MEX\La_2_1"); printer_start_doc($handle, "Aviso Prorroga"); printer_start_page($handle); printer_set_option($handle, PRINTER_ORIENTATION, PRINTER_ORIENTATION_LANDSCAPE); ... my

Re: [PHP-INST] Installation and Configuration of PHP 4.2.1 and Apache 1.3.2 on Win98

2002-07-12 Thread Matthew Kurowski
One other thing... make sure you _have_ the extensions... the windows installer thing gives you very little - no extensions per my recollection. If you don't download the zip and extract it's contents to c:\php. Best, Matthew Kurowski -- PHP Install Mailing List (http://www.php.net/) To unsubs

Re: [PHP-INST] php4

2002-07-12 Thread Matthew Kurowski
Are your extensions really in c:\php and not c:\php\extensions or c:\winnt\system32? Unless those extension dll's are there right in that c:\php it's not going to work. So either change your path or copy the dll's to c:\php. Just what comes to mind first... Best, Matthew Kurowski - Origin

[PHP-INST] php4

2002-07-12 Thread Tom Mac
Hi All, I've been trying to configure PHP4.2.1 to work with Apache 1.3.2 on Windows 98. I tried both as a SAPI module or as a CGI setup, but had no luck. Can someone help please? Thanks. I have the snippets from my conf files below: PHP Installation Directory --> c:\php 1. SAPI Set

php-install Digest 12 Jul 2002 17:17:36 -0000 Issue 928

2002-07-12 Thread php-install-digest-help
php-install Digest 12 Jul 2002 17:17:36 - Issue 928 Topics (messages 7698 through 7704): [security] logging source of mail()-use 7698 by: Sam Baum Unable to pass variables through URL with '?' 7699 by: Eckstein, David 7700 by: Moraes, Fabio apache error: failed to

[PHP-INST] Installation and Configuration of PHP 4.2.1 and Apache 1.3.2 on Win98

2002-07-12 Thread Tom Mac
Hi All, I've been trying to configure PHP4.2.1 to work with Apache 1.3.2 on Windows 98. I tried both as a SAPI module or as a CGI setup, but had no luck. Can someone help please? Thanks. I have the snippets from my conf files below: PHP Installation Directory --> c:\php 1. SAPI Set

[PHP-INST] PHP meetup [CROSS-POST] Meet other PHP Developers in Your Area

2002-07-12 Thread Jay Blanchard
No, it's not a dating service :) Want to meet other PHP developers in your area? Check out: http://php.meetup.com/ Pretty nifty idea... especially given the lack of user groups in the U.S. [/snip] I thought for others who had not seen this I would post this. There is probably already a user

Re: [PHP-INST] apache error: failed to get a socket for port 80 (W98)

2002-07-12 Thread Matthew Kurowski
If you can't telnet to port 80 when Apache is down, then there is nothing listening at that port (assuming you don't have a local firewall that would allow a port to register but not allow data through/in/from). So: telnet localhost 80 ... when apache is stopped and see what comes back. And st

[PHP-INST] apache error: failed to get a socket for port 80 (W98)

2002-07-12 Thread Uwe Birkenhain
Hi, I tried to install apache 1.3.26 under Win98 on my laptop, but all I'll get is the DOS-Box with the error message: "make_sock: failed to get a socket for port 80" I have no other process running which might use port 80 (as far as I know). Is the problem perhaps, that there is NO network adapt

RE: [PHP-INST] Unable to pass variables through URL with '?'

2002-07-12 Thread Moraes, Fabio
set register_globals to "on" in your php.ini or use global variables. --- Fabio Moraes [EMAIL PROTECTED] +55 21 3088 9548 -Original Message- From: Eckstein, David [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 11:02 AM To: '[EMAIL PROTECTED]' Subject: [PHP-INST] Unable to pa

[PHP-INST] Unable to pass variables through URL with '?'

2002-07-12 Thread Eckstein, David
Hello, I'm having a bit of trouble passing variables to PHP scripts and am hoping someone can help me. I am running php4isapi.dll on an NT4 server running IIS5. When I try to pass a variable such as: test.php?quid=4 to a script like: I get the error message: Notice: Undefined variable: q

[PHP-INST] [security] logging source of mail()-use

2002-07-12 Thread Sam Baum
Hi, is there a way to configure PHP, or Postfix so, that i can trace the source of mail()-uses? I dont want to disable the command. But in the current state the use just leaves the userid of the web-server in the mail-logfiles. The only idea i have is to insert a syslog-call that writes the s