[PHP] cross db

2002-04-19 Thread Josep Raurell
And what about pearDB ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] db2 connect speed problem

2002-04-17 Thread Josep Raurell
Hello. I connected a php linux server with db2 connect personal edititon with an as400 v4r4. The connexion works ok, but all the querys have a delay. I think is the cost of a new connexion on the a400. - Somebody nows a solution ? - Somebody have a similar situacion and works

Re: [PHP] Rebuilding PHP4 with IBM DB2 Support Causes Apache to Die Upon Restart

2002-03-24 Thread Josep Raurell
I think --with--ibm-db2 only works as statically linked with apache, no as module. And do you have the db2 connect librarys instaled in the system ? I copy here an article that works for my, I dont remenber where I see, maybe in faqs.com: - Sep 21st, 2000

[PHP] Solution: ImagePng: No PNG support in this PHP build

2002-03-12 Thread Josep Raurell
Quoting Jason Wong [EMAIL PROTECTED]: - Whenever I recompile PHP, I always start with a clean extract from the source tarball. -- Jason Wong - Gremlins Associates - www.gremlins.com.hk Ok this is solve the problem. I did a make clean, but is not very clean :-(. The answer is

[PHP] ImagePng: No PNG support in this PHP build

2002-03-11 Thread Josep Raurell
Hello. I alwais get this message, i try with the gd and libpng librarys from the SuSE 7.0, and after uninstalling with the sources librarys. (gd works ok) The result is the same: ImagePng: No PNG support in this PHP build This is my last configure setting: './configure'

Re: [PHP] Text editor for linux

2002-02-17 Thread Josep Raurell
Quoting Torkil Johnsen [EMAIL PROTECTED]: Anyone know of a good text editor for linux, WITH syntax highlighting for php/html + other languages? - TOrkil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php jedit www.jedit.org --

[PHP] Again: [PHP] NEXT Page and BACK Page

2001-10-23 Thread Josep Raurell
Use a LIMIT clause. See http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#SEL ECT -Rasmus And for a db that not have limit (like ibm db2) Josep. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] how to limit the files returned

2001-09-20 Thread Josep Raurell
Hi. I want use in IBM DB2 the SELECT . LIMIT, as I can do in mySQL. How -- 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, e-mail: [EMAIL PROTECTED]