[PHP] PHP6 - MySQL 4.1.20

2007-11-21 Thread Hayden Livingston
Hello, So I've been trying to compile PHP6 with MySQL 4.1.20 and it seems, I keep getting compile errors. It complains for MYSQL_TYPE_VARCHAR. I don't want to use the MySQLND, because we use MySQL 4.1.20 with old_password = 1 ... so any suggestions on how to compile PHP 6 CVS with MySQL 4.1? --

[PHP] Dynamic include path setting?

2007-11-17 Thread Hayden Livingston
Hello, I was wondering if this is possible? It seems in the apache mailing list, that it is not possible per se, but any workaround thoughts? php_value include_path .:/libraries/$1/php/lib SetEnv PERL5LIB /libaries/$1/perl/lib Thanks, HL -- PHP General Mailing List (http://www.php.net

[PHP] Bundled GD compiling?

2007-07-21 Thread Hayden Livingston
I'm confused as to certain issues regarding the bundled version. The documentation says:: "To use the recommended bundled version of the GD library (which was first bundled in PHP 4.3.0), use the configure option --with-gd. GD library requires libpng and libjpeg to compile." "Note: When compil