Re: [PHP-DB] dl () problem

2010-01-26 Thread Murat BEYHAN
from my iPhone > > On 26.01.2010, at 16:02, Murat Beyhan wrote: > > > Dear All, > > > > I have updated apache2 and php5 then I have faced the following > > message. > > I have set on Enable dl in php.ini file but still could not solve > > pr

[PHP-DB] dl () problem

2010-01-26 Thread Murat Beyhan
line 3 Murat Beyhan -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] how can I execute bash file by using exec or system

2005-12-23 Thread Murat Beyhan
hello, I try to execute bash script file by using following script exec('/path/test.sh'); this test.sh file includes the Global Mapping Tools script and create map.ps file taht is the epicenter distribution file of the earthquakes. I have obtain epicenters.csv file by using PHP-MYSQ

[PHP-DB] how can I execute bash file by using exec or system

2005-12-22 Thread Murat Beyhan
hello, I try to execute bash script file by using following script exec('/path/test.sh'); this test.sh file includes the Global Mapping Tools script and create map.ps file taht is the epicenter distribution file of the earthquakes. I have obtain epicenters.csv file by using PHP-MYSQL relation

[PHP-DB] range_alloc_block_size

2005-12-16 Thread Murat Beyhan
Hello, Im using PHP and MySQL I try to import txt file to mysql Database But file size bigger than 2048KB so I could not import it It is related with range_alloc_block_size Because in mysql this veriable is 2048. If it is possible how can I change this variable. Please If somebody knows this hel