[PHP-CVS] cvs: php-src /tests/classes serialize_001.phpt

2007-07-11 Thread Dmitry Stogov
dmitry Wed Jul 11 06:36:24 2007 UTC Modified files: /php-src/tests/classes serialize_001.phpt Log: removed seccond --UEXPECT-- http://cvs.php.net/viewvc.cgi/php-src/tests/classes/serialize_001.phpt?r1=1.4r2=1.5diff_format=u Index:

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

2007-07-11 Thread Antony Dovgal
MFH ? On 11.07.2007 00:13, Sascha Schumann wrote: sas Tue Jul 10 20:13:29 2007 UTC Modified files: /php-src/main/streams plain_wrapper.c Log: - fix concurrent reader/writer use case (we read, while the other process writes - if we don't try read

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

2007-07-11 Thread Derick Rethans
On Wed, 11 Jul 2007, Antony Dovgal wrote: MFH ? Test case? Derick -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2007-07-11 Thread Jani Taskinen
Shouldn't this be MFH'd?? --Jani On Tue, 2007-07-10 at 20:13 +, Sascha Schumann wrote: sas Tue Jul 10 20:13:29 2007 UTC Modified files: /php-src/main/streams plain_wrapper.c Log: - fix concurrent reader/writer use case (we read, while the

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

2007-07-11 Thread Jani Taskinen
janiWed Jul 11 08:47:45 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/snmp config.m4 Log: MFH: Changed AC_ARG_ENABLE to PHP_ARG_ENABLE http://cvs.php.net/viewvc.cgi/php-src/ext/snmp/config.m4?r1=1.32.2.1.2.1r2=1.32.2.1.2.2diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/file popen_pclose_error-sunos.phpt popen_pclose_error.phpt

2007-07-11 Thread Raghubansh Kumar
kraghubaWed Jul 11 09:13:47 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/filepopen_pclose_error-sunos.phpt popen_pclose_error.phpt Log: better check for skip

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

2007-07-11 Thread Jani Taskinen
janiWed Jul 11 10:23:47 2007 UTC Modified files: /php-src/main main.c Log: - No return value for void function http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.734r2=1.735diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.734

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

2007-07-11 Thread Jani Taskinen
janiWed Jul 11 10:24:04 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: MFH: No return values for void function http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.41r2=1.640.2.23.2.42diff_format=u Index:

RE: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/openssl openssl.c

2007-07-11 Thread Dmitry Stogov
I don't think it is imprtant fix. Nobody uses non-sting pasphrases. :) I found this bug in PHP6 where it was real stopper (because of unicode passphrases) and then backported it to 5.2. Thanks. Dmitry. -Original Message- From: Pierre [mailto:[EMAIL PROTECTED] Sent: Wednesday, July

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

2007-07-11 Thread Jani Taskinen
janiWed Jul 11 10:27:16 2007 UTC Modified files: /php-srcacinclude.m4 /php-src/ext/standard config.m4 Log: - Cleanup, nuked some unnecessary macros. http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.371r2=1.372diff_format=u Index:

[PHP-CVS] cvs: php-src / acinclude.m4

2007-07-11 Thread Jani Taskinen
janiWed Jul 11 10:35:47 2007 UTC Modified files: /php-srcacinclude.m4 Log: - Improved PHP_SETUP_ICU http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.372r2=1.373diff_format=u Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.372

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/openssl openssl.c

2007-07-11 Thread Pierre
On 7/11/07, Dmitry Stogov [EMAIL PROTECTED] wrote: I don't think it is imprtant fix. Nobody uses non-sting pasphrases. :) I found this bug in PHP6 where it was real stopper (because of unicode passphrases) and then backported it to 5.2. If it changes / fixes a behaviors/bugs, it has be in the

[PHP-CVS] cvs: php-src /ext/mysql/tests 001.phpt 002.phpt 003.phpt connect.inc skipif.inc table.inc

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 11:12:11 2007 UTC Modified files: /php-src/ext/mysql/testsconnect.inc table.inc skipif.inc 001.phpt 002.phpt 003.phpt Log: Trying to fix broken tests. The last set of files committed a few weeks ago broke

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard config.m4

2007-07-11 Thread Jani Taskinen
janiWed Jul 11 11:50:37 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard config.m4 Log: MFH: cleanup, removed unnecessary macro definitions

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

2007-07-11 Thread Dmitry Stogov
dmitry Wed Jul 11 12:10:28 2007 UTC Modified files: /php-src/ext/opensslopenssl.c /php-src/ext/openssl/tests 005.phpt bug28382.phpt Log: Unicode support improved openssl_x509_parse() extensions support

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/openssl openssl.c /ext/openssl/tests bug28382.phpt

2007-07-11 Thread Dmitry Stogov
dmitry Wed Jul 11 12:18:14 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/opensslopenssl.c /php-src/ext/openssl/tests bug28382.phpt Log: mproced openssl_x509_parse() to return extensions in readable form

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

2007-07-11 Thread Jani Taskinen
janiWed Jul 11 11:55:46 2007 UTC Modified files: /php-src/ext/standard config.m4 Log: - Nuke extra AC_MSG_CHECKING http://cvs.php.net/viewvc.cgi/php-src/ext/standard/config.m4?r1=1.85r2=1.86diff_format=u Index: php-src/ext/standard/config.m4 diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard config.m4

2007-07-11 Thread Jani Taskinen
janiWed Jul 11 11:56:03 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard config.m4 Log: MFH: Nuked unnecessary AC_MSG_CHECKING http://cvs.php.net/viewvc.cgi/php-src/ext/standard/config.m4?r1=1.80.2.3.2.2r2=1.80.2.3.2.3diff_format=u

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_affected_rows.phpt mysql_client_encoding.phpt mysql_close.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 11:57:45 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_affected_rows.phpt mysql_client_encoding.phpt mysql_close.phpt Log: Whitespace: replacing spaces with tab to

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_db_name.phpt mysql_drop_db.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 12:47:23 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_db_name.phpt mysql_drop_db.phpt Log: Those two should be whitespace / coding standards only. However, in some of my commit messages I might be wrong, it's hard to say what we

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_create_db.phpt mysql_data_seek.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 12:28:47 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_create_db.phpt mysql_data_seek.phpt Log: Should be whitespace/coding standards changes only.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_db_query.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 12:50:35 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_db_query.phpt Log: Whitespace/Coding Standards. Test for default link added.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_connect.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 12:26:21 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_connect.phpt Log: Mostly whitespace (replacing spaces with tab). Additional, weak test for host:port:socket syntax, just to make sure we cover the underlying C code.

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

2007-07-11 Thread Dmitry Stogov
dmitry Wed Jul 11 12:57:55 2007 UTC Modified files: /php-src/ext/standard/tests/array extract.phpt /php-src/ext/standard/tests/fileflock_error.phpt Log: Fixed tests

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_errno.phpt mysql_error.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 12:57:57 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_error.phpt mysql_errno.phpt Log: Whitespace/Coding Standards. The tests origin from ext/mysqli/tests. ext/mysqli/tests should have a skipifemb.inc, which is not needed and

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_escape_string.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 13:22:17 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_escape_string.phpt Log: 1) Whitespace / Coding Standards 2) Don't even dare to have variables that sound like connection parameters and don't come from connect.inc 3)

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

