[PHP-CVS] svn: /php/php-src/trunk/ README.RELEASE_PROCESS

2011-02-17 Thread Johannes Schlüter
johannes Thu, 17 Feb 2011 10:06:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308421 Log: Some updates for the release process, mostly cvs-svn things Changed paths: U php/php-src/trunk/README.RELEASE_PROCESS Modified:

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/standard/tests/file/userstreams_005.phpt main/streams/userspace.c

2011-02-16 Thread Gustavo André dos Santos Lopes
cataphract Thu, 17 Feb 2011 00:25:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308410 Log: - Classes that implement stream wrappers can define a method called stream_truncate that will respond to truncation, e.g. through ftruncate. Closes

[PHP-CVS] svn: /php/php-src/trunk/ acinclude.m4 ext/intl/config.m4 ext/intl/php_intl.c

2011-02-15 Thread Pierre Joye
pajoye Tue, 15 Feb 2011 08:28:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308351 Log: - fix build with ICU 4.2, add ICU_VERSION for m4 checks Changed paths: U php/php-src/trunk/acinclude.m4 U

[PHP-CVS] svn: /php/php-src/trunk/ext/intl/ config.w32

2011-02-15 Thread Pierre Joye
pajoye Tue, 15 Feb 2011 08:48:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308353 Log: - fix intl build with ICU 4.2, windows part Changed paths: U php/php-src/trunk/ext/intl/config.w32 Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-14 Thread Felipe Pena
felipe Mon, 14 Feb 2011 23:43:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308344 Log: - Fixed memory leak Changed paths: U php/php-src/trunk/ext/snmp/snmp.c Modified: php/php-src/trunk/ext/snmp/snmp.c

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-14 Thread Felipe Pena
felipe Mon, 14 Feb 2011 23:58:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308345 Log: - Fixed memory leak on serialize(new SNMP) Changed paths: U php/php-src/trunk/ext/snmp/snmp.c Modified: php/php-src/trunk/ext/snmp/snmp.c

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-14 Thread Felipe Pena
felipe Tue, 15 Feb 2011 00:07:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308346 Log: - Fixed crash on unserialize(serialize(new SNMP)) Changed paths: U php/php-src/trunk/ext/snmp/snmp.c Modified: php/php-src/trunk/ext/snmp/snmp.c

[PHP-CVS] svn: /php/php-src/trunk/win32/build/ Makefile.phpize

2011-02-10 Thread Pierre Joye
pajoye Thu, 10 Feb 2011 21:40:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308229 Log: - missing Changed paths: A php/php-src/trunk/win32/build/Makefile.phpize Added: php/php-src/trunk/win32/build/Makefile.phpize

[PHP-CVS] svn: /php/php-src/trunk/win32/build/ phpize.bat

2011-02-10 Thread Pierre Joye
pajoye Thu, 10 Feb 2011 21:42:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308230 Log: - missing Changed paths: A php/php-src/trunk/win32/build/phpize.bat Added: php/php-src/trunk/win32/build/phpize.bat

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-05 Thread Boris Lytochkin
lytboris Sat, 05 Feb 2011 13:22:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308046 Log: fix crash caused by incorrect offset altering Changed paths: U php/php-src/trunk/ext/snmp/snmp.c Modified: php/php-src/trunk/ext/snmp/snmp.c

[PHP-CVS] svn: /php/php-src/trunk/ext/intl/spoofchecker/ spoofchecker_main.c

2011-02-03 Thread Scott MacVicar
scottmac Thu, 03 Feb 2011 16:29:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307976 Log: Fix docblocks on SpoofChecker and remove exceptions after discussion with Stas. Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/standard/basic_functions.c ext/standard/basic_functions.h main/SAPI.c main/SAPI.h

2011-02-03 Thread Scott MacVicar
scottmac Thu, 03 Feb 2011 16:47:28 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307977 Log: Add header_register_callback(), allows a userland function to be called as all the headers are being sent and after all of the default headers have been

[PHP-CVS] svn: /php/php-src/trunk/ext/mbstring/tests/ bug20087.phpt mb_parse_str.phpt mb_parse_str02.phpt

2011-02-03 Thread Scott MacVicar
scottmac Thu, 03 Feb 2011 17:07:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307978 Log: XFAIL these for the moment, Kalle totally broke these in 298241 when removing register_globals Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/main/ SAPI.c

