-
Posted to
PHP Community
by
Cellar Dweller
on
07-27-2009, 4:19 PM
He stated what he did because of your name used and the link used within your posts. Most forums have issues with SPAM. Seeing your name and your included link points to such so I'm sure it was a mistake on his part.
-
Posted to
PHP Community
by
Cellar Dweller
on
07-03-2009, 11:51 AM
Ok I got it all sorted now. Everything is working but with the latest 5.3.0 it caused a date issue and also a permissions problem came up with my PHPBB forum but I've fixed everything and all is now well. Thanks for the help.
Here is the New How To: PHP 5.3.0, MySQL 5.4.x, IIS 6, and PHPBB Forum.Install ...
-
Posted to
PHP Community
by
Cellar Dweller
on
07-02-2009, 9:50 PM
For some reason your Edit button does not work on this site. To add to what was in my How To mentioned before was the environment variable for PHPRC. I even removed it during my revert back to no PHP before following the new PHP directions for FastCGI.
-
Posted to
PHP Community
by
Cellar Dweller
on
07-02-2009, 9:46 PM
Here is what I used to do to set up my forum or How To:
Copy php.ini-recommended and paste in same place and rename php.ini edit these lines only by using find
extension_dir = "c:\php\ext\"
doc_root = "c:\inetpub\wwwroot" or whatever your root is on server
uncomment by removing (;) from in front of ...
-
Posted to
PHP Community
by
Cellar Dweller
on
07-02-2009, 8:14 PM
I've had 5.2.10 setup and functioning fine it's 5.3.0 that has actually changed. I've had all the 5.2.x versions working of course with the libmysql way of doing it. I've also had the FastCGI set up on the same server now as well since it was released without any issues.
My issue or the thing I'd ...
-
Posted to
PHP Community
by
Cellar Dweller
on
07-01-2009, 11:23 AM
I had a nice How To for doing PHP for 5.2.x with MySQL in IIS and on Windows 2003 for setting up a PHPBB forum manually with the PHP zip file. I always update my site every time a new PHP and MySQL are released but was surprised of all the changes made to 5.3.0 and don't even know where to start now that files have been dropped and ...