Re: [PHP] RHES 3 - PHP 5.0.x - freetype

2005-04-19 Thread Sasha Dolgy
sorry. does not generate text. doesn't generate any errors either. when i compile the freetype source with a simple ./configure;make;make install then compile php it works fine and displays text Omega... Was more curious to see if anyone had encountered this problem with building on RHES and ho

[PHP] RHES 3 - PHP 5.0.x - freetype

2005-04-18 Thread Sasha Dolgy
27; \ '--with-bz2' \ '--with-jpeg-dir=/usr/lib' \ '--with-png-dir=/usr/lib' \ '--with-ttf=/usr/lib' \ '--with-freetype-dir=/usr/include/freetype2' \ '--with-tiff-dir=/usr/lib' \ '--with-zlib-dir=/usr/lib' \ '--with-get

[PHP] DataObject insert issue: triplicate inserts

2005-02-22 Thread Sasha Sklar
+-+--+-+-++ Can anyone give me a clue? I can provide any other info that is needed. Thanks a lot, Sasha

[PHP] Re: Conflicts between c-client and MySQL

2004-12-17 Thread Sasha Dolgy
Hi, Has anyone else had any success with this? MySQL-client-4.1.7-0 php 5.0.3 /usr/local/imap-2004a/lib/libc-client.a(misc.o)(.text+0x8a4): In function `hash_reset': /build/imap-2004a/c-client/misc.c:278: multiple definition of `hash_reset' /usr/lib/mysql/libmysqlclient.a(hash.o)(.text+0x130):

[PHP] Re: Problem with sessions.

2002-12-20 Thread sasha
as an attachment. Any help would be greatly appreciated! Mike Hillyer Sounds like one server has registered globals on, and the other doesn't. Try changing your print statement like this: print 'The password of ' . $_SESSION['name'] is ' . $_SESSION['pass

Re: [PHP] $_SERVER['DOCUMENT_ROOT'] on localhost

2002-12-20 Thread sasha
p.net/) To unsubscribe, visit: http://www.php.net/unsub.php I run a fairly recent PHP version (4.2+) on my personal machine (IIS on Win2k pro), and it doesn't return a fair number of $_SERVER variables. I just figured it was an IIS issue and worked around it. -- sasha -- PHP Genera

[PHP] array_unique & multi-dimensional arrays

2002-08-19 Thread sasha
); If I leave out array_unique, I am getting all of the appropriate month/year combos in my script while doing a foreach... just one for every single entry in the database for that combo (which is a lot in some cases!). Is there a better way to do this? sasha -- PHP General Mail