[PHP] PHP 4.0.6 documentation

2005-08-05 Thread Sabine
Hello to all, may anybody give me a tip where to find a documentation for 4.0.6? Perhaps I'm a little bit blind, but I don't find it. Unfortunatedly I have to develop an application on this release. Thanks for your help Sabine -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] PHP 4.0.6 documentation

2005-08-05 Thread Paul Waring
On Fri, Aug 05, 2005 at 03:53:41PM +0200, Sabine wrote: may anybody give me a tip where to find a documentation for 4.0.6? Perhaps I'm a little bit blind, but I don't find it. Unfortunatedly I have to develop an application on this release. Does the documentation at php.net not suffice? It

Re: [PHP] PHP 4.0.6 file upload problems?

2002-06-08 Thread Bogdan Stancescu
Thanks for taking the time to answer. As I said, there is no problem with the code in either OPT or in phpMyAdmin - there is a problem with PHP and I was hoping someone on this list bounced into the same kind of problem. Bogdan Edward Marczak wrote: On 6/7/02 11:43 AM, Bogdan Stancescu

[PHP] PHP 4.0.6 file upload problems?

2002-06-07 Thread Bogdan Stancescu
Hello all! Some of you know, some of you don't know that I'm the maintainer of a GNU PHP groupware project - http://outreach.sourceforge.net (the project name is OPT) - sorry, couldn't help advertising :-). One of the users of OPT has major problems uploading files to the system and I have

Re: [PHP] PHP 4.0.6 file upload problems?

2002-06-07 Thread Edward Marczak
On 6/7/02 11:43 AM, Bogdan Stancescu [EMAIL PROTECTED] wrote: One of the users of OPT has major problems uploading files to the system and I have absolutely no clue why that is. His PHP version is 4.0.6 on Linux. Quoting his description of the problem: In fact, now it doesn't even report

[PHP] PHP 4.0.6 and xsl-transformation