2011-02-03 Thread Kalle Sommer Nielsen
kalleThu, 03 Feb 2011 23:57:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307986 Log: Fix ZTS build Changed paths: U php/php-src/trunk/main/SAPI.c Modified: php/php-src/trunk/main/SAPI.c

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-01 Thread Boris Lytochkin
lytboris Tue, 01 Feb 2011 08:20:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307898 Log: preprocessed changes made in rev.307894: keeping ext/snmp backwards compatible Changed paths: U php/php-src/trunk/ext/snmp/snmp.c Modified:

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-01 Thread Pierre Joye
hi, I wonder why you need that as we don't release snmp outside php. I would suggest to either drop these backward compatible checks (cleaner code) or consider to do release through pecl as well and then these checks make sense. Cheers, On Tue, Feb 1, 2011 at 9:20 AM, Boris Lytochkin

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-01 Thread Lytochkin Boris
Hi. I use this module in my production Cacti environment, which uses 5.2 branch. As I use FreeBSD, I'm able to build snmp extension separately from base php as .so module and I use this possibility :) As long as Cacti would need 5.2 to run I will mantain those ugly checks (I believe this legacy

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-01 Thread Pierre Joye
yes, but this branch is trunk and is not supposed to be 5.2 compatible. If you want to get it out with previous versions support, then go through pecl as well. But without such external releases it will just clutter the codes. Cheers, On Tue, Feb 1, 2011 at 9:51 AM, Lytochkin Boris

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd_auth.c

2011-02-01 Thread Pierre Joye
On Mon, Jan 31, 2011 at 3:55 PM, Andrey Hristov p...@hristov.com wrote: this will return emalloc-ed memory, right? Later this memory will be freed with free() and guess what happens :) Is it used outside php? if not then it is a documentation matter no? returned value has to be freed using

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd_auth.c

2011-02-01 Thread Kalle Sommer Nielsen
Hi Andrey 2011/1/31, Andrey Hristov p...@hristov.com: On 01/31/2011 01:32 PM, Kalle Sommer Nielsen wrote: this will return emalloc-ed memory, right? Later this memory will be freed with free() and guess what happens :) No, the e functions will return emalloc()'d memory, the zend_str

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd_auth.c

2011-02-01 Thread Andrey Hristov
On 02/01/2011 11:36 AM, Kalle Sommer Nielsen wrote: Hi Andrey 2011/1/31, Andrey Hristov p...@hristov.com: On 01/31/2011 01:32 PM, Kalle Sommer Nielsen wrote: this will return emalloc-ed memory, right? Later this memory will be freed with free() and guess what happens :) No, the e

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-01 Thread Pierre Joye
pajoye Tue, 01 Feb 2011 13:57:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307914 Log: - fix build, wrong version id Changed paths: U php/php-src/trunk/ext/snmp/snmp.c Modified: php/php-src/trunk/ext/snmp/snmp.c

[PHP-CVS] svn: /php/php-src/trunk/ext/zip/ zip_stream.c

2011-02-01 Thread Gustavo André dos Santos Lopes
cataphract Tue, 01 Feb 2011 14:43:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307916 Log: - Fixed bug #49072 (feof never returns true for damaged file in zip). Bug: http://bugs.php.net/49072 (Re-Opened) feof never returns true for damaged

[PHP-CVS] svn: /php/php-src/trunk/ ext/standard/streamsfuncs.c main/network.c main/streams/filter.c main/streams/streams.c

2011-02-01 Thread Gustavo André dos Santos Lopes
cataphract Tue, 01 Feb 2011 18:11:16 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307923 Log: - Fixed several comparisons that always result in true of false due to signedness of one of the operands, either by removing dead code or fixing it.

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd_auth.c

2011-01-31 Thread Kalle Sommer Nielsen
kalleMon, 31 Jan 2011 12:32:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307878 Log: Use our own zend_strndup() implementation of strndup() -- Fixes build on platforms without strndup(), like Windows Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd.c

2011-01-31 Thread Andrey Hristov
andrey Mon, 31 Jan 2011 13:29:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307882 Log: Don't lose this data anymore. It worked without the fix, but it with it is just correct (trunk only). Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd_auth.c

2011-01-31 Thread Andrey Hristov
On 01/31/2011 01:32 PM, Kalle Sommer Nielsen wrote: kalleMon, 31 Jan 2011 12:32:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307878 Log: Use our own zend_strndup() implementation of strndup() -- Fixes build on platforms without

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-01-31 Thread Felipe Pena
felipe Tue, 01 Feb 2011 01:02:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307894 Log: - Fixed build Changed paths: U php/php-src/trunk/ext/snmp/snmp.c Modified: php/php-src/trunk/ext/snmp/snmp.c

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/snmp/php_snmp.h ext/snmp/snmp.c ext/snmp/tests/snmp_parse_oid.phpt

