[PHP] How can I do this correctly? Trying to get gd to work...

2002-01-08 Thread Joelmon2001
with dl() function. Thanks for your time. Even though I read php.net's support on dl, I still cannot get it to work, so I figured I'd ask (if I may) The syntax was: ? dl(libdg.so) ? ERROR: Warning: Unable to load dynamic library './libdgso' - ./libdgso: cannot open shared object file: No

[PHP] Question about php.ini and dynamic extensions

2002-01-08 Thread Joelmon2001
Hello, if I want to be able to load dynamic extensions via php, do I just go to php.ini and under ;; ; Dynamic Extensions ; ;; Do I just add the extensions I need? extension=msql.so extension=gd.so extension=xml.so making sure they are

[PHP] Question about Php/Mysql. Unsure if it's enabled.

2002-01-07 Thread Joelmon2001
Hello, my subject is a bit confusing, I bet. I need a bit more speace to explain this situation. Ok, basically I only configured php with apxs However, I noticed the mysql was supported (It said so on php info page) How is that possible? I never tested a mysql script yet on this server

[PHP] Is the 'dl' function a bad idea to use?

2002-01-05 Thread Joelmon2001
Hey, thanks for your time. You are busy, so I'll be brief A.) If I were to use it, for a gd or mysql library, not oftenly, certainly not more than 100 requests per day, would it affect the server negatively? B.) Is there a delay in using it as oppossed to compiling them during installation

[PHP] Quick question about recompiling with GD library

2002-01-02 Thread Joelmon2001
Hello, I have png/jpeg support and gd 1.8.3 I see, however, some linux ./configure examples that just use --with-gd and no --with=/usr/local/png or whatever the question is, would --with-gd be enough to create/add text to jpeg/png or *only* if they are included? Just want to double check

[PHP] Question about using libraries without ./compile --with-library

2001-12-27 Thread Joelmon2001
I know you can use ./configure --with-gd to compile gd with php and same with ming, to make flash movies, for example However, I noticed on source code one tutorial showed the php script link straight to the ming .so file, which made me wonder *IF* that was because they didn't use

[PHP] ./configure error. won't let me continue...

2001-12-21 Thread Joelmon2001
Hello. I am trying to ./configure and I have many options I want to add. I receive an error which is further below. It comes after I type this endless ./configure which you see below as shown via telnet: [root@www php-4.0.5]# ./configure --enable-bcmath --enable-ftp \ --enable-safe-mode

Re: [PHP] Re: Mommy, is it true that...?

2001-12-20 Thread Joelmon2001
how does one prevent a hacker deleting tables or what not? This is a topic I do not know enough about, thanks for opening my eyes to this matter joel

[PHP] Hello, q about ./configure (php) on linux

2001-12-19 Thread Joelmon2001
Hello, I have a question, I just want to confirm something When I use the -- with in ./configure such as: --with-png-dir=/usr/local for LIBPNG My libpng is actually located (The top level directory) at: /home/sites/home/users/admin/libpng-1.2.1 however, libpng.so is at /usr/local/lib which

[PHP] how to get postscript to work with php/gd?

2001-12-18 Thread Joelmon2001
Does anybody know? I know gd I edit the makefile and can support older version of freetype however, for certain reasons I can't install freetype 2, and I was considering postscript fonts Does anybody know from experience how to get gd/php working with them? the goal is just better font

[PHP] Q about php with gd

2001-12-16 Thread Joelmon2001
Hello, just wondering if I want to get the most out of gd 2+ with php does it require freetype 2+? Or can I get away with freetype 1.35? Thanks Joel

[PHP] Best book you've used/or one can use to learn php?

2001-12-13 Thread Joelmon2001
Hello, thanks for your time. The subject says it all. I'll still read, test, and search archives. But taking into consideration new changes in php, and not wanting to just learn x in php, just curious if there is a current recommended Book you know of or book that has helped you greatly that

[PHP] Do gd/ming/other libraries work with php 4.1?

2001-12-11 Thread Joelmon2001
Might sound silly, I don't know anything about this 4.1 version Anything I need to know about, can I still install libraries and then untar php and use: ./configure--with this and that and this and that? Any new features? Or is all this new info in the .gz file? Just wondering, thanks for

[PHP] How to use gd/php with no freetype?

2001-12-06 Thread Joelmon2001
Hello and thanks for your time. After endless searching, I am still lost let's just assume I can't install freetype, and it looks like that for matters I won't get into. (linux, raq 3) What solution would allow me to specify fonts for text written into images? Instead of using the default

[PHP] How to use gd/php without freetype?

