-
So your suggestion is to replace:
UnixTimestamp(DBTimestamp(time()));
with:
UnixTimestamp(trim(DBTimestamp(time()), "'"));
Your suggestion is an admission that the API is broken in that it can't take results of peer API calls as arguments without the user massaging the results. The fact that you do not consider this a defect is a documentation nightmare and a recipe for disaster.
2008-12-17 13:57:29 UTC in ADOdb
-
Can't find the definition or prototype for this in the c header files nor source.
2008-10-27 21:14:28 UTC in libical
-
1. Project Name
MantisBT
2. Project Home page
http://www.mantisbt.org/
3. URL to anonymous Subversion server for the trunk
https://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk/
4. Module Name
mantisbt.
2008-10-15 17:15:39 UTC in StatSVN
-
dmucs crashes when remhost is called from a node not know to the server.
[Tue Sep 2 13:06:47 2008] Hosts Served: 0 Max/Avail: 0/0
machname 192.168.33.16, state down, dprop ''
terminate called after throwing an instance of 'DmucsHostNotFound'
what(): 17DmucsHostNotFound
This can allow users to accidentally or maliciously disable the server.
2008-09-02 17:08:09 UTC in DMUCS
-
configure doesn't look look for or detect that for Solaris, it needs to use the following LDFLAGS:
-lnsl -lsocket
Workaround:
After configure, modify the line in Makefile that reads:
LDFLAGS = -pthread
to:
LDFLAGS = -pthread -lnsl -lsocket.
2008-09-02 12:58:32 UTC in DMUCS
-
When attempting to build dmucs outside of the source tree, you get the following error.
gmake[1]: Entering directory `/home/jhanley/projects/distcc/dmucs-0.6-sparcSunOS'
Making all in COSMIC
/bin/bash: line 11: cd: COSMIC: No such file or directory
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/jhanley/projects/distcc/dmucs-0.6-sparcSunOS'
gmake: *** [all] Error...
2008-09-02 12:40:13 UTC in DMUCS
-
dgtlrift committed revision 4856 to the MantisBT SVN repository, changing 1 files.
2008-01-03 17:20:44 UTC in MantisBT
-
dgtlrift committed revision 4855 to the MantisBT SVN repository, changing 1 files.
2008-01-03 17:18:13 UTC in MantisBT
-
Installing phpMyAdmin on the other server would be the easiest solution. In the situation where one might want one installation to manage multiple servers can be complicated if two disjoint servers (from two different providers) block the port for mysql for external access. A workaround for this might be to encapsulated mysql protocol in http and have phpMyAdmin on network A and a simple...
2008-01-03 15:38:08 UTC in phpMyAdmin
-
There is also the issue of ipv6 which is a 4 long word address. Trying to auto detect if an address is stored as an int just falls apart in this case. There is already the ability to store the meta information about a given database in the phpmyadmin database. IMHO, it would be better to include this information there.
2008-01-03 14:50:52 UTC in phpMyAdmin