2002-04-12 Thread K. Pihl
Hey PHP-gurus! How do I run and invoke PHP XSL-parsing and transformation using PHP version 4.0.6.? Here is the sample code I want to run. files included: PHP-script XML-file and XSL-file:They are formatted nicely client-side by IE6.0. (Please disregard the stupid text in the XML-file,

[PHP] php 4.0.6 file upload security fix

2002-04-09 Thread peter
I have been running a php script via a web interface that included mkdir() with a chmod to 775 and a subsequent file upload via a form to the newly created directory. It had been running fine without problems for over a year. Now, although I can mkdir(), the chmod defaults to 755 and the I

[PHP] php 4.0.6, apache problem

2002-02-15 Thread Pushkar Pradhan
Hi, I've installed php 4.0.6 since I am working with mapserver which works with 4.0.6 only. This is my configuration: ./configure --prefix=/rstc/user1/erc/pushkar/php-4.0.6 --with-apxs=/rstc/user1/erc/pushkar/apache_1.3.22/bin/apxs After this I add the foll. to my httpd.conf file of apache

[PHP] PHP 4.0.6 Problem, Cannot load /usr/local/apache/libexec/libphp4.so

2002-01-25 Thread TD - Sales International Holland B.V.
Hey there, I have some problems loading the php module. Apache was compiled from sources with mod_ssl and is located in /usr/local/apache. MySQL 4.23.47 was also compiled from sources and is located in /usr/local/mysql PHP was compiled from source with these options: ./configure

[PHP] PHP 4.0.6 Problem, Cannot load /usr/local/apache/libexec/libphp4.so -SOLVED-

2002-01-25 Thread TD - Sales International Holland B.V.
SOLVED, sorry about this. My mistake. -- Forwarded Message -- Subject: PHP 4.0.6 Problem, Cannot load /usr/local/apache/libexec/libphp4.so Date: Fri, 25 Jan 2002 12:36:09 +0100 From: TD - Sales International Holland B.V. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Hey there, I

[PHP] PHP 4.0.6 $PHP_SELF empty?

2001-11-14 Thread John Steele
Hello, I just updated to v4.0.6 on win9x. Suddenly all my form-action scripts using $PHP_SELF quit working, as it's empty. Anyone know how to fix this? Thanks, John -- /* SteeleSoft Consulting John Steele - Systems Analyst/Programmer * We also walk dogs... Dynamic Web Design

Re: [PHP] PHP 4.0.6 $PHP_SELF empty?

2001-11-14 Thread John Steele
Hi David, No, I updated my php.ini manually (just to change the zend optimizer and add the DBG debugger. These two lines from php.ini haven't changed for sure: variables_order = EGPCS; register_globals = On; According to phpinfo, $PHP_SELF is set, but simply empty! John Hello, I

[PHP] PHP 4.0.6 Mysql 4.0

2001-10-18 Thread Jeroen Geusebroek
Hi there, Does the current stable PHP (4.06) support the use of the newly released Mysql 4? Thanks, Jeroen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

[PHP] PHP 4.0.6 Compile Problem (RH 7.1)

2001-10-18 Thread Ryan Hill
All, Apologies if this has been covered recently, I'm having a problem getting configure to complete when running with the --with-mysql= option. The error I keep slamming into is: checking for MySQL support... yes configure: error: Cannot find header files under /usr/include/mysql I'm

[PHP] PHP 4.0.6 on NT (IIS 4.0) Can't replace uploaded file

2001-10-01 Thread Joseph Koenig
I've got a script on an NT (IIS 4.0) server that uploads a file. When the user attempts to replace the uploaded file with a new one via the form, the script is generating errors. Warning: Unable to create 'D:/public/HJ/www.h-jenterprises.com/test/pics/catalog/104_2.gif': Permission denied in

RE: [PHP] PHP 4.0.6 on NT (IIS 4.0) Can't replace uploaded file

2001-10-01 Thread Joe Kaiping
PROTECTED] Subject: [PHP] PHP 4.0.6 on NT (IIS 4.0) Can't replace uploaded file I've got a script on an NT (IIS 4.0) server that uploads a file. When the user attempts to replace the uploaded file with a new one via the form, the script is generating errors. Warning: Unable to create 'D

Re: [PHP] PHP 4.0.6 on NT (IIS 4.0) Can't replace uploaded file

2001-10-01 Thread Joseph Koenig
] Subject: [PHP] PHP 4.0.6 on NT (IIS 4.0) Can't replace uploaded file I've got a script on an NT (IIS 4.0) server that uploads a file. When the user attempts to replace the uploaded file with a new one via the form, the script is generating errors. Warning: Unable to create 'D:/public

RE: [PHP] PHP 4.0.6 on NT (IIS 4.0) Can't replace uploaded file

2001-10-01 Thread Joe Kaiping
] PHP 4.0.6 on NT (IIS 4.0) Can't replace uploaded file The script is moving the file to its final destination and then doing a chmod(filename, 0777) (the php function, not through exec() or anything); Even setting the mode to 0777 doesn't help at all. Am I doing this completely wrong from

Re: [PHP] PHP 4.0.6 on NT (IIS 4.0) Can't replace uploaded file

2001-10-01 Thread Christian Dechery
: [PHP] PHP 4.0.6 on NT (IIS 4.0) Can't replace uploaded file I've got a script on an NT (IIS 4.0) server that uploads a file. When the user attempts to replace the uploaded file with a new one via the form, the script is generating errors. Warning: Unable to create 'D:/public/HJ

[PHP] PHP 4.0.6/Apache 1.3.20/MySql 3.24.xx install

2001-09-20 Thread Bill Brennick
(I'm sorry if this is not getting posted in the correct place, but I'm not sure who/where to turn to...) I'm attempting to upgrade my SuSE Linux 7.2 (2.4.x) server to the new version of PHP 4.0.6, Apache 1.3.20, and the newest MySql... (From PHP 4.0.4pl1/Apache 1.3.19) Here are the (updated)

