-
Using skaringa-r3p7 on Fedora Core 5 Linux
this is my code:
...
// The ObjectTransformer interface offers all needed methods.
objectTransformer = ObjectTransformerFactory.getInstance().getImplementation();
// The transformer should create extra line feeds in the output.
objectTransformer.setProperty(javax.xml.transform.OutputKeys.INDENT, "yes");
// Set the amount of indenting...
2007-04-16 19:45:34 UTC in Skaringa
-
Logged In: YES
user_id=50928
Tests made on 1.7.2 source tree:
By compiling it with "--enable-c-core" works, but at half of
speed :-(
With "make CFLAGS=-g" and debugging you can see backtrace with
segmentation error when calling sdlStretcher macro.
Seems to be a bug related to last kernel change ( about
management of eax registers on system call )
2006-05-16 11:24:08 UTC in VisualBoyAdvance
-
I have same problem with my Acer Aspire 1410, same (Linksys) driver, ipn2220.sys windows driver from Acer site
Ndiswrapper loads, detect hardware, but iwlist,kwifimanager, wavemon, and so fails. Cannot detect any wireless network
Activity led continuously flashes
Fedora Core 4 tested with native kernel and with suspend patch. Using ndiswrapper 1.2 from sourceforge.
With FC3 + last...
2005-06-20 07:40:49 UTC in ndiswrapper
-
Just now wok fine. thanks for your work.
2004-08-24 06:49:03 UTC in PHP Text DB API
-
Logged In: YES
user_id=50928
Is not a problem on quoting, is just a php5 parsing error
when defaulting to zero: see comments on forum.
2004-08-23 12:08:00 UTC in PHP Text DB API
-
using last cvs version ( claims php5 aware ) and setting
error_reporting = E_ALL| E_STRICT
in /etc/php.ini
I get tons of messages like:
Strict Standards: var: Deprecated. Please use the
public/private/protected modifiers in
/home/jantonio/public_html/work/laboratorio/labadmin-2.0/html/lib/database/txtdbapi/expression.php
on line 111
That is: all "var $varname" declarations in...
2004-08-23 12:06:46 UTC in PHP Text DB API
-
Logged In: YES
user_id=50928
A last minute bug: you must also change all '"str"'
ocurrences in resultset.php and database.php to get TEXT
type working.
2004-08-23 12:00:36 UTC in PHP Text DB API
-
I'm using php5 and CVS 0.3 beta version, patched to support
definable field separators (with my provided patch)
Consider the following SQL query:
CREATE TABLE asignaturas (
codigo INT DEFAULT 11,
abreviatura TEXT DEFAULT 'NONE',
nombre TEXT DEFAULT 'Asignatura vacia',
semestre INT DEFAULT 1,
creditos INT DEFAULT 10
);.
2004-08-23 11:57:38 UTC in PHP Text DB API
-
This sentence is SQL valid
CREATE TABLE items (
id INT DEFAULT 0,
quantity INT DEFAULT 0,
price INT DEFAULT 0
);
But in php-text-DB fails: default values must be 'quoted'
only non-numeric/boolean fields should need to be
enclosed in ''.
2004-08-20 12:35:25 UTC in PHP Text DB API
-
Logged In: YES
user_id=50928
Please show me test cases: i'm using 0.2.2-beta-01 with php5
without problems... (yet)
2004-08-20 10:23:49 UTC in PHP Text DB API