[PHP] upgrade installation

2001-02-03 Thread Vinicius Garcia
Hi everyone.. When i installed php 4.0.4pl1 i install it with --with-mysql --with-apxs arguments. Now... i wanna put --with-db2... It goes alright.. all... configure, make and make instal.. but.. it doesn't upgrade php.. in phpinfo() it have only --with-mysql --with-apxs arguments. What i need t

[PHP] Php Database

2001-02-01 Thread Vinicius Garcia Mommensohn
Muito obrigado pela ajuda Michael! Hi everyone! To use de DBA database format, first i had to configurate php with --with-db2 option. All works (configure, make and make install). But the php script still not works. The line of the script that has a problem is: $id = dba_open ("/home/httpd/html/

[PHP] Php database

2001-01-31 Thread Vinicius Garcia
HI... I always have to work with databases in .txt file. But its very slow... To find something in the text, i use exec(grep...)... to get all the text i work with .. while(!eof)... Anyone know how to optimize this search and how to optimize all the database use using .txt files? Sorry for the en