I hereby claim:
- I am rowland on github.
- I am brentrowland (https://keybase.io/brentrowland) on keybase.
- I have a public key ASB3vGZjgDB03PFgnctZbBEfXaTe5xXeiY2Fx9p5eA9VYAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <% | |
| function blob_extract($blob_id) { | |
| if (!$blob_id) | |
| return ""; | |
| list ($length,$numseg,$maxseg,$stream,$isnull) = ibase_blob_info($blob_id); | |
| $handle = ibase_blob_open($blob_id); | |
| $x = "dummy"; | |
| $data = ""; | |
| while($x != "") { | |
| $x = ibase_blob_get($handle,1024); |
| Pandora:rubinius brent$ ./configure | |
| Configuring LLVM... | |
| Checking for existing LLVM tree: found! | |
| Checking sizeof(long): 8 bytes | |
| Checking platform endianness: little endian | |
| Checking tr1/hash definition: found | |
| Checking for function 'backtrace': found! | |
| Configured. Run 'rake' to build and run VM tests and rubyspecs |