FW: [PHP] PHP 4.0.6/Apache 1.3.20/MySql 3.24.xx install

2001-09-20 Thread Joseph Bannon
Do you have enough space in the partition? Joseph CollegeSucks.com - See PHP in ACTION! -Original Message- (I'm sorry if this is not getting posted in the correct place, but I'm not sure who/where to turn to...) I'm attempting to upgrade my SuSE Linux 7.2 (2.4.x) server to the new

[PHP] PHP 4.0.6 + Oracle9i + CPDF lib - large file problem (segmentation fault)

2001-09-19 Thread Marcin Floryan
Hello! I have a problem with my php script. I am creating a report in PDF based on data in the Oracle9i database. To access Oracle I use OCI and to create PDF files I use ClibPDF 2.02. The problem is with the ammount of data - there are currently some 2000 records and are expected to be some

[PHP] PHP 4.0.6 bug

2001-09-10 Thread Stefan de Wal
I upgraded from PHP 4.0.5 4.0.6 and since i get openbasedir errors all over the place when i try to upload a file through a php script is this a bug? Stefan de Wal dewal.nl -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [PHP] PHP 4.0.6 bug

2001-09-10 Thread Jason Brooke
I upgraded from PHP 4.0.5 4.0.6 and since i get openbasedir errors all over the place when i try to upload a file through a php script is this a bug? Stefan de Wal dewal.nl Stefan, did you check your open_basedir and/or error_reporting settings in php.ini and apache config? What are the

Re: [PHP] PHP 4.0.6 bug

2001-09-10 Thread Stefan de Wal
Jason Brooke [EMAIL PROTECTED] schreef in bericht 02fc01c139c8$702aa550$0100a8c0@co3040297a">news:02fc01c139c8$702aa550$0100a8c0@co3040297a... I upgraded from PHP 4.0.5 4.0.6 and since i get openbasedir errors all over the place when i try to upload a file through a php script is this a

Re: [PHP] PHP 4.0.6 bug

2001-09-10 Thread Jason Brooke
Stefan, did you check your open_basedir and/or error_reporting settings in php.ini and apache config? What are the errors? I did. No difference between the old php.ini and the new...the apache config is also unchanged. And the mentioned open basedir errors? What did they say? I think

[PHP] PHP 4.0.6 + GD

2001-09-07 Thread Jean-Arthur Silve
Hi ! I used PHP 4.0.3pl1 with gd lib (1.6) and used the PNG functions. Everything was ok. I have changed to PHP 4.0.6 , i installed it with gd support, but now PHP says that there are no support for PNG files... In phpinfo(), GD support is well enaled. I search the mailing lists in the

RE: [PHP] PHP 4.0.6 + GD

2001-09-07 Thread Jeff Lewis
it and heard nothing back :) Jeff -Original Message- From: Jean-Arthur Silve [mailto:[EMAIL PROTECTED]] Sent: Friday, September 07, 2001 6:07 AM To: [EMAIL PROTECTED] Subject: [PHP] PHP 4.0.6 + GD Hi ! I used PHP 4.0.3pl1 with gd lib (1.6) and used the PNG functions. Everything was ok

RE: [PHP] PHP 4.0.6 + GD

2001-09-07 Thread speedboy
As far as I can tell, it's a bug. I posted it on here and the only reply I got was from someone having the same problem. I logged it as a bug and then wasn't able to add more information as I hadn't set a password when I first entered the bug. Then I emailed trying to be able to change it

RE: [PHP] PHP 4.0.6 + GD on Windows

2001-09-07 Thread ignacio . estrada
Hi speedboy, I see that you know the GD software and probably you have some good experience on that. What do you know about to compile PHP406+GD on windows? Greetings Atte. Ignacio Estrada F. Centro Nacional de Control de Energia Area de Control Occidental 025+6463, 025+6464, 025+6469 --