2001-12-04 Thread Joelmon2001
Hello and thanks for your time. After endless searching, I am still lost let's just assume I can't install freetype, and it looks like that for matters I won't get into. (linux, raq 3) I obviously need gd to create images and create text onto them But I want to be able to use normal standard

[PHP] Question about adding library to use with php

2001-12-02 Thread Joelmon2001
Hello, i have one simple question With php installed, if the time comes where I want to add another library, let's say ming, do I redo the ./congigure script or do I redo the installation or just edit one file to accomodate the new software so it can work with php? This way if there is

[PHP] Question per install. Editing apxs (linux)

2001-12-01 Thread Joelmon2001
One source for raq 3 users like myself said to edit it for php and do this: Line 203: ($rc, @ARGV) = Getopts(qn:gco:I+D+L+l+S+W+iaA, @ARGV); This line should read as I have above. Normally its: ($rc, @ARGV) = Getopts(qn:gco:I+D+L+l+W+iaA, @ARGV); [in

[PHP] Few quick questions on php 4.1

2001-12-01 Thread Joelmon2001
I saw a download for it a few days ago but I am curious to know: A.) how stable is it B.) Is there offically a known 'make' one must have on linux to install it? 3.7.7 ok? (Freetype I found out 3.7.8 or higher according to a developer of freetype) C.) what are the new features and when is it

[PHP] Confirm mysql support option with php install

2001-11-28 Thread Joelmon2001
Hi, guys. Just want to confirm when I install all the other libraries like gd and freetype and what not, and I get the php file installed and I am about to run ./configure since mysql currently runs with asp beautifully my option would be --with mysql and PATH to mysql not *just* -- with

[PHP] Question about Linux Rpm

2001-11-27 Thread Joelmon2001
Hello, I see all the ways to compile the tarball on a raq 3 for php after one installs freetype/gd and has mysql well, what about the rpm? Since I have mysql installed, after I get gd/freetype up will the rpm know what to do to incorporate them? Or would I still have to modify certain files?

Re: [PHP] Question about Linux Rpm

2001-11-27 Thread Joelmon2001
? RPM is good if everything is installed by RPM. Otherwise, RPM won't know that you have dependencies installed, and will fail. Thanks. But how do I know if an rpm can run on a raq 3 when I read it's supported for redhat? Sometimes I read For redhat 6.1 and then some say yes, you can install

[PHP] Re: failure notice

2001-11-25 Thread Joelmon2001
For those running php 4 on raq 3, how did you compile freetype? ./configure make make install or just 2 make's? Just curious

[PHP] Can php do this?

2001-11-24 Thread Joelmon2001
Thanks for your time . *This* = create follow up autoresponders Or at least have php run with cron, so I can daily hit a mysql db and use php to email those people at a specified time, like every 3 days. Just so when I have users to the site who register and their name/email is in a table users

Re: [PHP] Can php do this?

2001-11-24 Thread Joelmon2001
Thanks guys I just want to confirm one last thing, as it's been a while since I needed cron After I create this file (cron.file) for ex and use crontab cronfile (I do this as root, if it matters) do permissions need to be set? I really can't recall I would think that would do it as I am not

[PHP] How to run php files on windows millenium?

2001-11-21 Thread Joelmon2001
Hello, my friend has windows ME, but no personal web server When I use php, I use personal web server on win 98 WHen he downloads php on his pc with windows me, can he use notepad to make php files, and use http://localhost still to view them online? Or must he use personal web server? What

[PHP] Proven linux install for freetype 2/tiff?

2001-11-16 Thread Joelmon2001
What is needed to use gd to full capacity to create/modify images? I figured freetype and tiff support? Can I simply untar them ./configure make make install for that software, like freetype? I asked the list, and checked the site. No help I don't want to install gd/php and find out Sorry,

[PHP] Question about using system call/gzip

2001-11-11 Thread Joelmon2001
Hello. I just want to confirm that if I use a system call to execute gzip, so I can zip a directory, the file can be decompressed by windows users for example, if I visit bleh.php and it compresses a directory /directory will that file that it creates, which I download, be able to be unpacked

Re: [PHP] Question about using system call/gzip

2001-11-11 Thread Joelmon2001
Gzip only compresses single files? So what if I want to compress a directory and have it download when a page is accessed? I thought gzip would allow this. To compress a specified directory when page.php is accessed. This is confusing. I tried the zend.com articles, too confusing to grasp. I

[PHP] Hello, per making .zip files

2001-11-04 Thread Joelmon2001
Hello, I have tried the zend.com articles to no avail on php/linux 4.03 or even 4.05 whatever is there a way to speciy a directory, in let's say zip.php and when joe schmoe goes to that page, that directory which is specified is downloaded immediately as zip? Not a user interface to make them