[PHP-CVS] cvs: php-src /ext/iconv iconv.c

2008-01-20 Thread Sara Golemon
pollita Mon Jan 21 07:30:49 2008 UTC Modified files: /php-src/ext/iconv iconv.c Log: Some unicode upgrades... http://cvs.php.net/viewvc.cgi/php-src/ext/iconv/iconv.c?r1=1.163r2=1.164diff_format=u Index: php-src/ext/iconv/iconv.c diff -u

[PHP-CVS] cvs: php-src /ext/dbase dbase.c

2008-01-24 Thread Sara Golemon
pollita Thu Jan 24 10:27:59 2008 UTC Modified files: /php-src/ext/dbase dbase.c Log: Fix potential crash when non-array is used optimisticly http://cvs.php.net/viewvc.cgi/php-src/ext/dbase/dbase.c?r1=1.90r2=1.91diff_format=u Index: php-src/ext/dbase/dbase.c

[PHP-CVS] cvs: php-src /main main.c

2006-03-09 Thread Sara Golemon
pollita Thu Mar 9 20:31:58 2006 UTC Modified files: /php-src/main main.c Log: Move temporary local storage of primary file's realpath up one block to ensure it stays on the stack.

[PHP-CVS] cvs: php-src(PHP_5_1) /main main.c

2006-03-09 Thread Sara Golemon
pollita Thu Mar 9 20:32:23 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/main main.c Log: MFH: Move temporary local storage of primary file's realpath up one block to ensure it stays on the stack.

[PHP-CVS] cvs: php-src /main/streams streams.c

2006-03-13 Thread Sara Golemon
pollita Mon Mar 13 20:54:06 2006 UTC Modified files: /php-src/main/streams streams.c Log: Make php_stream_write_buffer() return characters written, not bytes http://cvs.php.net/viewcvs.cgi/php-src/main/streams/streams.c?r1=1.100r2=1.101diff_format=u

[PHP-CVS] cvs: php-src /ext/standard file.c /main php_streams.h /main/streams streams.c

2006-03-14 Thread Sara Golemon
pollita Tue Mar 14 21:15:05 2006 UTC Modified files: /php-src/main php_streams.h /php-src/main/streams streams.c /php-src/ext/standard file.c Log: More stream updates. fgets() will work now as will anything which calls one of the

[PHP-CVS] cvs: php-src /ext/standard file.c /main/streams streams.c

2006-03-14 Thread Sara Golemon
pollita Wed Mar 15 00:28:57 2006 UTC Modified files: /php-src/ext/standard file.c /php-src/main/streams streams.c Log: Switch (zstr) casts to use ZSTR() macro.

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c /ext/standard file.c filters.c streamsfuncs.c user_filters.c /ext/unicode unicode_filter.c /ext/zlib zlib_filter.c /main php_streams.h /main/strea

2006-03-14 Thread Sara Golemon
make test stops work after this patch, because now fgets() always returns FALSE. It is not possible for me to commit ZE patches without testing. Please fix this ASAP or revert your patches. Sorry about that. Should look good now (though of course there's still stuff to be done with streams

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c /ext/standardfile.c filters.c streamsfuncs.c user_filters.c /ext/unicode unicode_filter.c/ext/zlib zlib_filter.c /main php_streams.h /main/streams

2006-03-15 Thread Sara Golemon
: Derick Rethans [EMAIL PROTECTED] To: Sara Golemon [EMAIL PROTECTED] Cc: Dmitry Stogov [EMAIL PROTECTED]; php-cvs@lists.php.net Sent: Wednesday, March 15, 2006 7:05 AM Subject: Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c /ext/standardfile.c filters.c streamsfuncs.c user_filters.c /ext/unicode

[PHP-CVS] cvs: php-src /main/streams streams.c

2006-03-15 Thread Sara Golemon
pollita Wed Mar 15 21:18:36 2006 UTC Modified files: /php-src/main/streams streams.c Log: Fix improper byte count on partial reads http://cvs.php.net/viewcvs.cgi/php-src/main/streams/streams.c?r1=1.103r2=1.104diff_format=u Index:

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c /ext/standardfile.cfilters.c streamsfuncs.c user_filters.c /ext/unicode unicode_filter.c/ext/zlibzlib_filter.c /main php_streams.h /main/streams ca

2006-03-15 Thread Sara Golemon
PROTECTED] To: Sara Golemon [EMAIL PROTECTED] Cc: Dmitry Stogov [EMAIL PROTECTED]; php-cvs@lists.php.net Sent: Wednesday, March 15, 2006 12:36 PM Subject: Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c /ext/standardfile.cfilters.c streamsfuncs.c user_filters.c /ext/unicode unicode_filter.c/ext

[PHP-CVS] cvs: php-src /main/streams streams.c