[PHP] PHP 4.0.6 Problem with ImageTTFText

2001-08-18 Thread Richard Morris
Hello all, I have just recently found out that there is a bug in the function ImageTTFText regarding the font name. Apparently no matter what you enter, the font is unable to be loaded regardless if you put an absolute path or not to the filename. I read some where that it was fixed in the

[PHP] php 4.0.6(win32) + gd(freetype) = Could not find/open font

2001-08-16 Thread Konstantin Boshnyaga
Hello php-general! it worked with earlier PHP versions. but now dont. i tried all paths combinations ;( does anyone experience same problem ? -- Best regards, Konstantin mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To

[PHP] php 4.0.6 and imap support

2001-08-13 Thread Jason Rennie
Hi all, I tried to find an answer to this but nothing seemed to work. I need to build php 4.0.6 with imap support. I'm running redhat 7.1 and have build and installed the imap-2000-9 rpm's (including devel), php will build correctly but complains about an undefined symbol mxdriver. Has the

[PHP] PHP 4.0.6 / GD 2.0.1 compile error

2001-07-27 Thread Wandrer
On a freebsd 4.2 system, php 4.0.5 / gd 1.8x were running happily. Downloaded and compiled gd 2.0.1 no problems. Downloaded and compiled php 4.0.6 with: ./configure --with-mysql --with-apxs --with-gd=/usr/local --with-zlib-dir=/usr/local --with-jpeg-dir=/usr/local --enable-gd-imgstrttf

Re: [PHP] PHP 4.0.6 on RedHat 6.2: Undefined symbols when using IMAP?!

2001-07-26 Thread Alexander Skwar
So sprach »Rasmus Lerdorf« am 2001-07-25 um 21:46:48 -0700 : Sorry, typo in my response. --with-kerberos is what you want. Arghl, of course! :) I should have seen this one myself... *G* Thanks a lot! It's now working! Hmm - wouldn't it make sense if configure automatically enabled

Re: [PHP] PHP 4.0.6 on RedHat 6.2: Undefined symbols when using IMAP?!

2001-07-26 Thread Alexander Skwar
So sprach »Rasmus Lerdorf« am 2001-07-26 um 00:09:33 -0700 : Why? Only Redhat seems to use kerborized imap libs. Excuse my ignorance, but is there no way for configure to see that the imap libs are kerborized? Alexander Skwar -- How to quote: http://learn.to/quote (german)

Re: [PHP] PHP 4.0.6 on RedHat 6.2: Undefined symbols when using IMAP?!

2001-07-25 Thread Alexander Skwar
So sprach »Rasmus Lerdorf« am 2001-07-24 um 16:42:12 -0700 : Add --with-kerbeors to your PHP configure flags Done. I ran: ./configure --enable-bcmath --enable-exif --enable-ftp --enable-dba=shared --enable-dbx --enable-magic-quotes --enable-safe-mode --enable-sysvshm --enable-sysvsem

Re: [PHP] PHP 4.0.6 on RedHat 6.2: Undefined symbols when using IMAP?!

2001-07-25 Thread Alexander Skwar
So sprach »Alexander 'Digital Projects' Skwar« am 2001-07-26 um 00:10:00 +0200 : Same result. Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: undefined symbol: krb5_defkeyname Hrmpf, I just installed the latest krb5: krb5-libs-1.2.2-4.

[PHP] php 4.0.6 Multi-Server Session Problems

2001-07-24 Thread j
Hi everyone. We have two webservers set up to be loadbalanced. As you could imagine that's a bit of a problem with sessions, but I figured out how to get around that. (actually that was kind of easy). You set up the php.ini to save the session files in a mutual drive. For example, we have a

[PHP] PHP 4.0.6 on RedHat 6.2: Undefined symbols when using IMAP?!

2001-07-24 Thread Alexander Skwar
Hi! This is driving me nuts. I'm trying to compile PHP 4.0.6 on RedHat 6.2. After I ran ./configure --with-imap make make install, /etc/rc.d/init.d/httpd configtest tells me: Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: undefined symbol:

