[PHP] DBA / DB2/3/ GDBM Failures

2003-02-21 Thread Mitch Vincent
I've tried all of the DB libs and I can't get any of them to compile/work properly.. For GDBM I get : Driver initialization failed for handler: gdbm: Bad magic number For the rest I just get Driver initialization failed for handler: Where is db2 db3 etc.. Can anyone tell me what the the tric

[PHP] 4.3.0pre2 Mcrypt Compile failure

2002-10-28 Thread Mitch Vincent
OS 10.2.1 - Latest libmcrypt. Seems to have something to do with compatibility with older mcrypt libs, but even after some hacking I couldn't get it to work right... gcc -Iext/mcrypt/ -I/Users/mitch/desktop/php-4.3.0pre2/ext/mcrypt/ -DPHP_ATOM_INC -I/Users/mitch/desktop/php-4.3.0pre2/include

Re: [PHP] php_flag in httpd.conf

2002-09-07 Thread Mitch Vincent
re the problem is. > > Jason Reid > [EMAIL PROTECTED] > -- > AC Host Canada > www.achost.ca > - Original Message - > From: "Mitch Vincent" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, September 07, 2002 9:39 PM > S

[PHP] php_flag in httpd.conf

2002-09-07 Thread Mitch Vincent
Though the manual says it's possible I have bene unable to turn the PHP engine on and of per *directory*.. Towards the top of the httpd.conf file I have : Options FollowSymLinks AllowOverride None php_flag engine off Then further down for a directory I need PHP in I have

[PHP] Apache 2 support broken?

2002-07-23 Thread Mitch Vincent
With php 4.2.2 I get this when trying to compile with apache 2 support: Making all in apache2filter /bin/sh /usr/local/download/apache/php-4.2.2/libtool --silent --mode=compile gcc -I. -I/usr/local/download/apache/php-4.2.2/sapi/apache2filter -I/usr/local/download/apache/php-4.2.2/main -I/usr/lo

[PHP] OS X Problems

2002-05-13 Thread Mitch Vincent
Hey guys, I just installed PHP 4.2 on my Powerbook this past week and started developing on it.. I use the Smarty template engine (smarty.php.net) and I started having a lot of trouble with it yesterday. Several people on the smarty list said that it was a problem with PHP 4.2 and OS X.. Smarty ma

[PHP] PDFLib Segfault

2002-01-07 Thread Mitch Vincent
Hello again list, I hope someone out there can help me out with this problem... My PDF creation scripts that work on other servers with virtually identical configuration segfaults Apache on my newest server.. I've been able to track the problem down to PDF_open_image_file() -- anytime this is cal

[PHP] PHP's OO is bad?

2001-05-12 Thread Mitch Vincent
"Overusing OO features: PHP is not an object oriented language, while it does provide object oriented features, you should always be conscious of the fact that using PHP's object oriented features will significantly slow down your code." - a quote taken from Sterling Hughes' "top 21 PHP programmi