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
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
>
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
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
;--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
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
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
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?
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
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
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
[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
saved on the
server.
paul
--
Paul Reinheimer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
-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'
(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
(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
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 --
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,-
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
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
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?
23 matches
Mail list logo