2011-01-31 Thread Boris Lytochkin
lytboris Tue, 01 Feb 2011 07:45:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307897 Log: - Improved SNMP extension: . Allow ~infinite OIDs in GET/GETNEXT/SET queries. Autochunk them to max_oids upon request. Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd.c

2011-01-28 Thread Andrey Hristov
andrey Fri, 28 Jan 2011 17:33:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307827 Log: clear error before doing anything, because we can get trapped by previous error : php -r '$link = mysqli_init(); var_dump($link-real_connect(127.0.0.1,

[PHP-CVS] svn: /php/php-src/trunk/Zend/ tests/bug53748.phpt zend_compile.c

2011-01-28 Thread Felipe Pena
felipe Fri, 28 Jan 2011 21:19:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307832 Log: - Fixed bug #53748 (Using traits lead to a segmentation fault) Bug: http://bugs.php.net/53748 (Open) Using traits lead to a segmentation fault

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING

2011-01-28 Thread Adam Harvey
aharvey Sat, 29 Jan 2011 05:26:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307839 Log: Revert the UPGRADING change in r307807, since it's actually completely pointless, as Johannes pointed out. Changed paths: U

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

2011-01-27 Thread Scott MacVicar
scottmac Thu, 27 Jan 2011 11:47:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307779 Log: Fix crash with mbstring, this probably isn't the correct behaviour but 272/276 of the tests pass after this. When mbstring.language is unset, it ends

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/pgsql/pgsql.c

2011-01-27 Thread Ilia Alshanetsky
iliaaThu, 27 Jan 2011 16:02:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307797 Log: Added support for extra parameter for PGNotify(). Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/ext/pgsql/pgsql.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd_auth.c

2011-01-27 Thread Andrey Hristov
andrey Thu, 27 Jan 2011 17:30:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307798 Log: fix a crash in new code Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd_auth.c Modified: php/php-src/trunk/ext/mysqlnd/mysqlnd_auth.c

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd_auth.c

2011-01-27 Thread Andrey Hristov
andrey Thu, 27 Jan 2011 18:51:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307799 Log: a better habitat Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd_auth.c Modified: php/php-src/trunk/ext/mysqlnd/mysqlnd_auth.c

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/standard/html.c ext/standard/html_tables/html_table_gen.php ext/standard/html_tables.h ext/standard/tests/strings/htmlentities05.phpt ext/standard/test

