Re: [PHP] Chicago PHP Conference

2006-08-14 Thread Paul Reinheimer
ome basic input for ideal time-frames in the FALL >> or >> SPRING of 2007. >> >> Suggested Topics would be great, and offers to be a Speaker by >> well-known responders would also be MOST welcome. > -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Paul Reinheimer Zend Certified Engineer

Re: [PHP] ebay/nusoap example?

2006-03-10 Thread Paul Reinheimer
know how to get started, > coding-wise. (I've setup all the developer tokens and whatnot, so that's > all good.) > > Thanks a lot, > > -- jon > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php >

Re: [PHP] Error compiling php 5.1.2

2006-02-25 Thread Paul Reinheimer
Sat, February 25, 2006 4:08 pm, Paul Reinheimer wrote: > > './configure' '--with-mysql=/usr/local/mysql' > > '--with-apxs=/etc/httpd/bin/apxs' '--with-gd' '--with-png' > > '--with-zlib-dir=/root/zlib-1.2.2' '--enabl

Re: [PHP] Error compiling php 5.1.2

2006-02-25 Thread Paul Reinheimer
Thanks, I've subscribed to and posted to the instalation list. I'm going to try and stay off internals@ if I have a choice. thanks paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Error compiling php 5.1.2

2006-02-25 Thread Paul Reinheimer
;--with-db4' '--disable-eapi' '--with-xsl' '--enable-memory-limit' '--with-libxml-dir=/usr/local/lib/' make ends with collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 anyone got any ideas, or hints on what information I should be giving to make diagnosis easier/possible? thanks paul -- Paul Reinheimer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Getting mail() to return false/0

2004-12-14 Thread Paul Reinheimer
EMAIL PROTECTED]> wrote: > > - Original Message - > From: "Paul Reinheimer" <[EMAIL PROTECTED]> > > > Hi, > > > > I was working with the mail function today to experiment with sending > > a few messages, and threw in the apropriate chec

[PHP] Re: Getting mail() to return false/0

2004-12-14 Thread Paul Reinheimer
Which contridicts my understanding of what the docs state, but explains my predicament. paul On Tue, 14 Dec 2004 20:05:41 -0500, Paul Reinheimer <[EMAIL PROTECTED]> wrote: > Hi, > > I was working with the mail function today to experiment with sending > a few messages

[PHP] Getting mail() to return false/0

2004-12-14 Thread Paul Reinheimer
call: mail("dude", "Daily Feed Update", "body"); When I run that exact call (well, I prepend echo, but you get the idea) it returns 1. I can't for the life of me understand why my MTA would accept an email with a destination of 'dude'. Any thoughts?

Re: [PHP] Re: PHP Security

2004-12-10 Thread Paul Reinheimer
the server for a few moments the hit is far more than 2%. paul -- Paul Reinheimer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] print_r() and SimpleXML

2004-12-02 Thread Paul Reinheimer
SimpleXML documentation > comments that will convert a SimpleXML object to an array. You can then > pass that array to print_r for debugging. > > Find the code here: http://www.php.net/manual/en/ref.simplexml.php > > Cheers, >Rick > > -- Paul Reinheimer Zend Certified Engineer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: print_r() and SimpleXML

2004-11-30 Thread Paul Reinheimer
How silly of me, my apologies. PHP 5.0.2 './configure' '--with-mysql=/usr/local/mysql' '--with-apxs=/etc/httpd/bin/apxs' '--with-gd' '--with-png' '--with-zlib-dir=/root/zlib-1.2.1' '--enable-gd-native-ttf' '--with-ttf' '--with-jpeg-dir=/usr/local/lib/jpeg-6b/' '--with-freetype-dir=/usr/local/lib/f

[PHP] print_r() and SimpleXML

2004-11-30 Thread Paul Reinheimer
[c] => foobar [d] => SimpleXMLElement Object ( [c] => foobar ) ) foobar -- Now, if people agree with me, that this is infact not the desired response. Is this a 'bug' with SimpleXML or print_r? thanks paul -- Paul Reinheimer Zend Certified Engineer -- PH

Re: [PHP] Why cookie is created?

