RE: [PHP-INSTALL] Error using GD with php 5.0...

2003-08-24 Thread Jens Rosenthal
Hi, Seem's a bit off-topic to me ;-) I'd suggest putting an "ImagePNG ($im);" at the end of xour file, and I think it is much better then... Without it, you're simply creating the image, but you don't send it to the client (=browser) Greetings, Jens -Original Message- From: Rajeev Ramda

RE: [PHP-INST] Re: (include_path='.;c:\php4\pear') ERROR?

2003-01-30 Thread Jens Rosenthal
Hi, well, sound like you're doing something like a require("http://localhost/xyz.php";); or include("http://localhost/xyz.php";); Is this right? Require and Include require filesystem paths, not webpaths. So if your directory you're working is TEST you have a subdir XYZ with a file xyz.php this s

AW: [PHP-INST] cant re-compile php with newer gd and png

2002-10-02 Thread Jens Rosenthal
did you compile your gd 2.01 with freetype support? Without recompiling your gd I don't think it will work... greetings Jens -Ursprungliche Nachricht- Von: Bryan Koschmann - GKT [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 2. Oktober 2002 20:47 An: PHP Install List Betreff: [PHP-INST]

RE: [PHP-INST] PHP showing as Plain text in browser- PHP-Apache-Red Hat

2002-09-27 Thread Jens Rosenthal
rect. LoadModule php4_modulemodules/libphp4.so AddModule mod_php4.c and I installed from an rpm binary not source. Guess I will have to go back and do it from source. Jens Rosenthal wrote: >Hi, > >do you have a line "LoadModule php4 ..." and "AddModule mod_php4.c&

RE: [PHP-INST] PHP showing as Plain text in browser- PHP-Apache-Red Hat

2002-09-27 Thread Jens Rosenthal
Hi, do you have a line "LoadModule php4 ..." and "AddModule mod_php4.c" in your httpd.conf? Most likely you didn't activate the module so the fragment below doesn't do anything.. Otherwise did you compile the php4 module into apache? Jens -Ursprüngliche Nachricht- Von: Trevor Smith [mai

[PHP-INST] Segmentation fault

2002-09-17 Thread Jens Rosenthal
Hi everyone. I'm kind of stuck with my installation here. Perhaps anyone could help me. If installed a brand new Debian(woody)-Server with all our developers need. With php (4.2.2 and 4.2.3) as module for the apache (dso and compiled in) the php works absolutely fine. When I compile this configu