Re: [PHP] PHP 4.0.6 on RedHat 6.2: Undefined symbols when usingIMAP?!

2001-07-24 Thread Rasmus Lerdorf
This is driving me nuts. I'm trying to compile PHP 4.0.6 on RedHat 6.2. After I ran ./configure --with-imap make make install, /etc/rc.d/init.d/httpd configtest tells me: Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: undefined symbol:

Re: [PHP] php 4.0.6

2001-07-23 Thread Adrian D'Costa
- Original Message - From: Adrian D'Costa [EMAIL PROTECTED] To: E. Peter K. Chan [EMAIL PROTECTED] Cc: php general list [EMAIL PROTECTED] Sent: Saturday, July 21, 2001 4:48 PM Subject: Re: [PHP] php 4.0.6 Hi Peter, I think the guru of php on the list can tell us what the problem is. I

Re: [PHP] php 4.0.6

2001-07-22 Thread Adrian D'Costa
Hi Rasmus, I did a phpinfo() and gives me the following output: PHP Version 4.0.6 System Linux pcs.pcsadvt.com 2.2.16-22 #1 Tue Aug 22 16:16:55 EDT 2000 i586 unknown Build Date Jul 20 2001 Configure Command

Re: [PHP] php 4.0.6

2001-07-22 Thread Adrian D'Costa
- From: Adrian D'Costa [EMAIL PROTECTED] To: E. Peter K. Chan [EMAIL PROTECTED] Cc: php general list [EMAIL PROTECTED] Sent: Saturday, July 21, 2001 4:48 PM Subject: Re: [PHP] php 4.0.6 Hi Peter, I think the guru of php on the list can tell us what the problem is. I am going

Re: [PHP] php 4.0.6

2001-07-22 Thread Rasmus Lerdorf
System Linux pcs.pcsadvt.com 2.2.16-22 #1 Tue Aug 22 16:16:55 EDT 2000 i586 unknown Build Date Jul 20 2001 Configure Command './configure' '--prefix=/usr' '--with-config-file-path=/etc' '--disable-debug'

Re: [PHP] php 4.0.6

2001-07-21 Thread Adrian D'Costa
Hi, I have now compiled php --with-readline and --with-sockets but I still get the call to undefined function socket() what could be wrong. Adrian On Thu, 19 Jul 2001, Rasmus Lerdorf wrote: Did you compile php using --with-readline ? On Thu, 19 Jul 2001, Adrian D'Costa wrote: Hi,

Re: [PHP] php 4.0.6

2001-07-21 Thread Adrian D'Costa
D'Costa [EMAIL PROTECTED] To: php general list [EMAIL PROTECTED] Sent: Thursday, July 19, 2001 7:12 PM Subject: [PHP] php 4.0.6 Hi, I am trying to use the socket or readline functions but get a message: call to undefined function readline(). Why? Is this not implemented in 4.0.6

Re: [PHP] php 4.0.6

2001-07-21 Thread Rasmus Lerdorf
No idea. You haven't said whether you checked your phpinfo() output to see if you are actually running the latest version of PHP you just compiled. Perhaps you forgot a make install, perhaps you forgot to restart your httpd. Perhaps your configure didn't find libreadline. Any number of things

[PHP] php 4.0.6 problems with mcrypt

2001-07-21 Thread Dixie Flatline
Greetings! I've compiled a new php 4.0.6 as an apache module with added mcrypt support. When I invoke the following code: - function hex2bin($data) { $len = strlen($data); return pack(H . $len, $data); } $iv = mcrypt_create_iv (mcrypt_get_iv_size (MCRYPT_BLOWFISH,

Re: [PHP] php 4.0.6

