|
First
|
Prev |
Next
|
Last
Pages: 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186
Timeout setting in [HTTP_REQUEST], [Net_FTP], [Net_SMTP] and [Net_POP3] On 11/13/06, James Nunnerley <webmaster(a)webit.co.uk> wrote: I'm using the above Pear packages to carry out some connection checks on our servers. I'd like to set a timeout for all of them, but can't quite work out how to for each one. I've looked through the documentation, and can see no reference to ... 13 Nov 2006 21:20
DB_DataObject producing incorrect SQL Hi all, I've just recently started using PHP so it is entirely possible that I have missed something obvious but I am finding that DB_DataObject is producing an incorrect "where" clause when I try to perform an update. I'm using DB_DataObject to update a table (which happens to be my Translations2 table. Th... 13 Nov 2006 18:12
PEAR When i try and go into the pear.bat file it just opens and closes right after. Why is it doing this. I have been working on it for hours now and i am not getting anywhere. please help Thank you Thomas Shirvington... 12 Nov 2006 17:58
MDB2 issue in loading PHP extension Hi, I'm still debugging the MDB2 issue that i have. in fact, my problem comes from : if (!PEAR::loadExtension($this->phptype)) { return $this->raiseError(MDB2_ERROR_NOT_FOUND, null, null, 'extension '.$this->phptype.' is not compiled into PHP', __FUNCTION__); } from conne... 13 Nov 2006 11:20
MDB2 and PostgreSQL Hi, I'm still working around my issue with MDB2 and MDB2_Driver_postgres global $dsn; $options = array('debug' => 2, 'portability' => MDB2_PORTABILITY_ALL, ); $query = '... 13 Nov 2006 11:20
[ANNOUNCEMENT] HTML_QuickForm_Renderer_Tableless-0.4.2 (beta) Released. The new PEAR package HTML_QuickForm_Renderer_Tableless-0.4.2 (beta) has been released at http://pear.php.net/. Release notes ------------- - fixed handling of empty header elements (which resulted in invalid XHTML code) Package Info ------------ Replacement for the default renderer of HTML_QuickForm that uses... 9 Nov 2006 16:22
Trying to get PEAR for 5.2 Hello all, I can not get pear manager to install with the new PHP 5.2 windows PHP 5.2.0 (cli) (built: Nov 2. 2006 11:57:36) go-pear.bat gives the following error PHP Notice : unserialize(): Error at offset 66 of 283 in phar://go- pear.phar/PEAR/Config.php on line 1003 PHP Fatal error: Call to undefined meth... 7 Nov 2006 01:05
Translation2 and UTF-8 So, according to this article: http://www.alberton.info/dbms_charset_settings_explained.html It sounds like the Translation2 package doesn't yet support UTF-8 with the database containers? I've been trying to get Simplified Chinese text to display through the MDB2 container, but all I get is question marks... 12 Nov 2006 13:46
[ANNOUNCEMENT] MDB2_Driver_mysql-1.3.0 (stable) Released. The new PEAR package MDB2_Driver_mysql-1.3.0 (stable) has been released at http://pear.php.net/. Release notes ------------- - added charset and collation support to field declaration - fixed bug #9024: typo in error checking - fix typos in error handling in a few places (bug #9024) - do not skip id generation ... 3 Nov 2006 08:27
DATAOBJECT_FORMBUILDER_FRONTEND with SQLITE i would like to use dataobject_formbuilder_frontend with sqlite... but it doesn't work .. anyone can help me ?... 3 Nov 2006 11:37 |