[PHP] network connections

2001-09-07 Thread J.R. Lillard
i've got a command-line php script that i've been using to deliver large amounts of e-mail. originally it relied on mail() to deliver the messages but i could easily overload sendmail and bring the box (redhat 7.1) to a crawl. so i am now using the various network functions to speak smtp

[PHP] gd 2.0

2001-04-07 Thread J.R. Lillard
has anyone gotten php to compile with gd 2.0? i know gd 2.0 is still in beta, but i was able to compile and install it without any problems. when compiling php, however, i end up with some error in regards to the libmysql extension. if i switch back to gd 1.8, all works fine. -jr -- PHP

[PHP] working with jpegs

2001-04-03 Thread J.R. Lillard
i've only been using the php image functions for about a week now. i understand that jpegs have their own custom color pallette. so whenever i want to add something to an existing jpeg, the only colors i have to work with are the ones that are already defined. hence the purpose of