2001-07-21 Thread E. Peter K. Chan
: Re: [PHP] php 4.0.6 Hi Peter, I think the guru of php on the list can tell us what the problem is. I am going to compile 4.0.4pl2 and see if I get that error. In fact I am unable to access mysql now even though I have given --with-mysql. Any clues Adrian On Fri, 20 Jul 2001, E. Peter

[PHP] php 4.0.6 BUG!

2001-07-21 Thread helmutott
Php 4.0.6 allows parsing of php-scripts but crashes also when I doubleclick on php.exe in the windows-explorer I also get the same windows2000 error-window saying(translated): program error (Programmfehler) php.exe has caused errors and is getting shut down. Restart the programm. An error log

[PHP] php 4.0.6 session problem

2001-07-21 Thread Dixie Flatline
Greetings! I'm using php 4.0.6 on a Debian 2.2.19 Potato with Apache 1.3.20. When I invoke the session_start() function, it creates a / sign at the end of my document. After reloading the page, the / sign disappears./.. What the heck is this?!?! Anybody experienced the same? Best Regards,

Re: [PHP] php 4.0.6

2001-07-20 Thread Rasmus Lerdorf
Did you compile php using --with-readline ? On Thu, 19 Jul 2001, Adrian D'Costa wrote: Hi, I am trying to use the socket or readline functions but get a message: call to undefined function readline(). Why? Is this not implemented in 4.0.6. Adrian -- PHP General Mailing List

Re: [PHP] php 4.0.6

2001-07-20 Thread Adrian D'Costa
. - Original Message - From: Adrian D'Costa [EMAIL PROTECTED] To: php general list [EMAIL PROTECTED] Sent: Thursday, July 19, 2001 7:12 PM Subject: [PHP] php 4.0.6 Hi, I am trying to use the socket or readline functions but get a message: call to undefined function readline(). Why

Re: [PHP] php 4.0.6

2001-07-20 Thread Adrian D'Costa
No. Just what would be the optimum settings. I have the following ./configure --target=i386-redhat-linux --prefix=/usr --with-config-file-path=/etc --disable-debug --enable-pic --enable-inline-optimization --with-apxs=/usr/sbin/apxs --disable-static --with-exec-dir=/usr/bin --with-regex=system

[PHP] php 4.0.6

2001-07-19 Thread Adrian D'Costa
Hi, I am trying to use the socket or readline functions but get a message: call to undefined function readline(). Why? Is this not implemented in 4.0.6. Adrian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP] PHP 4.0.6 and TSRM, I can't compile it! please help

2001-07-10 Thread alexus
i'm geting this error while compiling php Making all in TSRM /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main -DMOD_SSL=208104 -DEAPI -DEAPI_MM -DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -c TSRM.c /bin/sh ../libtool --silent --mode=compile gcc

[PHP] php-4.0.6 ./configure - -with - sybase

2001-07-09 Thread nelo manuel
Hi all, since long time ago i've been trying to configure php-4.0.6 with sybase when i try ./configure --with-sybase=/sybase/directory it compiles OK! but when i write the initial function to sybase_connect() i get an error messagefatal error, undeclared function :( is there any other

[PHP] PHP 4.0.6 diferent handling of comments.

2001-07-09 Thread Guille -bisho-
In previous versions I could comment in this way: #font color=red%=$txt%/font And now only consider #font color=red as the comment. I think this is the proper way of working, But maybe other people could have problems with this change ??? -- \|||/Guillermo Pérez Pérez o

[PHP] Re (2): [PHP] PHP 4.0.6 and Apache 1.3.6 ?

2001-07-07 Thread Micha Ober
with this my php4.0.6 does not work only when i change my php ext to php3 or php but not php4!!! pls advise From: Micha Ober [EMAIL PROTECTED] To: php [EMAIL PROTECTED] Subject: [PHP] PHP 4.0.6 and Apache 1.3.6 ? Date: Fri, 6 Jul 2001 00:15:02 -0700 (PDT) I've installed Apache 1.3.6 and PHP

[PHP] PHP 4.0.6 and Apache 1.3.6 ?

