[PHP-WIN] web will not SUB, so I will try here

2003-06-30 Thread phpWalter
It seems the web page is not letting me subscribe, so I figured I'd try this
route.

phpWalter




-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-WIN] Apache as a service

2004-10-04 Thread phpWalter
> Hi,
> 
> Can anyone help me with regards to running Apache 1.3.27 on Windows 2000
> Professional Service Pack 4.

Sure, read the files at the URL in my sig.

If you have any more questions, drop me a note.

Walter

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-WIN] apache config question

2004-11-03 Thread phpWalter
> How do I set up permission to access folders and not only specific files
> in these folders with apache...? I can't find the correct line in
> httpd.conf

Folder and file access is controled at the OS level.

Walter

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-WIN] Apache, PHP4, MySQL installation

2004-11-05 Thread phpWalter
> Hello,
>
> I installed Apache 2.0.52 en PHP4.3.9 on a Windows XP SP2 machine.
> Everything runs fine.
> I also installed MySQL 4.1 and it also runs fine.
>
> However when I try to connect to a exisiting database from within a PHP
> script it fails.
>
> I followed several installation tutorials on the net but nu success
> sofar.

#1 - what errors, if any are you getting

#2 - what kind of display ar you getting?

#3 - try this install dox
 http://web.torres.ws/dev/php/walters_way

 Works every time.

Walter

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-WIN] Apache

2004-11-11 Thread phpWalter
> Dear All,
>
> When I add 'LoadModule php4_module C:/PHP/sapi/php4apache2.dll' to my
> Apache httpd.conf it does not want to start-up in XP. When I run it
> without it it starts up. Do I need this to execute php?
>
> Apache 2.0.5
> PHP4

My httpd.conf says...

(actually, it's in my php.conf file, that is INCLUDED into my httpd.conf
file)

php.conf:
   # Win 32 settings
   LoadFile "/etc/php/php4ts.dll"
   LoadFile "/etc/php/extensions/gnu_gettext.dll"

   LoadModule php4_module "/etc/php/sapi/php4apache2.dll"

   # Generic settings
   Action application/x-httpd-php "/etc/php/php.exe"

   ScriptAlias /php/ "/etc/php/"

   AddType application/x-httpd-php .php .phtml
   AddType application/x-httpd-php-source .phps

BTW: Yes, I'm on Windows, 2k3 server in fact.
 No, Volume letters are NOT needed, if everything
 lives on the same volume.
 Yes, this is the EXACT copy on my PC and on my Linux.
 OK, OK, linux has...
 # Linux setting
 LoadModule php4_module modules/libphp4.so
 The proper line is commented out on the proper system.

Since yours and mine (in essence) match, maybe your DLL is corrupt.

Try pulling out another and try again.

Walter

PS: If you have to do dev on both Windows and Linux, check out my
install Windows process to make your life easier.

  http://web.torres.ws/walters_way

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-WIN] PHP, Classes, and PEAR

2004-11-19 Thread phpWalter

> WinXP Pro SP1
> PHP 4.3.9
>
>
> I am still learning PHP so please be gentle with me! LOL
>
>
> I am trying to send mail from my PC.  For some reason it is not working.

I have working code. I'll dig it up and sent it to you.


> So my questions is how do I get PHP to find the PEAR classes?

You have to modify your php.ini file.

You need to add the path to the PEAR classes in the php_include line.

If your interested in a "never fails" (Well, OK, I've heard of 1 instance
some didn't work, but that's 1 out of several hundred) installation and
operation, try...

   web.torres.ws/walters_way

Oh, BTW, you do have access to an SMTP mail relay, right?

Walter

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-WIN] MySQL 4.1 Server

2004-11-30 Thread phpWalter
> Does anyone know where I can download the latest MySQL PHP API to connect
> to MySQL 4.1?

Best API out there...

http://adodb.sourceforge.net/


walter

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WIN] new mysql.dll for php...

2004-12-01 Thread phpWalter
Has anyone compiled the new DLL[s] for MySQL 4.1.7 and PHP 4.x?

Seems they changed the password encryption method and the current DDLs
don't work with new MySQL.

If so, can you post a link so I can pull them down?

Thanks

Walter

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WIN] error handling

2005-01-18 Thread phpWalter
What error handling routines/classes/etc do you use, and why?

Walter

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-WIN] PHP/Javascript question

2005-01-24 Thread phpWalter

> If I wanted to detect a users screen resolution, would I be better off
> using PHP (if possible) or JavaScript?

You have to use JS and have it report back to your server so your PHP can
work with it.

Simple!  ;)

Walter

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WIN] PHP 4.4.x and TIDY

2006-03-15 Thread phpWalter
I *really* need to get this going on my PHP 4 XP box.

Anyone have any ideas?

I have 2 DLLs:
 * php_tidy.dll  24.0 KB  Thursday, February 16, 2006, 10:54:02 AM

 * php_tidy.dll  7.30 KB  Wednesday, March 15, 2006, 10:43:10 AM

Neither file will not generate an error

Neither file will show up in my phpinfo.php file.

Neither file will work, based upon examples on the tidy page...

   http://us2.php.net/tidy

Yes, I used the PHP4 refence code near the bottom, not the examples in the
"real" docs, as they are for PHP5 only.

I added this to my php.ini file...

   extension=php_tidy.dll

Is this the wrong place to put this, or the wrong code to turn TIDY on?

Any ideas?

Walter

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-WIN] Problem with php on vista home preminum

2009-09-15 Thread phpWalter
If you want to use a system that has worked on every Windows version since
Windows 95, drop over to web.walters-way.com.

Follow those instructions and you'll have Apache, PHP, mySQL, with SSL and
CVS/SVN (with keys!) running in less than half hour. A little longer if you
want virtual domains and user accounts.

Walter

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php