[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2003-09-23 Thread changelog
changelog Tue Sep 23 20:32:11 2003 EDT Modified files: /php-srcChangeLog Log: ChangeLog update Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1396 php-src/ChangeLog:1.1397 --- php-src/ChangeLog:1.1396Mon Sep 22 20:32:04 2003 +++

[PHP-CVS] cvs: php-src /ext/snmp config.m4

2003-09-23 Thread Jani Taskinen
sniper Tue Sep 23 04:15:50 2003 EDT Modified files: /php-src/ext/snmp config.m4 Log: - Fixed bug #25604 (HAVE_SNMP_PARSE_OID undefined with phpize build) Index: php-src/ext/snmp/config.m4 diff -u php-src/ext/snmp/config.m4:1.30

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/snmp config.m4

2003-09-23 Thread Jani Taskinen
sniper Tue Sep 23 04:16:48 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/snmp config.m4 Log: MFH: - Fixed bug #25604 (HAVE_SNMP_PARSE_OID undefined with phpize build) Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.401

[PHP-CVS] cvs: php-src /ext/gettext/tests .cvsignore gettext_basic.phpt /ext/gettext/tests/locale/fi/LC_MESSAGES messages.mo messages.po

2003-09-23 Thread Jani Taskinen
sniper Tue Sep 23 06:00:24 2003 EDT Added files: /php-src/ext/gettext/tests .cvsignore gettext_basic.phpt /php-src/ext/gettext/tests/locale/fi/LC_MESSAGESmessages.mo messages.po Log: Added

[PHP-CVS] cvs: php-src /ext/gettext/tests/locale/fi/LC_MESSAGES messages.mo

2003-09-23 Thread Jani Taskinen
sniper Tue Sep 23 06:05:48 2003 EDT Removed files: /php-src/ext/gettext/tests/locale/fi/LC_MESSAGESmessages.mo Log: remove corrupt file -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /ext/gettext/tests/locale/fi/LC_MESSAGES messages.mo

2003-09-23 Thread Jani Taskinen
sniper Tue Sep 23 06:06:20 2003 EDT Modified files: /php-src/ext/gettext/tests/locale/fi/LC_MESSAGESmessages.mo Log: add as binary.. Index: php-src/ext/gettext/tests/locale/fi/LC_MESSAGES/messages.mo -- PHP CVS Mailing List (http://www.php.net/) To

Re: [PHP-CVS] email address at php.net

2003-09-23 Thread Derick Rethans
On Tue, 23 Sep 2003, Adrian Ciutureanu wrote: I created an e-mail address ([EMAIL PROTECTED]) about 2 years ago and I forgot where I can reconfigure (address where it forwards) OR where I can delete that address. I'm not sure, but I think I created it in the same time with my CVS account. I

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

2003-09-23 Thread Moriyoshi Koizumi
moriyoshi Tue Sep 23 09:21:02 2003 EDT Modified files: /php-src/ext/mbstring mbstring.c Log: Remove unused variable Index: php-src/ext/mbstring/mbstring.c diff -u php-src/ext/mbstring/mbstring.c:1.196 php-src/ext/mbstring/mbstring.c:1.197 ---

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

2003-09-23 Thread Moriyoshi Koizumi
moriyoshi Tue Sep 23 09:23:31 2003 EDT Modified files: /php-src/ext/mbstring mbstring.c Log: Oops Index: php-src/ext/mbstring/mbstring.c diff -u php-src/ext/mbstring/mbstring.c:1.197 php-src/ext/mbstring/mbstring.c:1.198 ---

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/openssl openssl.c /ext/openssl/tests bug25614.phpt

2003-09-23 Thread Wez Furlong
wez Tue Sep 23 10:52:27 2003 EDT Added files: (Branch: PHP_4_3) /php-src/ext/openssl/tests bug25614.phpt Modified files: /php-src/ext/opensslopenssl.c Log: Fix for bug #25614. The openssl_pkey_get_public() doesn't work as

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

2003-09-23 Thread Jani Taskinen
sniper Tue Sep 23 12:04:04 2003 EDT Modified files: /php-src/main internal_functions.c.in Log: Removed unnecessary ssl.h include Index: php-src/main/internal_functions.c.in diff -u php-src/main/internal_functions.c.in:1.25

[PHP-CVS] cvs: php-src(PHP_4_3) /main internal_functions.c.in

2003-09-23 Thread Jani Taskinen
sniper Tue Sep 23 12:04:56 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main internal_functions.c.in Log: MFH: Removed unnecessary ssl.h include Index: php-src/main/internal_functions.c.in diff -u php-src/main/internal_functions.c.in:1.22.4.1

[PHP-CVS] cvs: php-src /ext/openssl openssl.c /ext/openssl/tests bug25614.phpt

2003-09-23 Thread Wez Furlong
wez Tue Sep 23 12:05:51 2003 EDT Modified files: /php-src/ext/opensslopenssl.c /php-src/ext/openssl/tests bug25614.phpt Log: MFB 25614 fix Index: php-src/ext/openssl/openssl.c diff -u php-src/ext/openssl/openssl.c:1.81

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

2003-09-23 Thread Andrey Hristov
andrey Tue Sep 23 13:37:29 2003 EDT Modified files: /php-src/ext/standard array.c basic_functions.c php_array.h Log: 4 new functions : array_udiff() array_udiff_assoc() array_diff_uassoc() array_udiff_uassoc() They work like array_diff() or

[PHP-CVS] cvs: php-src /ext/standard/tests/array 007.phpt

2003-09-23 Thread Andrey Hristov
andrey Tue Sep 23 13:40:35 2003 EDT Modified files: /php-src/ext/standard/tests/array 007.phpt Log: New test cases for the new 4 functions : - array_udiff() - array_udiff_assoc() - array_diff_uassoc() - array_udiff_uassoc() Index:

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

2003-09-23 Thread Moriyoshi Koizumi
moriyoshi Tue Sep 23 16:11:06 2003 EDT Modified files: /php-src/ext/mbstring php_mbregex.c Log: Remove useless mutex code due to the switch to oniguruma. Index: php-src/ext/mbstring/php_mbregex.c diff -u php-src/ext/mbstring/php_mbregex.c:1.43

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

2003-09-23 Thread Ard Biesheuvel
abies Tue Sep 23 17:17:17 2003 EDT Modified files: /php-srcNEWS Log: Added ibase_gen_id() Index: php-src/NEWS diff -u php-src/NEWS:1.1467 php-src/NEWS:1.1468 --- php-src/NEWS:1.1467 Thu Sep 18 13:37:23 2003 +++ php-src/NEWSTue Sep 23 17:17:16 2003

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

2003-09-23 Thread Jani Taskinen
sniper Tue Sep 23 18:17:41 2003 EDT Modified files: /php-src/ext/interbase interbase.c Log: ws fix Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interbase.c:1.186 php-src/ext/interbase/interbase.c:1.187 ---

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

2003-09-23 Thread Ard Biesheuvel
abies Tue Sep 23 19:09:08 2003 EDT Modified files: /php-src/ext/interbase interbase.c Log: Always return long from ibase_gen_id() on IB 6 Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interbase.c:1.187

Re: [PHP-CVS] cvs: php-src /ext/standard array.c basic_functions.c php_array.h

2003-09-23 Thread Wez Furlong
Should these functions really go into the core? Perhaps they are better off in an extension (pecl/array_utils ?) The names aren't really all that obvious to me either. --Wez. - Original Message - From: Andrey Hristov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 23,

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/gettext/tests gettext_basic.phpt /ext/gettext/tests/locale/fi/LC_MESSAGES messages.mo messages.po

2003-09-23 Thread Jani Taskinen
sniper Tue Sep 23 20:44:24 2003 EDT Added files: (Branch: PHP_4_3) /php-src/ext/gettext/tests gettext_basic.phpt /php-src/ext/gettext/tests/locale/fi/LC_MESSAGESmessages.mo messages.po Log: MFH:

[PHP-CVS] cvs: php-src /ext/gettext gettext.c php_gettext.h

2003-09-23 Thread Jani Taskinen
sniper Tue Sep 23 22:07:05 2003 EDT Modified files: /php-src/ext/gettextgettext.c php_gettext.h Log: - Fixed bug #24402 (Compile failure with gettext 0.12.x) Index: php-src/ext/gettext/gettext.c diff -u php-src/ext/gettext/gettext.c:1.42

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/gettext gettext.c php_gettext.h

2003-09-23 Thread Jani Taskinen
sniper Tue Sep 23 22:08:50 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/gettextgettext.c php_gettext.h Log: MFH: Fixed bug #24402 (Compile failure with gettext 0.12.x) Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src /ext/mbstring/tests mb_send_mail01.phpt mb_send_mail02.phpt mb_send_mail03.phpt mb_send_mail04.phpt

2003-09-23 Thread Ilia Alshanetsky
iliaa Tue Sep 23 22:27:44 2003 EDT Modified files: /php-src/ext/mbstring/tests mb_send_mail01.phpt mb_send_mail02.phpt mb_send_mail03.phpt mb_send_mail04.phpt Log: Specify full path for cat utility used by the test. Index:

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/bz2/tests with_strings.phpt /ext/mbstring/tests mb_send_mail01.phpt mb_send_mail02.phpt mb_send_mail03.phpt mb_send_mail04.phpt /ext/standard/tests/aggregation aggregate.phpt aggregate_methods.phpt aggregate_methods_by_list.phpt aggregate_methods_by_regexp.phpt aggregate_properties.phpt aggregate_properties_by_list.phpt aggregate_properties_by_regexp.phpt aggregation_info.phpt deaggregate.phpt /ext/standard/tests/array 001.phpt 002.phpt 003.phpt array_search.phpt /ext/standard/tests/math abs.phpt pow.phpt round.phpt /ext/standard/tests/strings trim.phpt wordwrap.phpt

2003-09-23 Thread Ilia Alshanetsky
iliaa Tue Sep 23 22:29:16 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard/tests/strings wordwrap.phpt trim.phpt /php-src/ext/standard/tests/mathround.phpt pow.phpt abs.phpt /php-src/ext/standard/tests/array array_search.phpt 003.phpt

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

2003-09-23 Thread Ilia Alshanetsky
iliaa Tue Sep 23 22:30:18 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: Bug fixing news. Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.404 php-src/NEWS:1.1247.2.405 --- php-src/NEWS:1.1247.2.404 Tue Sep 23 22:08:35 2003 +++