2006-03-21 Thread Sara Golemon
pollita Tue Mar 21 18:28:42 2006 UTC Modified files: /php-src/main/streams streams.c Log: Allow grow_mode !bufstart (original assertion logic) http://cvs.php.net/viewcvs.cgi/php-src/main/streams/streams.c?r1=1.107r2=1.108diff_format=u Index:

[PHP-CVS] cvs: php-src /main/streams streams.c

2006-03-23 Thread Sara Golemon
pollita Fri Mar 24 00:19:39 2006 UTC Modified files: /php-src/main/streams streams.c Log: Add some error checking when stream converters are instantiated. Use the global conversion error handlers for output conversion (for now) We may want to make

[PHP-CVS] cvs: php-src /ext/standard streamsfuncs.c /main php_streams.h /main/streams streams.c

2006-03-24 Thread Sara Golemon
pollita Fri Mar 24 19:22:24 2006 UTC Modified files: /php-src/ext/standard streamsfuncs.c /php-src/main php_streams.h /php-src/main/streams streams.c Log: Add php_stream_get_record_unicde() API call. Update stream_get_line() userspace

[PHP-CVS] cvs: php-src /ext/standard file.c

2006-03-24 Thread Sara Golemon
pollita Fri Mar 24 21:32:39 2006 UTC Modified files: /php-src/ext/standard file.c Log: Update fgetss() for unicode http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/file.c?r1=1.428r2=1.429diff_format=u Index: php-src/ext/standard/file.c diff -u

[PHP-CVS] cvs: php-src /ext/standard streamsfuncs.c

2006-03-24 Thread Sara Golemon
pollita Fri Mar 24 21:37:42 2006 UTC Modified files: /php-src/ext/standard streamsfuncs.c Log: Fix stream_get_line(): Checking type isn't nearly as important as checking nullness...

[PHP-CVS] cvs: php-src /ext/standard streamsfuncs.c

2006-03-24 Thread Sara Golemon
pollita Fri Mar 24 22:27:13 2006 UTC Modified files: /php-src/ext/standard streamsfuncs.c Log: Allow bidirectional encoding option via single context param http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/streamsfuncs.c?r1=1.70r2=1.71diff_format=u

[PHP-CVS] cvs: php-src /main/streams streams.c

2006-03-24 Thread Sara Golemon
pollita Sat Mar 25 04:37:44 2006 UTC Modified files: /php-src/main/streams streams.c Log: Handle converter instantiation errors properly http://cvs.php.net/viewcvs.cgi/php-src/main/streams/streams.c?r1=1.111r2=1.112diff_format=u Index:

[PHP-CVS] cvs: php-src / NEWS /ext/standard streamsfuncs.c

2006-03-25 Thread Sara Golemon
pollita Sun Mar 26 04:40:11 2006 UTC Modified files: /php-srcNEWS /php-src/ext/standard streamsfuncs.c Log: Expand stream_context_create() to allow specifying params as well as options. Ignore the internal name change of the first arg. The

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c file.c streamsfuncs.c streamsfuncs.h /ext/unicode config.m4 config.w32 php_unicode.h unicode.c unicode_filter.c /main main.c php_streams.h /ma

2006-03-28 Thread Sara Golemon
pollita Wed Mar 29 01:20:43 2006 UTC Added files: /php-src/main/streams unicode_filter.c Removed files: /php-src/ext/unicodeunicode_filter.c Modified files: /php-src/ext/standard basic_functions.c

[PHP-CVS] cvs: php-src /ext/standard file.c /main/streams streams.c

2006-03-29 Thread Sara Golemon
pollita Wed Mar 29 22:52:24 2006 UTC Modified files: /php-src/ext/standard file.c /php-src/main/streams streams.c Log: Update php_stream_passthru() to handle unicode data. This updates userspace functions fpassthru() and readfile()

[PHP-CVS] cvs: php-src /ext/standard file.c /main php_streams.h /main/streams streams.c

2006-03-29 Thread Sara Golemon
pollita Thu Mar 30 00:22:51 2006 UTC Modified files: /php-src/ext/standard file.c /php-src/main php_streams.h /php-src/main/streams streams.c Log: Make php_stream_copy_to_mem() unicode aware and update userspace function

[PHP-CVS] cvs: php-src /ext/standard file.c /main php_streams.h /main/streams streams.c ZendEngine2 zend.c zend_globals.h

2006-03-31 Thread Sara Golemon
pollita Fri Mar 31 22:51:37 2006 UTC Modified files: /ZendEngine2zend.c zend_globals.h /php-src/ext/standard file.c /php-src/main php_streams.h /php-src/main/streams streams.c Log: Add API hooks and

[PHP-CVS] cvs: php-src /ext/standard file.c

