Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kherge

    PHP MySQLi PDO Errors

    @jpadie: I took your advice and made the PDOs shared. Thanks. Hmm, compiled PHP and did the make test. 7 tests failed and it asked me to send the report since I may have found a bug in PHP. It had somethings to do with the following: date OO cloning Bug #16069 iconv stream filter IPv6...
  2. kherge

    PHP MySQLi PDO Errors

    I haven't explicitly stated anywhere that I wanted static or shared. I don't know how much an impact that would have on what I plan on doing. I recompiled MySQL without the embedded server option and it worked. Just need to fix all other missing libraries. Thanks, jpadie.
  3. kherge

    PHP MySQLi PDO Errors

    Built from source and set the prefix to /usr/local/mysql but I'm still getting the same error message.
  4. kherge

    PHP MySQLi PDO Errors

    Thanks, trying that right now.
  5. kherge

    PHP MySQLi PDO Errors

    I am trying to install PHP v5.2.5 on Redhat ES 3 but I keep receiving this error during the build configuration: Here is how I am configuring PHP for the build: ./configure --with-apxs=/usr/local/apache/bin/apxs \ --with-mysql=/usr/local/mysql \...
  6. kherge

    PHP 5.2.5 installation

    http://autoindex.sourceforge.net/forum/apache.php?id=2
  7. kherge

    Using Apache 2, Perl, PHP in Mac OS X Leopard

    Actually I meant to ask if Apple had their own package for MySQL. I couldn't find it so I downloaded and installed one from MySQL's website.
  8. kherge

    Using Apache 2, Perl, PHP in Mac OS X Leopard

    To install MySQL 5, would I need to grab the package from MySQL's website? I already have it installed but I just wanted to know if there is a better way of doing it.
  9. kherge

    Using Apache 2, Perl, PHP in Mac OS X Leopard

    Hello I'm new to the Mac operating system. As a developer, I like installing the interpreters I'll be using along with an IDE to use with them. What I want to know is how do I configure Apache 2 to run in Leopard? I don't know if Apache 2, Perl, and PHP 5 were installed after I installed...
  10. kherge

    PHP script not working! Headers already set?

    I'm not sure if this is what is happening to you or if you're even on a free web host, but: On free web hosting sites that I've used, the server will try to inject its own HTML to display advertising on the website. This may be messing up your output.
  11. kherge

    Free software licensing?

    Ah yes, I see it. Thank you.
  12. kherge

    Clearing the screen in Windows XP?

    I remember trying that before. I tried it again anyway in case the previous example I used was wrong. My result was (left arrow being the single character version of <- ): (left arrow)[H(left arrow)[2J I am not sure if it something in my code so I will provide a link to my repository...
  13. kherge

    Free software licensing?

    I am not sure if this is the correct forum to be posting this so please redirect me to the appropriate location if necessary. I want to release a few of interpreted language scripts I have written to the public as free software. Since I have little knowledge of how licensing works, I decided...
  14. kherge

    Clearing the screen in Windows XP?

    I have searched Google for about a day or two now and I did find a few examples. Unfortunately none of them worked. What I would like to accomplish is the ability to clear the screen while in command (cmd). I have tried the following examples but none have worked: system( "cls" ); passthru(...

Part and Inventory Search

Back
Top