Wed Oct 08, 2008 10:25 am |
Replies: 2 |
Views: 4208 |
|
 |
sorry, forgot about this.
my goal was to add another chm file without removing the current php manual.
Example: add framework.chm to the help dir and pressing f1 on a function or class defined ...
|
Fri Aug 22, 2008 6:32 pm |
Replies: 2 |
Views: 4208 |
|
 |
Hi,
Is it possible to add another .chm file to the context help so that f1 or ctrl+f1 on a function/object from the documentation of my application and framework would open up the page in that chm ...
|
Mon May 12, 2008 10:52 am |
Replies: 5 |
Views: 7189 |
|
 |
this is an issue with the pgsql extension shipped with php 5.2.6
http://bugs.php.net/bug.php?id=44905
|
Mon May 12, 2008 8:34 am |
Replies: 5 |
Views: 7189 |
|
 |
this is due to the pgsql extention. you're getting this if you don't have pgsql installed on your system.
workaround: disable the loading of the pgsql extension if you dont need it.
fix: copy LIBPQ. ...
|
Tue Jul 03, 2007 2:59 pm |
Replies: 1 |
Views: 5034 |
|
 |
Removing the read only attribute of files under cvs control will remove the lock icon in Tortoise CVS.
You can set them back as uneditable by setting them read only again.
|