2006-03-31 Thread Sara Golemon
pollita Sat Apr 1 00:05:31 2006 UTC Modified files: /php-src/ext/standard file.c Log: Update filename handling and mark various functions for unicode safety http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/file.c?r1=1.434r2=1.435diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/bz2/tests bz2_filter_compress.phpt bz2_filter_decompress.phpt with_files.phpt with_strings.phpt

2006-04-02 Thread Sara Golemon
pollita Sun Apr 2 17:41:04 2006 UTC Modified files: /php-src/ext/bz2/tests bz2_filter_compress.phpt bz2_filter_decompress.phpt with_files.phpt with_strings.phpt Log: Make some tests pass.

[PHP-CVS] cvs: php-src /ext/zlib/tests gzfilegzreadfile.phpt gzreadgzwrite.phpt gzreadgzwriteplain.phpt zlib_filter_deflate.phpt zlib_filter_inflate.phpt

2006-04-02 Thread Sara Golemon
pollita Sun Apr 2 17:49:10 2006 UTC Modified files: /php-src/ext/zlib/tests gzfilegzreadfile.phpt gzreadgzwrite.phpt gzreadgzwriteplain.phpt zlib_filter_deflate.phpt

[PHP-CVS] cvs: php-src /ext/standard/tests/network tcp4loop.phpt tcp6loop.phpt udgloop.phpt udp4loop.phpt udp6loop.phpt unixloop.phpt

2006-04-02 Thread Sara Golemon
pollita Mon Apr 3 05:57:41 2006 UTC Modified files: /php-src/ext/standard/tests/network tcp4loop.phpt tcp6loop.phpt udgloop.phpt unixloop.phpt udp4loop.phpt udp6loop.phpt Log:

[PHP-CVS] cvs: php-src /main/streams streams.c

2006-04-06 Thread Sara Golemon
pollita Thu Apr 6 19:39:11 2006 UTC Modified files: /php-src/main/streams streams.c Log: Do runtime conversions (with an E_NOTICE) on writing unicode data to a binary stream. Take the WTF out of the equation

[PHP-CVS] cvs: php-src /ext/standard/tests/file 004.phpt bug27508.phpt bug27619.phpt bug35781.phpt

2006-04-06 Thread Sara Golemon
pollita Thu Apr 6 19:51:36 2006 UTC Modified files: /php-src/ext/standard/tests/file004.phpt bug27508.phpt bug27619.phpt bug35781.phpt Log: Silence false positives in test failures

[PHP-CVS] cvs: php-src /ext/standard/tests/file stream_get_line.phpt userfilters.phpt userstreams.phpt /ext/standard/tests/filters basic.phpt

2006-04-06 Thread Sara Golemon
pollita Thu Apr 6 20:03:27 2006 UTC Modified files: /php-src/ext/standard/tests/filestream_get_line.phpt userfilters.phpt userstreams.phpt /php-src/ext/standard/tests/filters basic.phpt Log: Silence false

[PHP-CVS] cvs: php-src /ext/standard uniqid.c

2006-04-06 Thread Sara Golemon
pollita Thu Apr 6 20:05:43 2006 UTC Modified files: /php-src/ext/standard uniqid.c Log: Plug leak which occurs in unicode mode http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/uniqid.c?r1=1.44r2=1.45diff_format=u Index: php-src/ext/standard/uniqid.c

[PHP-CVS] cvs: php-src /ext/standard http_fopen_wrapper.c /main/streams filter.c php_stream_filter_api.h streams.c

