Changeset 111 for trunk/ext/php/syck.php

Show
Ignore:
Timestamp:
09/24/2003 09:36:10 (5 years ago)
Author:
whythluckystiff
Message:

- ext/python/pyext.c: implementing syck.Node class.
- lib/syck.h: decreased buffer size increased performance.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ext/php/syck.php

    r42 r111  
    2525YAML; 
    2626 
    27 $iter = 10000; 
     27$iter = 1000; 
    2828 
    2929echo "DOC #1 = $iter x " . strlen( $doc ) . "\n";