2007-07-11 Thread Antony Dovgal
tony2001Wed Jul 11 13:26:47 2007 UTC Modified files: /php-src/ext/reflection php_reflection.c Log: fix typo and bug #41962 http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection.c?r1=1.276r2=1.277diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/reflection php_reflection.c

2007-07-11 Thread Antony Dovgal
tony2001Wed Jul 11 13:27:49 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/reflection php_reflection.c Log: MFH: fix copy/paste type and bug #41962

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_fetch_assoc.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 13:29:41 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_fetch_assoc.phpt Log: Whitespace / Coding Standards http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_fetch_assoc.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_fetch_array.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 13:36:11 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_fetch_array.phpt Log: Aside from whitespace / coding standards this one is more interesting. We added a flag to check if a MySQL column type is a binary type. If so,

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_fetch_lengths.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 13:51:32 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_fetch_lengths.phpt Log: Whitespace. Removing reference to skipifemb.inc.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_fetch_object.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 13:56:37 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_fetch_object.phpt Log: Whitespace/Coding Standards, removing reference to skipifemb.inc, tweaking EXPECTF.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_field_flags.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 14:11:19 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_field_flags.phpt Log: Whitespace/Coding Standards, removal of skipifemb.inc, improved testing and checking for expected field types.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_field_len.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 14:28:22 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_field_len.phpt Log: Whitespace and the usual suspect: skipifemb.inc http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_field_len.phpt?r1=1.1r2=1.2diff_format=u

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

