[PHP-INSTALL] bug 23621

2004-02-09 Thread Cool Moe
Hey everybody, At bug http://bugs.php.net/26321 - there is a bug for building PHP5 on Mac OS X Panther with Apache 2 that denotes that the problem - a multiple symbol definition problem during make - is a bug in Apache. I'm trying to build PHP 4.3.4 in Mac OS X Panther (10.3.2) on two different h

[PHP-INSTALL] idea for list admins re: [PHP-INSTALL] fight the autoresponders

2004-02-02 Thread Cool Moe
rt rep. who asked if there was > something wrong with > "the PHPHPn my hosting" space, or that "EaEarthlinks > unable to assist > customers in matters involving PHPHProgramming" and > the like. It's a noble > effort, but seems to be a futile one. > >

[PHP-INSTALL] fight the autoresponders

2004-02-01 Thread Cool Moe
I really hate that I have to reply to people directly, due to the crapload of autoresponders, so I've taken to harassing the owners of them on their own websites. Check it, I posted the following on this messages board: http://www.workerscompensation.com/cgi-bin/teemz/teemz.cgi?board=_master&for

Re: [PHP-INSTALL] mysql_num_rows error message

2004-02-01 Thread Cool Moe
Shlomit, It's hard to tell what's wrong without seeing the code that is giving you the error, but I do have a suggestion for you below. In the meantime, you may find this link helpful: http://www.php.net/manual/en/function.mysql-num-rows.php There, the manual says that the function is only good

Re: [PHP-INSTALL] Problem compliing on Solaris 7, Sparc, GCC 3.3.2

2003-12-16 Thread Cool Moe
led, and you can check (sorry if you know all this) by typing 'pkginfo | grep SMCbinutils' If you wish to compile the gnu binutils from source, you can grab the source from ftp://ftp.gnu.org. CM > Moe, > > ld and as is sun's from the Solaris 7 3/99 > installation

[PHP-INSTALL] autoresponders

2003-12-15 Thread Cool Moe
Perhaps I should direct this inquiry elsewhere, but I'm new to this list, and I don't understand why every time I reply to someone's message I get no less than 7 autoresponse messages from spam filters/servers stating that their address is no longer active, etc...? I'm sending plain text emails, i

Re: [PHP-INSTALL] Problem compliing on Solaris 7, Sparc, GCC 3.3.2

2003-12-15 Thread Cool Moe
Richard, Most of my solaris compiling problems were due to the fact that some of my compiler tools would be GNU, while others would be the native sun ones (for instance the compiler is gcc, but the linker (ld) is /usr/ccs/bin/ld, and make is not gnu make, but the Sun version). So check using 'whi

Re: [PHP-INSTALL] Browser displays source of php files instead of supposed output on random basis

2003-12-15 Thread Cool Moe
Stephan, Please don't be insulted by this, but is the PHP module listed in your httpd.conf file? In Apache2 you need to have: LoadModule php4_module modules/libphp4.so whereas in Apache 1.3 you had to LoadModule AND AddModule. Also, I split my add type parameters up (this shouldn't be a problem

[PHP-INST] fopen to check if file exists

2001-12-08 Thread moe
I am using this function: function isAfile($url){ $fp = @fopen("$url","r"); if ($fp) { //print "The file exists!"; return 1; } else { //print "The file does not exist"; return 0; } } to check if a remote file exists... now the problem is that the URL's i am try

[PHP-INST] include with success warning

2001-11-27 Thread moe
Hi... i made an include in a php page... when i try to load the page i get Warning: file("http://mp3italia1.fit.dooyoo.it/servlets/DooyooConnector?template=item &sessionID=&sponsor=1&order=default&itemID=37066") - Success in /home/admin/www/hardware/index.php on line 67 Now if i go here: http://