2001-07-06 Thread Micha Ober
I've installed Apache 1.3.6 and PHP 4.0.6 and it works. But if I load an extension in the php.ini Apache says abnormal program termination. = Linux... Because it works. __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail

Re: [PHP] PHP 4.0.6 and Apache 1.3.6 ?

2001-07-06 Thread nelo manuel
From: Micha Ober [EMAIL PROTECTED] To: php [EMAIL PROTECTED] Subject: [PHP] PHP 4.0.6 and Apache 1.3.6 ? Date: Fri, 6 Jul 2001 00:15:02 -0700 (PDT) I've installed Apache 1.3.6 and PHP 4.0.6 and it works. But if I load an extension in the php.ini Apache says abnormal program termination

RE: [PHP] PHP 4.0.6 and APXS2

2001-06-27 Thread Chadwick, Russell
To: [EMAIL PROTECTED] Subject: [PHP] PHP 4.0.6 and APXS2 After getting apache 2 + 4.0.6 built and installed, I can finally use PHP and all is well..except... When accessing a script which uses an exec() statment like the following: snip- exec(ls -d */*.jpg,$ls); snip- When the LS

[PHP] PHP 4.0.6 and APXS2

2001-06-26 Thread Gonyou, Austin
After getting apache 2 + 4.0.6 built and installed, I can finally use PHP and all is well..except... When accessing a script which uses an exec() statment like the following: snip- exec(ls -d */*.jpg,$ls); snip- When the LS is performed, it is not performed in the directory

[PHP] php-4.0.6, zlib, gd problem

2001-06-24 Thread Kees Hoekzema
Lectori Salutem, I downloaded php-4.0.6 yesterday, and i was trying to compile it, I used to compile previous versions with: ./configure --with-apache=../apache --enable-track-vars --enable-magic-quote s --with-gd=/usr/local --with-mysql=../mysql --with-zlib=../zlib but when i try it with

Re: [PHP] php-4.0.6, zlib, gd problem

2001-06-24 Thread Rasmus Lerdorf
First, use absolute dirs, not relative dirs. For GD, use the --with-png-dir switch to tell PHP where to find the base directory for the lib and include files. I use GD2 compiled in my own dir with these flags: --with-gd=/home/rasmus/gd-2.0.1 --with-freetype-dir=/usr --enable-gd-native-ttf

Re: [PHP] PHP 4.0.6 + GD 2.0.1

2001-06-24 Thread Andreas D. Landmark
At 24.06.2001 00:12, you wrote: I'm using PHP 4.0.6 with GD 1.8.4 right now, and all is well. However, when I install GD 2.0.1, PHP's make dies, saying there is something wrong with gdio.h. I've removed all GD 1.8.4 bits from my box, just in case there is a library conflict; and the

RE: [PHP] php-4.0.6, zlib, gd problem

2001-06-24 Thread Kees Hoekzema
LS, -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 24, 2001 5:01 PM To: Kees Hoekzema Cc: [EMAIL PROTECTED] Subject: Re: [PHP] php-4.0.6, zlib, gd problem First, use absolute dirs, not relative dirs. ok, that solved the first problem

[PHP] PHP 4.0.6 + GD 2.0.1

2001-06-23 Thread Ben Gollmer
Hi all- Is anyone using PHP 4.0.6 with GD 2.0.1? (yes I like to live on the bleeding edge :-) I'm developing an application that does a lot of image operations and would like to be able to use the new ImageCopyResampled() and ImageCreateFromString() functions. I'm using PHP 4.0.6 with GD

[PHP] PHP 4.0.6 Released!

2001-06-23 Thread Zeev Suraski
PHP 4.0.6 has been released. Like 4.0.5, this is a maintenance release which mostly includes fixes to bugs and issues found in earlier versions. Those of you who decided not to upgrade to 4.0.5, may now wish to jump directly to 4.0.6 to get all the new fixes of both versions. One very