2004-11-08 Thread Paul Reinheimer
saved on the server. paul -- Paul Reinheimer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Accelerator

2004-11-08 Thread Paul Reinheimer
0 > Office: 801.566.0670 > [EMAIL PROTECTED] > www.hyperxmedia.com > > 9000 S. 45 W. > Sandy, UT 84070 > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Paul Reinheimer Zend Certified Engineer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Determining the length (in an audio sense) of an MP3

2004-10-07 Thread Paul Reinheimer
Hi, I am trying to determine the length (in terms of seconds) of an MP3 file. I have seen the ID3 pear project, but I didn't see anything there to tell me how long the song was. There is a fileinfo pecl project, but it doesn't mention MP3s and I couldn't find any good documentation for it (looking

Re: [PHP] Re: Problem compiling PHP5

2004-09-07 Thread Paul Reinheimer
-freetype-dir --with-xpm-dir=/usr/X11R6/ works wonders. Thanks all! paul On Tue, 7 Sep 2004 20:51:14 -0400, Paul Reinheimer <[EMAIL PROTECTED]> wrote: > (i apologize for the direct reply copy of this message, I'm still > getting used to gmail) > > > > I'

Re: [PHP] Re: Problem compiling PHP5

2004-09-07 Thread Paul Reinheimer
(i apologize for the direct reply copy of this message, I'm still getting used to gmail) I've seen the readme before, and it specifies: "On Linux, if you do not use ELF yet you'd better get the binary distribution available from sunsite. Because it's really a pain to build a shared lib and the cur

[PHP] Re: Problem compiling PHP5

2004-09-07 Thread Paul Reinheimer
(I wish this was a forum, so I could edit/update posts) Trying the symbolic link trick in /usr/X11R6/LIB (from .so.4 -> .so) doesnt cut it. PHP needs some of the header files (.h), which are not present anywhere but that /usr/local/lib/xpm-linux directory (which someone correctly surmised I had do

[PHP] Re: Problem compiling PHP5

2004-09-07 Thread Paul Reinheimer
Okay My /usr/X11R6/lib/ has the same files, however, it doesnt have any symbolic links or files ending in .so, ie lrwxrwxrwx1 root root 14 Sep 7 13:03 libXpm.so.4 -> libXpm.so.4.11 -rwxr-xr-x1 root root56220 Aug 22 09:22 libXpm.so.4.11 So when I compile with --

[PHP] Re: Problem compiling PHP5

2004-09-07 Thread Paul Reinheimer
This isnt an NFS mount, should be a pretty plain rhel install. Config.log says: ... configure:30359: checking for jpeg_read_header in -ljpeg configure:30642: checking for png_write_image in -lpng configure:31022: checking for XpmFreeXpmImage in -lXpm configure:31041: gcc -o conftest -g -O2 -Wl,-

[PHP] Re: Problem compiling PHP5

2004-09-07 Thread Paul Reinheimer
On Tue, 7 Sep 2004 18:33:39 -0400, Paul Reinheimer <[EMAIL PROTECTED]> wrote: > Hi, > > I am attempting to compile PHP with the following command: > ./configure --with-mysql=/usr/local/mysql > --with-apxs=/etc/httpd/bin/apxs --with-gd --with-png > --with-zlib-dir=/roo

[PHP] Problem compiling PHP5

2004-09-07 Thread Paul Reinheimer
Hi, I am attempting to compile PHP with the following command: ./configure --with-mysql=/usr/local/mysql --with-apxs=/etc/httpd/bin/apxs --with-gd --with-png --with-zlib-dir=/root/zlib-1.2.1 --enable-gd-native-ttf --with-ttf --with-jpeg-dir=/usr/local/lib/jpeg-6b/ --with-freetype-dir=/usr/local/l

[PHP] Call to undefined function imagettftext()

2004-09-03 Thread Paul Reinheimer
While working with some CAPTCHA stuff I get the following error: Fatal error: Call to undefined function imagettftext(). The PHP Manual states that the function is available in PHP 5 (http://www.php.net/manual/en/function.imagettftext.php), and I have compiled with GD support. What am I missing?