2007-07-11 Thread Dmitry Stogov
dmitry Wed Jul 11 14:32:54 2007 UTC Modified files: /php-src/main/streams streams.c Log: Fixed wrong warning http://cvs.php.net/viewvc.cgi/php-src/main/streams/streams.c?r1=1.152r2=1.153diff_format=u Index: php-src/main/streams/streams.c diff -u

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

2007-07-11 Thread Dmitry Stogov
dmitry Wed Jul 11 14:33:30 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main/streams streams.c Log: Fixed wrong warning http://cvs.php.net/viewvc.cgi/php-src/main/streams/streams.c?r1=1.82.2.6.2.15r2=1.82.2.6.2.16diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_field_name.phpt mysql_field_seek.phpt mysql_field_table.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 14:36:26 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_field_name.phpt mysql_field_seek.phpt mysql_field_table.phpt Log: Removing reference to skipifemb.inc which is

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_field_type.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 14:41:54 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_field_type.phpt Log: Whitespace/Coding Standard http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_field_type.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_free_result.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 14:44:18 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_free_result.phpt Log: Whitespace/Coding Standards and new check what happens if one tries to free not a mysql resource but a file resource.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_get_host_info.phpt mysql_get_proto_info.phpt mysql_get_server_info.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 15:07:29 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_get_host_info.phpt mysql_get_server_info.phpt mysql_get_proto_info.phpt Log: Mainly Whitespace/CS changes.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_info.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 15:13:10 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_info.phpt Log: Whitespace only http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_info.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_insert_id.phpt mysql_list_dbs.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 15:17:47 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_insert_id.phpt mysql_list_dbs.phpt Log: Whitespace and new checks for default connection.

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

2007-07-11 Thread Dmitry Stogov
dmitry Wed Jul 11 15:17:59 2007 UTC Modified files: /php-src/main/streams memory.c Log: Unicode support http://cvs.php.net/viewvc.cgi/php-src/main/streams/memory.c?r1=1.34r2=1.35diff_format=u Index: php-src/main/streams/memory.c diff -u

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_fetch_field.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 15:26:08 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_fetch_field.phpt Log: Whitespace and more testing. http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_fetch_field.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard/tests/strings count_chars.phpt

2007-07-11 Thread Johannes Schl
johannesWed Jul 11 15:46:20 2007 UTC Modified files: /php-src/ext/standard/tests/strings count_chars.phpt Log: Fix test for unicode mode http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/count_chars.phpt?r1=1.2r2=1.3diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_list_fields.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 15:47:39 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_list_fields.phpt Log: Whitespace only http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_list_fields.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_list_processes.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 15:49:32 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_list_processes.phpt Log: Whitespace/Coding Standards and check added for default connection.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_num_fields.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 15:51:48 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_num_fields.phpt Log: Whitespace/CS only http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_num_fields.phpt?r1=1.1r2=1.2diff_format=u Index:

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

2007-07-11 Thread Dmitry Stogov
dmitry Wed Jul 11 15:52:44 2007 UTC Modified files: /php-src/ext/standard basic_functions.c Log: Unicode support http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.862r2=1.863diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/xmlreader php_xmlreader.c /ext/xmlreader/tests 008.phpt

2007-07-11 Thread Dmitry Stogov
dmitry Wed Jul 11 16:47:30 2007 UTC Modified files: /php-src/ext/xmlreader php_xmlreader.c /php-src/ext/xmlreader/tests008.phpt Log: Unicode support

[PHP-CVS] cvs: php-src / acinclude.m4 /ext/mbstring mbstring.c /ext/standard basic_functions.c mail.c php_mail.h /main config.w32.h main.c /win32/build config.w32.h.in

2007-07-11 Thread Johannes Schl
johannesWed Jul 11 17:39:04 2007 UTC Modified files: /php-srcacinclude.m4 /php-src/ext/mbstring mbstring.c /php-src/ext/standard basic_functions.c mail.c php_mail.h /php-src/main config.w32.h main.c /php-src/win32/build

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/reflection/tests reflectionClass_getName_basic.phpt reflectionClass_getName_error.phpt reflectionClass_getName_error1.phpt reflectionClass_isInstance_basic.phpt re

