Sterling,
Extensions shouldn't really be using stuff like PZVAL_UNLOCK(). Can you
explain what you are trying to accomplish?
Andi
At 12:33 AM 5/7/2003 +, Sterling Hughes wrote:
sterlingFri Jul 4 20:33:13 2003 EDT
Modified files:
/php-src/ext/simplexml simplexml.
wez Sat Jul 5 04:25:25 2003 EDT
Modified files:
/php-src/main/streams plain_wrapper.c
Log:
MFB: binary mode by default under win32.
Index: php-src/main/streams/plain_wrapper.c
diff -u php-src/main/streams/plain_wrapper.c:1.19
php-src/main/streams/
helly Sat Jul 5 16:02:41 2003 EDT
Modified files:
/php-src/ext/sqlite sqlite.c
Log:
- In function sqlite_field_name the index parameter is not optional.
- Fix all the protos.
Index: php-src/ext/sqlite/sqlite.c
diff -u php-src/ext/sqlite/sqlite.c:1.69 php-
Cool! This is what I meant when I said it would reduce at least 80% of
the code in pear::soap. :)
Shane
Sterling Hughes wrote:
sterling Fri Jul 4 17:58:09 2003 EDT
Modified files:
/php-src/ext/simplexml simplexml.c
Log:
fix memory cverrun when accessing an empty xml
rrichards Sat Jul 5 19:43:11 2003 EDT
Modified files:
/php-src/ext/xslxsltprocessor.c php_xsl.c
Log:
use common doc with ref counting rather than copy
Index: php-src/ext/xsl/xsltprocessor.c
diff -u php-src/ext/xsl/xsltprocessor.c:1.6 php-src/ext/xsl/x