2006-04-12 Thread Sara Golemon
/standard/http_fopen_wrapper.c:1.112 Sun Mar 26 17:12:26 2006 +++ php-src/ext/standard/http_fopen_wrapper.c Wed Apr 12 22:40:56 2006 @@ -19,7 +19,7 @@ | Sara Golemon [EMAIL PROTECTED

[PHP-CVS] cvs: php-src /ext/standard streamsfuncs.c /main/streams filter.c php_stream_filter_api.h

2006-04-12 Thread Sara Golemon
pollita Thu Apr 13 04:41:09 2006 UTC Modified files: /php-src/main/streams php_stream_filter_api.h filter.c /php-src/ext/standard streamsfuncs.c Log: Preserve full name of filter for use in stream_get_meta_data()

[PHP-CVS] cvs: php-src /ext/standard file.c

2006-04-14 Thread Sara Golemon
pollita Fri Apr 14 17:44:56 2006 UTC Modified files: /php-src/ext/standard file.c Log: MFB (r-1.409.2.6) copy() should not disrespect open_basedir on source file http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/file.c?r1=1.435r2=1.436diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/standard file.c

2006-04-14 Thread Sara Golemon
pollita Fri Apr 14 17:45:48 2006 UTC Modified files: (Branch: PHP_5_0) /php-src/ext/standard file.c Log: MFH (r-1.436) copy() should not disrespect open_basedir on source file

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/standard file.c

2006-04-14 Thread Sara Golemon
pollita Fri Apr 14 17:46:59 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/standard file.c Log: MFH (r-1.436) copy() should not disrespect open_basedir on source file

[PHP-CVS] cvs: php-src /ext/standard filters.c

2006-04-17 Thread Sara Golemon
pollita Mon Apr 17 19:25:48 2006 UTC Modified files: /php-src/ext/standard filters.c Log: Fix 'soft line break' handling in convert.quoted-printable-decode http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/filters.c?r1=1.54r2=1.55diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/standard filters.c

2006-04-17 Thread Sara Golemon
pollita Mon Apr 17 19:26:05 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/standard filters.c Log: MFH(r-1.55) Fix 'soft line break' handling in convert.quoted-printable-decode

[PHP-CVS] cvs: php-src /main php_streams.h /main/streams streams.c

2006-04-18 Thread Sara Golemon
pollita Tue Apr 18 19:09:31 2006 UTC Modified files: /php-src/main php_streams.h /php-src/main/streams streams.c Log: Fix copy/paste typo in php_stream_path_decode() proto

[PHP-CVS] cvs: php-src /ext/standard file.c

2006-04-18 Thread Sara Golemon
pollita Tue Apr 18 19:10:12 2006 UTC Modified files: /php-src/ext/standard file.c Log: Silence compiler warnings http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/file.c?r1=1.436r2=1.437diff_format=u Index: php-src/ext/standard/file.c diff -u

[PHP-CVS] cvs: php-src /ext/standard file.c

2006-05-02 Thread Sara Golemon
pollita Tue May 2 18:23:33 2006 UTC Modified files: /php-src/ext/standard file.c Log: Unicode Updates: file() now unicode ready get_meta_tags() updated for FS encoding, but content is still non-unicode

[PHP-CVS] cvs: php-src /ext/pdo pdo_dbh.c

2006-05-03 Thread Sara Golemon
pollita Wed May 3 21:57:58 2006 UTC Modified files: /php-src/ext/pdopdo_dbh.c Log: Expose PARAM_EVT_* constants http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/pdo_dbh.c?r1=1.128r2=1.129diff_format=u Index: php-src/ext/pdo/pdo_dbh.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo pdo_dbh.c

2006-05-03 Thread Sara Golemon
pollita Wed May 3 21:58:39 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/pdopdo_dbh.c Log: mfh(r-1.129) Expose PARAM_EVT_* constants http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/pdo_dbh.c?r1=1.82.2.30r2=1.82.2.31diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS

2006-05-03 Thread Sara Golemon
pollita Wed May 3 22:44:37 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: News entry for exporting PDO::PARAM_EVT_* constants http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.545r2=1.2027.2.546diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo package2.xml

2006-05-03 Thread Sara Golemon
pollita Thu May 4 00:21:51 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/pdopackage2.xml Log: Note addition of new class constants http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/package2.xml?r1=1.1.2.2r2=1.1.2.3diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/spl/tests iterator_041b.phpt /ext/standard/tests/file mkdir-004.phpt mkdir-005.phpt

2006-05-30 Thread Sara Golemon
pollita Tue May 30 19:05:21 2006 UTC Modified files: /php-src/ext/spl/tests iterator_041b.phpt /php-src/ext/standard/tests/filemkdir-004.phpt mkdir-005.phpt Log: Minor fixes (bjori)

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl/tests iterator_041b.phpt /ext/standard/tests/file mkdir-004.phpt mkdir-005.phpt

2006-05-30 Thread Sara Golemon
pollita Tue May 30 19:06:22 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/spl/tests iterator_041b.phpt /php-src/ext/standard/tests/filemkdir-004.phpt mkdir-005.phpt Log: MFH: Minor fixes (bjori)

[PHP-CVS] cvs: php-src /main/streams streams.c

2006-07-14 Thread Sara Golemon
pollita Fri Jul 14 19:14:40 2006 UTC Modified files: /php-src/main/streams streams.c Log: #38105 (1/3) Backward logic, filter_product == IS_STRING means the wrapper HAS applied pre-filtering

[PHP-CVS] cvs: php-src /main/streams unicode_filter.c

2006-07-14 Thread Sara Golemon
pollita Fri Jul 14 19:15:31 2006 UTC Modified files: /php-src/main/streams unicode_filter.c Log: #38105 (2/3) Filters should report char/UChar count, not bytes http://cvs.php.net/viewvc.cgi/php-src/main/streams/unicode_filter.c?r1=1.1r2=1.2diff_format=u

[PHP-CVS] cvs: php-src /ext/standard file.c

2006-07-14 Thread Sara Golemon
pollita Fri Jul 14 20:50:45 2006 UTC Modified files: /php-src/ext/standard file.c Log: #38105 (4/3) ustrlen != USTRLEN, update variable names used to keep this block's meaning clear

[PHP-CVS] cvs: php-src /main/streams unicode_filter.c

2006-07-14 Thread Sara Golemon
pollita Fri Jul 14 22:24:08 2006 UTC Modified files: /php-src/main/streams unicode_filter.c Log: Logic fix: (!a == b) != (a != b) http://cvs.php.net/viewvc.cgi/php-src/main/streams/unicode_filter.c?r1=1.2r2=1.3diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /main network.c

2006-09-11 Thread Sara Golemon
pollita Mon Sep 11 19:18:07 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main network.c Log: MFH: Bug #38687 - sockaddr local storage insufficient for all sock families

[PHP-CVS] cvs: php-src /main network.c

2006-09-11 Thread Sara Golemon
pollita Mon Sep 11 19:18:06 2006 UTC Modified files: /php-src/main network.c Log: Bug #38687 - sockaddr local storage insufficient for all sock families http://cvs.php.net/viewvc.cgi/php-src/main/network.c?r1=1.122r2=1.123diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /main network.c

2006-09-11 Thread Sara Golemon
pollita Mon Sep 11 19:18:10 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/main network.c Log: MFH: Bug #38687 - sockaddr local storage insufficient for all sock families

[PHP-CVS] cvs: php-src /ext/standard streamsfuncs.c /main/streams streams.c ZendEngine2 zend.c zend_globals.h

2006-09-19 Thread Sara Golemon
pollita Tue Sep 19 20:36:49 2006 UTC Modified files: /ZendEngine2zend.c zend_globals.h /php-src/ext/standard streamsfuncs.c /php-src/main/streams streams.c Log: Add INI controlled default stream encoding (unicode.stream_encoding).

[PHP-CVS] cvs: php-src /ext/bcmath bcmath.c

2006-09-19 Thread Sara Golemon
pollita Tue Sep 19 23:27:03 2006 UTC Modified files: /php-src/ext/bcmath bcmath.c Log: Refactor parameter parsing into the 21st century and flag Unicode readiness http://cvs.php.net/viewvc.cgi/php-src/ext/bcmath/bcmath.c?r1=1.66r2=1.67diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/hash hash.c hash_md.c hash_sha.c php_hash_md.h php_hash_sha.h

2006-09-19 Thread Sara Golemon
pollita Tue Sep 19 23:42:49 2006 UTC Modified files: /php-src/ext/hash hash.c hash_md.c hash_sha.c php_hash_md.h php_hash_sha.h Log: Strip unused implementations of md5(), md5_file(), sha1(), and sha1_file() from this extension.

[PHP-CVS] cvs: php-src /ext/hash hash.c /ext/hash/tests adler32.phpt crc32.phpt gost.phpt haval.phpt hmac-md5.phpt md2.phpt md4.phpt md5.phpt ripemd128.phpt ripemd160.phpt sha1.phpt sha256.phpt sha38

2006-09-19 Thread Sara Golemon
pollita Wed Sep 20 00:32:54 2006 UTC Modified files: /php-src/ext/hash hash.c /php-src/ext/hash/tests adler32.phpt crc32.phpt gost.phpt haval.phpt hmac-md5.phpt md2.phpt md4.phpt md5.phpt

[PHP-CVS] cvs: php-src /ext/hash hash.c hash_ripemd.c php_hash.h php_hash_ripemd.h /ext/hash/tests ripemd256.phpt ripemd320.phpt

2006-09-19 Thread Sara Golemon
pollita Wed Sep 20 01:48:06 2006 UTC Added files: /php-src/ext/hash/tests ripemd256.phpt ripemd320.phpt Modified files: /php-src/ext/hash hash.c hash_ripemd.c php_hash.h php_hash_ripemd.h Log: Add ripemd256 and ripemd320 algos

[PHP-CVS] cvs: php-src /ext/hash package.xml

2006-09-21 Thread Sara Golemon
pollita Thu Sep 21 18:22:04 2006 UTC Modified files: /php-src/ext/hash package.xml Log: Add double-width ripemd tests to package.xml http://cvs.php.net/viewvc.cgi/php-src/ext/hash/package.xml?r1=1.22r2=1.23diff_format=u Index: php-src/ext/hash/package.xml

[PHP-CVS] cvs: php-src /ext/hash package2.xml

2006-09-21 Thread Sara Golemon
pollita Thu Sep 21 18:39:30 2006 UTC Modified files: /php-src/ext/hash package2.xml Log: Add double-width ripemd tests to package2.xml as well http://cvs.php.net/viewvc.cgi/php-src/ext/hash/package2.xml?r1=1.2r2=1.3diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard streamsfuncs.c /ext/standard/tests/file 002.phpt stream_rfc2397_002.phpt

2006-09-21 Thread Sara Golemon
pollita Thu Sep 21 19:53:10 2006 UTC Modified files: /php-src/ext/standard/tests/file002.phpt stream_rfc2397_002.phpt /php-src/ext/standard streamsfuncs.c Log: Update (most of) the functions in streamsfuncs.c This commit also includes a change

[PHP-CVS] cvs: php-src /ext/standard filestat.c

2006-09-21 Thread Sara Golemon
pollita Thu Sep 21 23:36:13 2006 UTC Modified files: /php-src/ext/standard filestat.c Log: PHP6 Updates http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?r1=1.149r2=1.150diff_format=u Index: php-src/ext/standard/filestat.c diff -u

[PHP-CVS] cvs: php-src /ext/standard assert.c basic_functions.c

2006-09-21 Thread Sara Golemon
pollita Fri Sep 22 01:55:48 2006 UTC Modified files: /php-src/ext/standard assert.c basic_functions.c Log: PHP6 Updates http://cvs.php.net/viewvc.cgi/php-src/ext/standard/assert.c?r1=1.68r2=1.69diff_format=u Index: php-src/ext/standard/assert.c diff -u

[PHP-CVS] cvs: php-src /ext/standard file.c

2006-09-22 Thread Sara Golemon
pollita Fri Sep 22 18:23:33 2006 UTC Modified files: /php-src/ext/standard file.c Log: Tweak file_get_contents()'s return value a little http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.451r2=1.452diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard streamsfuncs.c

2006-09-22 Thread Sara Golemon
pollita Fri Sep 22 18:42:33 2006 UTC Modified files: /php-src/ext/standard streamsfuncs.c Log: Update stream_get_contents() for PHP6 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/streamsfuncs.c?r1=1.87r2=1.88diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard file.c

2006-09-22 Thread Sara Golemon
pollita Fri Sep 22 20:02:26 2006 UTC Modified files: /php-src/ext/standard file.c Log: Update copy() for PHP6 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.452r2=1.453diff_format=u Index: php-src/ext/standard/file.c diff -u

[PHP-CVS] cvs: php-src /ext/standard file.c

2006-09-22 Thread Sara Golemon
pollita Fri Sep 22 21:48:33 2006 UTC Modified files: /php-src/ext/standard file.c Log: Fix copy() from last commit and add a few more PHP6 updates http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.453r2=1.454diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard dir.c

2006-09-22 Thread Sara Golemon
pollita Fri Sep 22 23:57:38 2006 UTC Modified files: /php-src/ext/standard dir.c Log: PHP6 Updates http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dir.c?r1=1.153r2=1.154diff_format=u Index: php-src/ext/standard/dir.c diff -u

[PHP-CVS] cvs: php-src /ext/standard streamsfuncs.c /main php_streams.h /main/streams streams.c

2006-09-22 Thread Sara Golemon
pollita Fri Sep 22 19:54:30 2006 UTC Modified files: /php-src/main php_streams.h /php-src/ext/standard streamsfuncs.c /php-src/main/streams streams.c Log: Update stream_copy_to_stream() for PHP6

[PHP-CVS] cvs: php-src /ext/standard exec.c

2006-09-24 Thread Sara Golemon
pollita Sun Sep 24 17:03:58 2006 UTC Modified files: /php-src/ext/standard exec.c Log: PHP6 Updates http://cvs.php.net/viewvc.cgi/php-src/ext/standard/exec.c?r1=1.120r2=1.121diff_format=u Index: php-src/ext/standard/exec.c diff -u

[PHP-CVS] cvs: php-src /ext/standard md5.c sha1.c

2006-09-24 Thread Sara Golemon
pollita Sun Sep 24 17:09:46 2006 UTC Modified files: /php-src/ext/standard md5.c sha1.c Log: PHP6 Updates http://cvs.php.net/viewvc.cgi/php-src/ext/standard/md5.c?r1=1.46r2=1.47diff_format=u Index: php-src/ext/standard/md5.c diff -u

[PHP-CVS] cvs: php-src /ext/standard type.c

2006-09-24 Thread Sara Golemon
pollita Sun Sep 24 18:23:47 2006 UTC Modified files: /php-src/ext/standard type.c Log: PHP6 Updates http://cvs.php.net/viewvc.cgi/php-src/ext/standard/type.c?r1=1.42r2=1.43diff_format=u Index: php-src/ext/standard/type.c diff -u

[PHP-CVS] cvs: php-src /ext/standard file.c

2006-09-24 Thread Sara Golemon
pollita Sun Sep 24 20:01:29 2006 UTC Modified files: /php-src/ext/standard file.c Log: PHP6 Update for get_meta_tags() -- What a silly function... http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.454r2=1.455diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard file.c /main php_streams.h /main/streams plain_wrapper.c streams.c

2006-09-24 Thread Sara Golemon
pollita Sun Sep 24 20:33:14 2006 UTC Modified files: /php-src/main php_streams.h /php-src/main/streams streams.c plain_wrapper.c /php-src/ext/standard file.c Log: PHP6 Updates for popen() and related functionality

[PHP-CVS] cvs: php-src /ext/standard file.c

2006-09-24 Thread Sara Golemon
pollita Sun Sep 24 21:40:45 2006 UTC Modified files: /php-src/ext/standard file.c Log: PHP6 Updates for rmdir/mkdir/rename http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.456r2=1.457diff_format=u Index: php-src/ext/standard/file.c diff -u

[PHP-CVS] cvs: php-src /ext/standard fsock.c

2006-09-24 Thread Sara Golemon
pollita Sun Sep 24 21:43:42 2006 UTC Modified files: /php-src/ext/standard fsock.c Log: PHP6 Update: fsockopen/psfockopen http://cvs.php.net/viewvc.cgi/php-src/ext/standard/fsock.c?r1=1.123r2=1.124diff_format=u Index: php-src/ext/standard/fsock.c diff -u

[PHP-CVS] cvs: php-src /ext/standard base64.c

2006-09-24 Thread Sara Golemon
pollita Mon Sep 25 01:27:11 2006 UTC Modified files: /php-src/ext/standard base64.c Log: base64 functions are basicly binary-only ops http://cvs.php.net/viewvc.cgi/php-src/ext/standard/base64.c?r1=1.48r2=1.49diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard crc32.c crypt.c

2006-09-24 Thread Sara Golemon
pollita Mon Sep 25 01:33:57 2006 UTC Modified files: /php-src/ext/standard crc32.c crypt.c Log: Flag a couple more unicode ready functions http://cvs.php.net/viewvc.cgi/php-src/ext/standard/crc32.c?r1=1.19r2=1.20diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard type.c

2006-09-24 Thread Sara Golemon
pollita Mon Sep 25 01:37:55 2006 UTC Modified files: /php-src/ext/standard type.c Log: Make settype($var, 'string'); behave like $var = (string)$var; e.g. switch between (binary) and (unicode) depending on UG(unicode)

[PHP-CVS] cvs: php-src /ext/standard dns.c

2006-09-24 Thread Sara Golemon
pollita Mon Sep 25 02:27:24 2006 UTC Modified files: /php-src/ext/standard dns.c Log: PHP6 Updates and some very minor feature add in dns_get_record() http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.80r2=1.81diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/hash hash.c /ext/hash/tests adler32.phpt crc32.phpt gost.phpt haval.phpt hmac-md5.phpt md2.phpt md4.phpt md5.phpt ripemd128.phpt ripemd160.phpt ripemd256.phpt ripemd320.ph

2006-10-01 Thread Sara Golemon
pollita Mon Oct 2 01:38:06 2006 UTC Modified files: /php-src/ext/hash hash.c /php-src/ext/hash/tests adler32.phpt crc32.phpt gost.phpt haval.phpt hmac-md5.phpt md2.phpt md4.phpt md5.phpt

[PHP-CVS] cvs: php-src /ext/standard file.c /main php_streams.h

2006-10-01 Thread Sara Golemon
pollita Mon Oct 2 02:24:29 2006 UTC Modified files: /php-src/main php_streams.h /php-src/ext/standard file.c Log: Try out simplified API for encoding paths/filenames

[PHP-CVS] cvs: php-src /ext/standard file.c

2006-10-01 Thread Sara Golemon
pollita Mon Oct 2 02:47:34 2006 UTC Modified files: /php-src/ext/standard file.c Log: Apply simplified path encoding to copy() and give it a context param. Funnily enough, this makes the copy() implementation almost identical to what it was back in

[PHP-CVS] cvs: php-src /ext/standard file.c

2006-10-01 Thread Sara Golemon
pollita Mon Oct 2 03:13:47 2006 UTC Modified files: /php-src/ext/standard file.c Log: Apply new path encoding style to the rest of e/s/file.c This layout is definately simpler to maintain and every bit as functional as the other version.

[PHP-CVS] cvs: php-src / NEWS

2006-10-01 Thread Sara Golemon
pollita Mon Oct 2 03:17:48 2006 UTC Modified files: /php-srcNEWS Log: Note context parameter in copy() function and group streams related additions http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2123r2=1.2124diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src /ext/standard dir.c

2006-10-02 Thread Sara Golemon
pollita Mon Oct 2 17:45:30 2006 UTC Modified files: /php-src/ext/standard dir.c Log: Switch opendir/chroot/chdir to new path_param API and upgrade scandir() for PHP6 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dir.c?r1=1.155r2=1.156diff_format=u

[PHP-CVS] cvs: php-src / NEWS

2006-10-02 Thread Sara Golemon
pollita Mon Oct 2 17:47:02 2006 UTC Modified files: /php-srcNEWS Log: Note context param changes in opendir(), dir(), and scandir() http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2124r2=1.2125diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2124

[PHP-CVS] cvs: php-src /ext/standard dir.c

2006-10-02 Thread Sara Golemon
pollita Mon Oct 2 18:14:43 2006 UTC Modified files: /php-src/ext/standard dir.c Log: Update glob() for PHP6 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dir.c?r1=1.156r2=1.157diff_format=u Index: php-src/ext/standard/dir.c diff -u

[PHP-CVS] cvs: php-src /ext/standard proc_open.c

2006-10-02 Thread Sara Golemon
pollita Mon Oct 2 21:02:08 2006 UTC Modified files: /php-src/ext/standard proc_open.c Log: Flag the easy stuff out of the way, proc_open() is the real beast in here

[PHP-CVS] cvs: php-src /main main.c ZendEngine2 zend.c zend.h zend_builtin_functions.c

2006-10-03 Thread Sara Golemon
pollita Tue Oct 3 16:28:02 2006 UTC Modified files: /ZendEngine2zend.c zend.h zend_builtin_functions.c /php-src/main main.c Log: PHP6 Update for get_included_files() and export of path decode for Zend

[PHP-CVS] cvs: php-src / NEWS /ext/standard proc_open.c

2006-10-03 Thread Sara Golemon
pollita Tue Oct 3 19:37:01 2006 UTC Modified files: /php-srcNEWS /php-src/ext/standard proc_open.c Log: Update proc_open() for PHP6 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2125r2=1.2126diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src /ext/standard uuencode.c

2006-10-03 Thread Sara Golemon
pollita Tue Oct 3 19:51:35 2006 UTC Modified files: /php-src/ext/standard uuencode.c Log: PHP6 updates for convert_uu(en|de)code() http://cvs.php.net/viewvc.cgi/php-src/ext/standard/uuencode.c?r1=1.7r2=1.8diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/bz2 bz2.c /ext/bz2/tests 001.phpt 004.phpt 005.phpt

2006-10-05 Thread Sara Golemon
pollita Thu Oct 5 21:28:19 2006 UTC Modified files: /php-src/ext/bz2bz2.c /php-src/ext/bz2/tests 001.phpt 004.phpt 005.phpt Log: Updated for PHP6 http://cvs.php.net/viewvc.cgi/php-src/ext/bz2/bz2.c?r1=1.26r2=1.27diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard type.c

2006-10-06 Thread Sara Golemon
pollita Sat Oct 7 04:45:42 2006 UTC Modified files: /php-src/ext/standard type.c Log: Win32 build gets confused by expansion of U_STRING_DECL macro with constants http://cvs.php.net/viewvc.cgi/php-src/ext/standard/type.c?r1=1.45r2=1.46diff_format=u

[PHP-CVS] cvs: php-src /ext/gd gd.c

2006-10-07 Thread Sara Golemon
pollita Sat Oct 7 17:41:14 2006 UTC Modified files: /php-src/ext/gd gd.c Log: More PHP6 Updates http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.356r2=1.357diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.356

[PHP-CVS] cvs: php-src /ext/sqlite config.m4 php_sqlite.h sqlite.c

2006-10-07 Thread Sara Golemon
pollita Sat Oct 7 17:49:30 2006 UTC Modified files: /php-src/ext/sqlite config.m4 php_sqlite.h sqlite.c Log: Update SQLITE2 (non-PDO parts at least) for PHP6/Unicode Change default build of bundled libsqlite to utf8 mode iso-8859 mode is still available using

[PHP-CVS] cvs: php-src /ext/standard type.c

2006-10-08 Thread Sara Golemon
pollita Sun Oct 8 18:00:44 2006 UTC Modified files: /php-src/ext/standard type.c Log: Fix win32 (again), just temporarily convert the classname to ascii on this platform...

[PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c streamsfuncs.c streamsfuncs.h

2006-10-08 Thread Sara Golemon
pollita Mon Oct 9 02:48:06 2006 UTC Modified files: /php-src/ext/standard basic_functions.c streamsfuncs.c streamsfuncs.h /php-srcNEWS Log: Add stream_resolve_include_path()

[PHP-CVS] cvs: php-src /ext/standard file.c

2006-10-08 Thread Sara Golemon
pollita Mon Oct 9 02:52:27 2006 UTC Modified files: /php-src/ext/standard file.c Log: Fix realpath() in unicode mode http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.462r2=1.463diff_format=u Index: php-src/ext/standard/file.c diff -u

<    1   2   3   4   5   >