2007-07-11 Thread Zoe Slattery
zoe Wed Jul 11 20:11:34 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/reflection/tests reflectionClass_isInstantiable_variation.phpt

[PHP-CVS] cvs: php-src /ext/reflection/tests reflectionClass_getName_basic.phpt reflectionClass_getName_error.phpt reflectionClass_getName_error1.phpt reflectionClass_isInstance_basic.phpt reflectionC

2007-07-11 Thread Zoe Slattery
zoe Wed Jul 11 20:16:43 2007 UTC Modified files: /php-src/ext/reflection/tests reflectionClass_isUserDefined_basic.phpt reflectionClass_isInstantiable_basic.phpt

[PHP-CVS] cvs: php-src / acinclude.m4

2007-07-11 Thread Jani Taskinen
janiWed Jul 11 21:47:04 2007 UTC Modified files: /php-srcacinclude.m4 Log: MFB: PHP_CHECK_CONFIGURE_OPTIONS http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.374r2=1.375diff_format=u Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.374

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

2007-07-11 Thread Jani Taskinen
janiWed Jul 11 21:51:10 2007 UTC Modified files: /php-src/ext/pgsql config.m4 /php-src/ext/pdo_pgsql config.m4 Log: - Removed unused empty macro and nuked illegal use of $withval

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo_pgsql config.m4 /ext/pgsql config.m4

2007-07-11 Thread Jani Taskinen
janiWed Jul 11 21:51:55 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pgsql config.m4 /php-src/ext/pdo_pgsql config.m4 Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/config.m4?r1=1.46.2.1.2.4r2=1.46.2.1.2.5diff_format=u

[PHP-CVS] cvs: php-src /ext/reflection php_reflection.c /ext/reflection/tests bug41884.phpt

2007-07-11 Thread Antony Dovgal
tony2001Wed Jul 11 22:03:59 2007 UTC Added files: /php-src/ext/reflection/tests bug41884.phpt Modified files: /php-src/ext/reflection php_reflection.c Log: implement (or fix?) #41884

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/reflection php_reflection.c /ext/reflection/tests bug41884.phpt

2007-07-11 Thread Antony Dovgal
tony2001Wed Jul 11 22:06:54 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/reflection/tests bug41884.phpt Modified files: /php-srcNEWS /php-src/ext/reflection php_reflection.c Log: MFH

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

2007-07-11 Thread Antony Dovgal
tony2001Wed Jul 11 22:15:44 2007 UTC Modified files: /php-src/ext/oci8 config.m4 Log: check PHP version only when enabled and replace tabs with spaces http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/config.m4?r1=1.66r2=1.67diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/oci8 config.m4

2007-07-11 Thread Antony Dovgal
tony2001Wed Jul 11 22:16:11 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/oci8 config.m4 Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/config.m4?r1=1.55.2.3.2.7r2=1.55.2.3.2.8diff_format=u Index: php-src/ext/oci8/config.m4 diff

[PHP-CVS] cvs: php-src / configure.in

2007-07-11 Thread Jani Taskinen
janiWed Jul 11 23:13:20 2007 UTC Modified files: /php-srcconfigure.in Log: - Enabled PHP_CHECK_CONFIGURE_OPTIONS (check for unknown configure options) http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.633r2=1.634diff_format=u Index:

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

2007-07-11 Thread Jani Taskinen
janiWed Jul 11 23:10:46 2007 UTC Modified files: /php-src/ext/odbc config.m4 Log: - Changed all AC_ARG_* options to PHP_ARG_* options. http://cvs.php.net/viewvc.cgi/php-src/ext/odbc/config.m4?r1=1.80r2=1.81diff_format=u Index: php-src/ext/odbc/config.m4

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_get_client_info.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 14:45:53 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_get_client_info.phpt Log: Whitespace and new too many arguments check.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_fetch_row.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 14:01:39 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_fetch_row.phpt Log: Whitespace and - as usual - removing skipifemb.inc http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_fetch_row.phpt?r1=1.1r2=1.2diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) / acinclude.m4

2007-07-11 Thread Jani Taskinen
janiWed Jul 11 15:16:56 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcacinclude.m4 Log: - Introducing 1st part of show unknown configure options and nuked PHP_REGEX macro for good