2011-01-25 Thread Gustavo André dos Santos Lopes
cataphract Tue, 25 Jan 2011 10:57:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307728 Log: - Fixed CHARSET_UNICODE_COMPAT (ISO-8859-1 is compatible in the relevant sense). - Fixed usage of zend_multibyte_get_internal_encoding (its return cannot

[PHP-CVS] svn: /php/php-src/trunk/ext/mysql/ php_mysql.c

2011-01-25 Thread Ulf Wendel
uw Tue, 25 Jan 2011 12:51:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307730 Log: Always bail about deprecation, make warning visible. It is documented to be deprecated in the 5.3 manual but the deprecation warning was tied to

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqli/tests/ mysqli_auth_pam.phpt

2011-01-25 Thread Ulf Wendel
uw Tue, 25 Jan 2011 17:00:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307736 Log: Check PAM auth plugin build in to mysqlnd. I am afraid one cant do much better testing without making many assumptions on the server setup. Changed

Re: [PHP-CVS] svn: /php/php-src/trunk/ Zend/zend.c Zend/zend_compile.c Zend/zend_globals.h Zend/zend_language_scanner.c Zend/zend_language_scanner.h Zend/zend_language_scanner.l Zend/zend_language_sca

2011-01-24 Thread Dmitry Stogov
Hi Moriyoshi, Sorry, but I'll have to revert your patches to make ext/mbstring work again. I'm going do it on Wednesday. Please respond if you are going to fix it your self. Thanks. Dmitry. On 01/13/2011 05:32 PM, Dmitry Stogov wrote: Hi Moriyoshi, I just came from long vacation and found

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd.c mysqlnd_auth.c mysqlnd_priv.h

2011-01-24 Thread Andrey Hristov
andrey Mon, 24 Jan 2011 13:58:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307711 Log: small cleanups Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd.c U php/php-src/trunk/ext/mysqlnd/mysqlnd_auth.c U

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd_auth.c

2011-01-24 Thread Andrey Hristov
andrey Mon, 24 Jan 2011 13:59:28 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307712 Log: fix typos Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd_auth.c Modified: php/php-src/trunk/ext/mysqlnd/mysqlnd_auth.c

[PHP-CVS] svn: /php/php-src/trunk/sapi/cli/ Makefile.frag

2011-01-23 Thread Felipe Pena
felipe Sun, 23 Jan 2011 22:40:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307687 Log: - Fix missing mkdir for bindir (patch by David Tajchreber) Changed paths: U php/php-src/trunk/sapi/cli/Makefile.frag Modified:

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

2011-01-20 Thread Pierre Joye
pajoye Thu, 20 Jan 2011 12:23:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307624 Log: - should not have been applied Changed paths: U php/php-src/trunk/main/main.c Modified: php/php-src/trunk/main/main.c

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

2011-01-20 Thread Felipe Pena
felipe Thu, 20 Jan 2011 12:32:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307625 Log: - Removed accidental changes Changed paths: U php/php-src/trunk/main/main.c Modified: php/php-src/trunk/main/main.c

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd.c mysqlnd_statistics.c

2011-01-19 Thread Andrey Hristov
andrey Wed, 19 Jan 2011 17:51:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307592 Log: fix ZTS build Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd.c U php/php-src/trunk/ext/mysqlnd/mysqlnd_statistics.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/win32/ inet.h

2011-01-19 Thread Pierre Joye
pajoye Wed, 19 Jan 2011 19:48:28 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307596 Log: - xp sp3 does not have them Changed paths: U php/php-src/trunk/win32/inet.h Modified: php/php-src/trunk/win32/inet.h

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_compile.c

2011-01-19 Thread Pierre Joye
pajoye Wed, 19 Jan 2011 21:40:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307600 Log: - fix warning about undefined zend_multibyte_set_filter and zend_multibyte_yyinput_again, why are they not in zend_multibyte.h btw? Changed paths:

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING

2011-01-19 Thread Philip Olson
philip Wed, 19 Jan 2011 22:41:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307602 Log: Fixed a couple of trivial typos Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING

[PHP-CVS] svn: /php/php-src/trunk/ext/com_dotnet/ com_olechar.c

2011-01-19 Thread Pierre Joye
pajoye Thu, 20 Jan 2011 06:44:16 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307612 Log: - init err Changed paths: U php/php-src/trunk/ext/com_dotnet/com_olechar.c Modified: php/php-src/trunk/ext/com_dotnet/com_olechar.c

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/mysqli/mysqli_api.c ext/mysqli/tests/047.phpt ext/mysqli/tests/mysqli_fetch_field.phpt ext/mysqli/tests/mysqli_fetch_field_direct.phpt ext/mysqli/

2011-01-17 Thread Kalle Sommer Nielsen
kalleMon, 17 Jan 2011 10:43:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307532 Log: Added 'catalog' to the field fetching functions in mysqli (Thanks to Johannes for the headsup) Changed paths: U php/php-src/trunk/NEWS U

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ config.w32

2011-01-16 Thread Kalle Sommer Nielsen
kalleSun, 16 Jan 2011 15:44:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307512 Log: Fix mysqlnd build Changed paths: U php/php-src/trunk/ext/mysqlnd/config.w32 Modified: php/php-src/trunk/ext/mysqlnd/config.w32

[PHP-CVS] svn: /php/php-src/trunk/main/ php_output.h

2011-01-14 Thread Andrey Hristov
andrey Fri, 14 Jan 2011 12:32:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307474 Log: gcc barks about these, so clean it Changed paths: U php/php-src/trunk/main/php_output.h Modified: php/php-src/trunk/main/php_output.h

[PHP-CVS] svn: /php/php-src/trunk/ext/ mysqli/mysqli_api.c mysqli/mysqli_libmysql.h mysqli/mysqli_mysqlnd.h mysqli/mysqli_nonapi.c mysqlnd/mysqlnd.c mysqlnd/mysqlnd.h mysqlnd/mysqlnd_auth.c mysqlnd/my

2011-01-14 Thread Andrey Hristov
andrey Fri, 14 Jan 2011 13:00:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307475 Log: Change things to allow passing of the password length to mysqlnd. This is needed as a password might include a \0 and thus we need to be binary safe.

[PHP-CVS] svn: /php/php-src/trunk/ext/mysql/ php_mysql.c

2011-01-14 Thread Andrey Hristov
andrey Fri, 14 Jan 2011 20:02:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307492 Log: merge from branch Changed paths: U php/php-src/trunk/ext/mysql/php_mysql.c Modified: php/php-src/trunk/ext/mysql/php_mysql.c

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd.c mysqlnd_auth.c mysqlnd_priv.h mysqlnd_structs.h mysqlnd_wireprotocol.c mysqlnd_wireprotocol.h

2011-01-14 Thread Andrey Hristov
andrey Fri, 14 Jan 2011 20:04:17 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307493 Log: Update on the mysqlnd auth plugins, changed the plugin structure and where they load themselves. 0xFE packets (method switch) needs to be done,

Re: [PHP-CVS] svn: /php/php-src/trunk/ Zend/zend.c Zend/zend_compile.c Zend/zend_globals.h Zend/zend_language_scanner.c Zend/zend_language_scanner.h Zend/zend_language_scanner.l Zend/zend_language_sca

2011-01-13 Thread Dmitry Stogov
Hi Moriyoshi, I just came from long vacation and found most of the ext/mbstring related tests failed. Looking into the problems I found a lot of places where PHP crashes because of NULL pointer deference. Some other tests produce incorrect output. Have you tried to run make test with your

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ config.w32 config9.m4 mysqlnd.c mysqlnd_auth.c mysqlnd_enum_n_def.h mysqlnd_priv.h mysqlnd_structs.h mysqlnd_wireprotocol.c mysqlnd_wireprotocol.h

2011-01-12 Thread Andrey Hristov
andrey Wed, 12 Jan 2011 21:40:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307423 Log: grok the MySQL 5.5 extended handshake. Move the authentication routines, the native ones, to separate file and encapsulate them in a plugin. Depending on

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/intl/config.m4 ext/intl/config.w32 ext/intl/php_intl.c ext/intl/spoofchecker/spoofchecker.c ext/intl/spoofchecker/spoofchecker.h ext/intl/spoofchecker/spoof

2011-01-12 Thread Scott MacVicar
scottmac Thu, 13 Jan 2011 06:53:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307431 Log: Add Spoofchecker to intl extension. Implements part of Unicode TR36 and TR39 Changed paths: U php/php-src/trunk/NEWS U

[PHP-CVS] svn: /php/php-src/trunk/ext/intl/spoofchecker/ spoofchecker_class.c spoofchecker_create.c spoofchecker_main.c

2011-01-12 Thread Scott MacVicar
scottmac Thu, 13 Jan 2011 07:46:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307433 Log: intl: Add Spoofchecker cloning, fix typo in prototype, rename some variables and tidy syntax. Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd.c mysqlnd_wireprotocol.c mysqlnd_wireprotocol.h

2011-01-11 Thread Andrey Hristov
andrey Tue, 11 Jan 2011 13:02:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307377 Log: Use common code to handle initial authentication and COM_CHANGE_USER Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd.c U

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd_plugin.c

2011-01-10 Thread Andrey Hristov
andrey Mon, 10 Jan 2011 15:28:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307341 Log: plug a leak Changed paths: U php/php-src/trunk/ext/mysqlnd/mysqlnd_plugin.c Modified: php/php-src/trunk/ext/mysqlnd/mysqlnd_plugin.c

[PHP-CVS] svn: /php/php-src/trunk/win32/build/ config.w32

2011-01-10 Thread Pierre Joye
pajoye Mon, 10 Jan 2011 21:04:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307353 Log: - do not enable analyzer for snapshot Changed paths: U php/php-src/trunk/win32/build/config.w32 Modified:

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING Zend/tests/class_exists_003.phpt Zend/tests/trait_exists_001.phpt Zend/tests/trait_exists_002.phpt Zend/tests/trait_exists_003.phpt Zend/zend_builtin_funct

2011-01-09 Thread Stefan Marr
gron Sun, 09 Jan 2011 19:57:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307307 Log: Added trait_exists() [TRAITS] [DOC] - also changed class_exists() to return false for traits - added related tests, and get_declared_traits() tests in

[PHP-CVS] svn: /php/php-src/trunk/TSRM/ tsrm_virtual_cwd.c

2011-01-09 Thread Pierre Joye
pajoye Mon, 10 Jan 2011 00:59:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307317 Log: - WS Changed paths: U php/php-src/trunk/TSRM/tsrm_virtual_cwd.c Modified: php/php-src/trunk/TSRM/tsrm_virtual_cwd.c

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/pdo_mysql/mysql_driver.c ext/pdo_mysql/php_pdo_mysql_int.h

2011-01-07 Thread Kalle Sommer Nielsen
kalleFri, 07 Jan 2011 14:39:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307224 Log: Implemented FR #47802, support for character sets in DSN strings for PDO_MYSQL Bug: http://bugs.php.net/47802 (Open) PDO_MYSQL doesn't use the charset

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/pdo_mysql/mysql_driver.c ext/pdo_mysql/php_pdo_mysql_int.h

2011-01-07 Thread Andrey Hristov
On 01/07/2011 03:39 PM, Kalle Sommer Nielsen wrote: kalleFri, 07 Jan 2011 14:39:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307224 Log: Implemented FR #47802, support for character sets in DSN strings for PDO_MYSQL Bug:

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ config.w32

2011-01-07 Thread Pierre Joye
pajoye Fri, 07 Jan 2011 14:57:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307225 Log: - missing add header Changed paths: U php/php-src/trunk/ext/standard/config.w32 Modified: php/php-src/trunk/ext/standard/config.w32

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_mysql/ mysql_driver.c

2011-01-07 Thread Kalle Sommer Nielsen
kalleFri, 07 Jan 2011 14:58:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307226 Log: Update to use mysql_options() instead of mysql_set_character_set() (As suggested by Andrey) Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/pdo_mysql/mysql_driver.c ext/pdo_mysql/php_pdo_mysql_int.h

2011-01-07 Thread Kalle Sommer Nielsen
Hi Andrey 2011/1/7 Andrey Hristov p...@hristov.com: On 01/07/2011 03:39 PM, Kalle Sommer Nielsen wrote: this fix is inefficient. Implies a query to the server. Much efficient is using mysql_options() on a MYSQL handle after mysql_init() but before mysql_real_connect() (which sets the charset

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/pdo_mysql/ mysql_driver.c

2011-01-07 Thread Christopher Jones
On 1/7/11 6:58 AM, Kalle Sommer Nielsen wrote: kalleFri, 07 Jan 2011 14:58:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307226 Log: Update to use mysql_options() instead of mysql_set_character_set() (As suggested by Andrey) Is

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_mysql/ mysql_driver.c tests/mysql_pdo_test.inc tests/pdo_mysql_connect_charset.phpt

2011-01-07 Thread Kalle Sommer Nielsen
kalleFri, 07 Jan 2011 17:18:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307228 Log: Added test case for #47802 and fixed macro name after the move to mysql_options() Bug: http://bugs.php.net/47802 (Assigned) PDO_MYSQL doesn't use the

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/mysqli/mysqli_api.c ext/mysqli/tests/047.phpt ext/mysqli/tests/mysqli_fetch_field.phpt ext/mysqli/tests/mysqli_fetch_field_direct.phpt ext/mysqli/

2011-01-07 Thread Kalle Sommer Nielsen
kalleFri, 07 Jan 2011 18:25:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307231 Log: Implemented FR #39847 (mysqli_fetch_[field|fields|field_direct] need to return db) Bug: http://bugs.php.net/39847 (Assigned)

[PHP-CVS] svn: /php/php-src/trunk/win32/build/ config.w32

2011-01-07 Thread Pierre Joye
pajoye Fri, 07 Jan 2011 20:50:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307239 Log: - enable ASLR and NXCOMPAT by default Changed paths: U php/php-src/trunk/win32/build/config.w32 Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c http.c php_http.h url.h

2011-01-07 Thread Rui Hirokawa
hirokawa Sat, 08 Jan 2011 02:21:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307247 Log: added an option to http_build_query for RFC-3986 based url-encoding. Changed paths: U php/php-src/trunk/ext/standard/basic_functions.c U

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/spl/internal/regexiterator.inc ext/spl/spl_iterators.c ext/spl/spl_iterators.h ext/spl/tests/regexiterator_getregex.phpt

2011-01-05 Thread Adam Harvey
aharvey Thu, 06 Jan 2011 02:32:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307147 Log: Implement request #53659 (Implementing RegexIterator::getRegex() method). Patch by Joshua Thijssen. Bug: http://bugs.php.net/53659 (Assigned)

[PHP-CVS] svn: /php/php-src/trunk/Zend/tests/ declare_001.phpt ns_086.phpt

2011-01-04 Thread Felipe Pena
felipe Tue, 04 Jan 2011 22:01:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307094 Log: - Fixed tests Changed paths: U php/php-src/trunk/Zend/tests/declare_001.phpt U php/php-src/trunk/Zend/tests/ns_086.phpt Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/gd/ gd.c gd_ctx.c libgd/gd_io.h

2011-01-03 Thread Pierre Joye
pajoye Mon, 03 Jan 2011 09:22:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307018 Log: - stream output support for image outputs functions Changed paths: U php/php-src/trunk/ext/gd/gd.c U php/php-src/trunk/ext/gd/gd_ctx.c U

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

2011-01-03 Thread Pierre Joye
pajoye Mon, 03 Jan 2011 09:33:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307019 Log: - kill c++ comment Changed paths: U php/php-src/trunk/ext/gd/gd.c Modified: php/php-src/trunk/ext/gd/gd.c

[PHP-CVS] svn: /php/php-src/trunk/ext/gd/ gd_ctx.c

2011-01-03 Thread Pierre Joye
pajoye Mon, 03 Jan 2011 15:35:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307029 Log: - fix crash when argc 1 and to_zval is NULL (thx tony for the headup) Changed paths: U php/php-src/trunk/ext/gd/gd_ctx.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/gd/ gd_ctx.c

2011-01-03 Thread Pierre Joye
pajoye Mon, 03 Jan 2011 15:36:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307030 Log: - slightly cleaner Changed paths: U php/php-src/trunk/ext/gd/gd_ctx.c Modified: php/php-src/trunk/ext/gd/gd_ctx.c

[PHP-CVS] svn: /php/php-src/trunk/ext/gd/ gd_ctx.c

2011-01-03 Thread Pierre Joye
pajoye Mon, 03 Jan 2011 20:38:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307039 Log: - useless commented code Changed paths: U php/php-src/trunk/ext/gd/gd_ctx.c Modified: php/php-src/trunk/ext/gd/gd_ctx.c

[PHP-CVS] svn: /php/php-src/trunk/win32/build/ Makefile

2011-01-02 Thread Pierre Joye
pajoye Mon, 03 Jan 2011 01:07:28 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307007 Log: - silent copy Changed paths: U php/php-src/trunk/win32/build/Makefile Modified: php/php-src/trunk/win32/build/Makefile

[PHP-CVS] svn: /php/php-src/trunk/win32/build/ config.w32.phpize.in

2011-01-02 Thread Pierre Joye
pajoye Mon, 03 Jan 2011 01:22:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307009 Log: - missing file Changed paths: A php/php-src/trunk/win32/build/config.w32.phpize.in Added: php/php-src/trunk/win32/build/config.w32.phpize.in

[PHP-CVS] svn: /php/php-src/trunk/win32/build/ phpize.js.in

2011-01-01 Thread Pierre Joye
pajoye Sat, 01 Jan 2011 20:00:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306957 Log: - missing file Changed paths: A php/php-src/trunk/win32/build/phpize.js.in Added: php/php-src/trunk/win32/build/phpize.js.in

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING Zend/tests/026.phpt Zend/tests/033.phpt Zend/tests/bug52041.phpt Zend/tests/bug52614.phpt Zend/zend_execute.c ext/dom/tests/bug47430.phpt ext/reflecti

2010-12-31 Thread Scott MacVicar
scottmac Fri, 31 Dec 2010 16:57:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306931 Log: Silently casting an empty string, null or false into an object by adding a property is pretty non-intuitive. If the same value was 1 or true you get a

[PHP-CVS] svn: /php/php-src/trunk/ TSRM/TSRM.c TSRM/TSRM.h TSRM/tsrm_nw.c TSRM/tsrm_nw.h TSRM/tsrm_virtual_cwd.c TSRM/tsrm_virtual_cwd.h TSRM/tsrm_win32.c TSRM/tsrm_win32.h Zend/acconfig.h Zend/zend.c

2010-12-31 Thread Felipe Pena
felipe Sat, 01 Jan 2011 02:17:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306938 Log: - Year++ Changed paths: U php/php-src/trunk/TSRM/TSRM.c U php/php-src/trunk/TSRM/TSRM.h U php/php-src/trunk/TSRM/tsrm_nw.c U

[PHP-CVS] svn: /php/php-src/trunk/ext/phar/ dirstream.c dirstream.h func_interceptors.c func_interceptors.h phar.c phar_internal.h phar_object.c phar_path_check.c pharzip.h php_phar.h stream.c stream.

2010-12-31 Thread Felipe Pena
felipe Sat, 01 Jan 2011 02:46:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306940 Log: - Year++ Changed paths: U php/php-src/trunk/ext/phar/dirstream.c U php/php-src/trunk/ext/phar/dirstream.h U

[PHP-CVS] svn: /php/php-src/trunk/ext/fileinfo/ fileinfo.c php_fileinfo.h

2010-12-31 Thread Felipe Pena
felipe Sat, 01 Jan 2011 02:51:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306942 Log: - Year++ Changed paths: U php/php-src/trunk/ext/fileinfo/fileinfo.c U php/php-src/trunk/ext/fileinfo/php_fileinfo.h Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/ mysql/tests/mysql_phpinfo.phpt mysqli/tests/mysqli_phpinfo.phpt mysqlnd/config.w32 mysqlnd/config9.m4 mysqlnd/mysqlnd.c mysqlnd/mysqlnd.h mysqlnd/mysqlnd_charset

2010-12-28 Thread Andrey Hristov
andrey Tue, 28 Dec 2010 15:16:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306802 Log: extending the API interface - plugins can register themselves with a structure and can be searched. Every plugin can have statistics and they are shown

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ php_mysqlnd.c

2010-12-28 Thread Andrey Hristov
andrey Tue, 28 Dec 2010 16:41:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306803 Log: C89 fix Changed paths: U php/php-src/trunk/ext/mysqlnd/php_mysqlnd.c Modified: php/php-src/trunk/ext/mysqlnd/php_mysqlnd.c

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend.c

2010-12-27 Thread Antony Dovgal
tony2001 Mon, 27 Dec 2010 20:25:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306761 Log: initialize script_encoding_list (reported by Gustavo Lopes) Changed paths: U php/php-src/trunk/Zend/zend.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_multibyte.c

2010-12-24 Thread Moriyoshi Koizumi
moriyoshiFri, 24 Dec 2010 08:42:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306613 Log: - Fix startup warnings. Changed paths: U php/php-src/trunk/Zend/zend_multibyte.c Modified: php/php-src/trunk/Zend/zend_multibyte.c

[PHP-CVS] svn: /php/php-src/trunk/Zend/tests/multibyte/ multibyte_encoding_001.phpt multibyte_encoding_002.phpt multibyte_encoding_003.phpt multibyte_encoding_004.phpt multibyte_encoding_005.phpt mult

2010-12-24 Thread Felipe Pena
felipe Sat, 25 Dec 2010 01:42:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306629 Log: - Fixed INI test section Changed paths: U php/php-src/trunk/Zend/tests/multibyte/multibyte_encoding_001.phpt U

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo/ pdo_stmt.c

2010-12-23 Thread Ilia Alshanetsky
iliaaThu, 23 Dec 2010 14:38:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306588 Log: Fixed compiler warning Changed paths: U php/php-src/trunk/ext/pdo/pdo_stmt.c Modified: php/php-src/trunk/ext/pdo/pdo_stmt.c

[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/spl/spl_directory.c ext/spl/tests/DirectoryIterator_getExtension_basic.phpt ext/spl/tests/SplFileInfo_getExtension_basic.phpt

2010-12-23 Thread Peter Cowburn
salathe Thu, 23 Dec 2010 22:32:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306593 Log: Implemented FR #48767 (SplFileInfo::getExtension()) Bug: http://bugs.php.net/48767 (Open) SplFileInfo::getExtension() Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/spl/spl_directory.c ext/spl/tests/DirectoryIterator_getExtension_basic.phpt ext/spl/tests/SplFileInfo_getExtension_basic.phpt

2010-12-23 Thread Kalle Sommer Nielsen
Hi Peter 2010/12/23 Peter Cowburn sala...@php.net: salathe                                  Thu, 23 Dec 2010 22:32:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306593 Log: Implemented FR #48767 (SplFileInfo::getExtension()) Please make a note of this in the NEWS file

[PHP-CVS] svn: /php/php-src/trunk/ NEWS

2010-12-23 Thread Peter Cowburn
salathe Fri, 24 Dec 2010 07:28:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306609 Log: NEWS for FR #48767 (SplFileInfo::getExtension()) Bug: http://bugs.php.net/48767 (Open) SplFileInfo::getExtension() Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/trunk/ Zend/zend.c Zend/zend_compile.c Zend/zend_globals.h Zend/zend_language_scanner.c Zend/zend_language_scanner.h Zend/zend_language_scanner.l Zend/zend_language_sca

2010-12-22 Thread Moriyoshi Koizumi
Okay, I'm gonna take a look into it. Thanks. Moriyoshi On Tue, Dec 21, 2010 at 10:39 PM, Antony Dovgal t...@daylessday.org wrote: To reproduce, use the following configure line: ./configure --enable-exif On 12/21/2010 12:34 PM, Antony Dovgal wrote: ext/exif doesn't compile after this patch

[PHP-CVS] svn: /php/php-src/trunk/ext/exif/ exif.c

2010-12-22 Thread Moriyoshi Koizumi
moriyoshiWed, 22 Dec 2010 10:25:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=306572 Log: - Fix build. Changed paths: U php/php-src/trunk/ext/exif/exif.c Modified: php/php-src/trunk/ext/exif/exif.c

<    1   2   3   4   5   6   7   8   9   10   >