andrey Thu, 02 Feb 2012 15:00:42 +
Revision: http://svn.php.net/viewvc?view=revision&revision=323020
Log:
assert
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_wireprotocol.c
U php/php-src/branches/PHP_5_4/ext/mysqlnd/mysqlnd_w
sixd Thu, 12 Jan 2012 23:23:05 +
Revision: http://svn.php.net/viewvc?view=revision&revision=322156
Log:
Fix configuration message typo and alignment (5.4 merge approved by Stas)
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/config9.m4
andrey Tue, 22 Nov 2011 16:38:06 +
Revision: http://svn.php.net/viewvc?view=revision&revision=319690
Log:
use the method in all builds. Thus it can be used for detection
of state transitioning in every case
Changed paths:
U php/php-src/branches/PHP_5_3
andrey Tue, 18 Oct 2011 14:10:44 +
Revision: http://svn.php.net/viewvc?view=revision&revision=318185
Log:
move change_user closer to connect
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c
Modified: php/php-src/branches/PHP_5_3/ext
andrey Fri, 14 Oct 2011 14:12:16 +
Revision: http://svn.php.net/viewvc?view=revision&revision=318113
Log:
this should be decided by configure
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.h
Modified: php/php-src/branches/PHP_5_3/ex
johannes Sun, 25 Sep 2011 13:06:09 +
Revision: http://svn.php.net/viewvc?view=revision&revision=317275
Log:
- Fix folding
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c
U php/php-src/branches/PHP_5_4/ext/mysqlnd/mysqlnd.c
U
andrey Mon, 05 Sep 2011 15:37:58 +
Revision: http://svn.php.net/viewvc?view=revision&revision=316189
Log:
missing from previous commit for #55582
Bug: https://bugs.php.net/55582 (Closed) mysqli_num_rows() returns always 0 for
unbuffered, when mysqlnd is use
cataphract Mon, 05 Sep 2011 00:39:39 +
Revision: http://svn.php.net/viewvc?view=revision&revision=316124
Log:
- Fixed bad xor in signed types due to integer promotion.
- Replaced undefined signed overflow with char -> unsigned char conversion.
Changed paths:
andrey Fri, 02 Sep 2011 12:59:32 +
Revision: http://svn.php.net/viewvc?view=revision&revision=316036
Log:
fix message
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/config9.m4
U php/php-src/branches/PHP_5_4/ext/mysqlnd/config9.m4
U
andrey Fri, 02 Sep 2011 11:22:41 +
Revision: http://svn.php.net/viewvc?view=revision&revision=316035
Log:
function rename to comply with the schema of other callbacks
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_ps.c
U php/ph
andrey Wed, 31 Aug 2011 18:18:23 +
Revision: http://svn.php.net/viewvc?view=revision&revision=315911
Log:
Fix valgrind error (sending of initialized bytes over the network).
When the compression was successful the compressed data + uninitialized data
at the e
andrey Fri, 26 Aug 2011 12:14:31 +
Revision: http://svn.php.net/viewvc?view=revision&revision=315549
Log:
fix valgrind warnings in debug builds
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c
U php/php-src/branches/PHP_5_4/ext
andrey Wed, 10 Aug 2011 14:12:24 +
Revision: http://svn.php.net/viewvc?view=revision&revision=314740
Log:
relax constraint
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_stru
andrey Wed, 27 Jul 2011 10:26:59 +
Revision: http://svn.php.net/viewvc?view=revision&revision=313767
Log:
longer error messages, don't cut them
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c
U php/php-src/branches/PHP_5_4/ext
andrey Tue, 05 Jul 2011 20:31:53 +
Revision: http://svn.php.net/viewvc?view=revision&revision=312953
Log:
free data in case of failure in the callee not in the caller
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c
U php/php-s
andrey Tue, 31 May 2011 20:42:44 +
Revision: http://svn.php.net/viewvc?view=revision&revision=311676
Log:
reuse code
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c
U php/php-src/branches/PHP_5_4/ext/mysqlnd/mysqlnd.c
U
andrey Tue, 31 May 2011 10:35:07 +
Revision: http://svn.php.net/viewvc?view=revision&revision=311643
Log:
fix macros
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_priv.h
U php/php-src/branches/PHP_5_4/ext/mysqlnd/mysqlnd_priv.
andrey Tue, 17 May 2011 09:44:11 +
Revision: http://svn.php.net/viewvc?view=revision&revision=311122
Log:
exchange a "trap" with an error
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_result.c
U php/php-src/branches/PHP_5_4/ex
johannes Tue, 17 May 2011 00:16:57 +
Revision: http://svn.php.net/viewvc?view=revision&revision=311120
Log:
- Move the field access behind the check
# Only called from one place where the connection is checked, but
# playing safe, again (parfait)
Changed paths
johannes Mon, 16 May 2011 10:15:28 +
Revision: http://svn.php.net/viewvc?view=revision&revision=311072
Log:
- Move the access behind the check.
# I can't find an unsafe call, but let's play safe
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/m
andrey Tue, 10 May 2011 07:15:22 +
Revision: http://svn.php.net/viewvc?view=revision&revision=310876
Log:
Fix range
(thanks again nihen)
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_charset.c
U php/php-src/trunk/ext/mysqlnd/m
andrey Wed, 04 May 2011 19:05:19 +
Revision: http://svn.php.net/viewvc?view=revision&revision=310767
Log:
reorganize the DBG_ macros, add DBG_BLOCK_XXX
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_debug.h
U php/php-src/trunk/
andrey Wed, 04 May 2011 19:09:12 +
Revision: http://svn.php.net/viewvc?view=revision&revision=310768
Log:
add the BLOCK_LEAVE macro for non-gcc and non-win
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_debug.h
U php/php-src/tr
andrey Tue, 03 May 2011 09:37:53 +
Revision: http://svn.php.net/viewvc?view=revision&revision=310735
Log:
extend the API in the backward compatible way
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.h
Modified: php/php-src/branches/
andrey Wed, 23 Mar 2011 17:14:28 +
Revision: http://svn.php.net/viewvc?view=revision&revision=309609
Log:
Fix compressed build, make it easier
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/config9.m4
U php/php-src/branches/PHP_5_3/ext
andrey Tue, 22 Mar 2011 14:39:58 +
Revision: http://svn.php.net/viewvc?view=revision&revision=309562
Log:
palloc is long dead, use more appropriate name
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_result.c
U php/php-src/trun
andrey Tue, 22 Mar 2011 14:39:36 +
Revision: http://svn.php.net/viewvc?view=revision&revision=309561
Log:
Fix message
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/config9.m4
U php/php-src/trunk/ext/mysqlnd/config9.m4
Modified: php/p
andrey Tue, 22 Mar 2011 12:54:02 +
Revision: http://svn.php.net/viewvc?view=revision&revision=309557
Log:
remove more unneeded includes
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_result.c
U php/php-src/trunk/ext/mysqlnd/mys
andrey Tue, 22 Mar 2011 12:22:16 +
Revision: http://svn.php.net/viewvc?view=revision&revision=309553
Log:
remove unneeded includes
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_net.c
U php/php-src/branches/PHP_5_3/ext/mysqlnd/
andrey Fri, 25 Feb 2011 13:11:49 +
Revision: http://svn.php.net/viewvc?view=revision&revision=308673
Log:
use ifdef all-around in the revert
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.h
U php/php-src/branches/PHP_5_3/ext/my
andrey Fri, 25 Feb 2011 12:52:46 +
Revision: http://svn.php.net/viewvc?view=revision&revision=308672
Log:
revert also the version_id
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.h
Modified: php/php-src/branches/PHP_5_3/ext/mysqlnd
andrey Fri, 25 Feb 2011 12:52:21 +
Revision: http://svn.php.net/viewvc?view=revision&revision=308671
Log:
revert to previous behavior
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c
U php/php-src/branches/PHP_5_3/ext/mysqlnd/m
thanks!
On Fri, Feb 25, 2011 at 1:41 PM, Andrey Hristov wrote:
> sorry,
> did not notice. Will revert
>
>
> Andrey
>
> On 02/25/2011 01:40 PM, Pierre Joye wrote:
>> hi,
>>
>> I know that this commit could be considered as cosmetic only but we
>> are in a RC phase, in case you did not notice it. A
sorry,
did not notice. Will revert
Andrey
On 02/25/2011 01:40 PM, Pierre Joye wrote:
> hi,
>
> I know that this commit could be considered as cosmetic only but we
> are in a RC phase, in case you did not notice it. And such commits
> look dangerous to me.
>
> On Fri, Feb 25, 2011 at 1:25 PM, A
hi,
I know that this commit could be considered as cosmetic only but we
are in a RC phase, in case you did not notice it. And such commits
look dangerous to me.
On Fri, Feb 25, 2011 at 1:25 PM, Andrey Hristov wrote:
> andrey Fri, 25 Feb 2011 12:25:36 +
>
> R
andrey Fri, 25 Feb 2011 12:25:36 +
Revision: http://svn.php.net/viewvc?view=revision&revision=308669
Log:
move from macros to functions, which can be overwritten, if needed
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c
U php
andrey Mon, 21 Feb 2011 16:24:37 +
Revision: http://svn.php.net/viewvc?view=revision&revision=308540
Log:
fix invalid memory read. Thank you, valgrind
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_result.c
U php/php-src/trunk/
andrey Tue, 01 Feb 2011 19:30:22 +
Revision: http://svn.php.net/viewvc?view=revision&revision=307931
Log:
Fix more warnings about size_t
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_loaddata.c
U php/php-src/trunk/ext/mysqlnd/
andrey Tue, 01 Feb 2011 16:55:20 +
Revision: http://svn.php.net/viewvc?view=revision&revision=307921
Log:
fix warnings. These checks are not needed because
param_no is unsigned, it wasn't in the beginning.
Changed paths:
U php/php-src/branches/PHP_5_3/
andrey Mon, 31 Jan 2011 13:52:21 +
Revision: http://svn.php.net/viewvc?view=revision&revision=307883
Log:
Add two new enums constants from the server
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_enum_n_def.h
U php/php-src/tru
andrey Wed, 19 Jan 2011 18:09:17 +
Revision: http://svn.php.net/viewvc?view=revision&revision=307593
Log:
fix zts build
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_statistics.c
Modified: php/php-src/branches/PHP_5_3/ext/mysqlnd/m
fixed
On Tue, Jan 18, 2011 at 11:20 AM, Andrey Hristov wrote:
> On 01/17/2011 03:01 PM, Pierre Joye wrote:
>> pajoye Mon, 17 Jan 2011 14:01:01 +
>>
>> Revision: http://svn.php.net/viewvc?view=revision&revision=307537
>>
>> Log:
>> - fix NULL derefencing
>>
>>
pajoye Tue, 18 Jan 2011 10:29:26 +
Revision: http://svn.php.net/viewvc?view=revision&revision=307558
Log:
- fix the fix (wrong test)
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_ps.c
U php/php-src/trunk/ext/mysqlnd/mysqlnd_ps
On 01/17/2011 03:01 PM, Pierre Joye wrote:
> pajoye Mon, 17 Jan 2011 14:01:01 +
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=307537
>
> Log:
> - fix NULL derefencing
>
> Changed paths:
> U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysq
pajoye Mon, 17 Jan 2011 14:01:01 +
Revision: http://svn.php.net/viewvc?view=revision&revision=307537
Log:
- fix NULL derefencing
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_ps.c
U php/php-src/trunk/ext/mysqlnd/mysqlnd_ps.c
pajoye Mon, 17 Jan 2011 14:07:40 +
Revision: http://svn.php.net/viewvc?view=revision&revision=307538
Log:
- don't try to access if calloc fails (quick review of its usage: seems that
the stats member is validated in other places, to be confirmed)
Changed pa
andrey Mon, 10 Jan 2011 15:14:56 +
Revision: http://svn.php.net/viewvc?view=revision&revision=307340
Log:
new flag
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_enum_n_def.h
U php/php-src/trunk/ext/mysqlnd/mysqlnd_enum_n_def.h
andrey Thu, 16 Dec 2010 12:18:54 +
Revision: http://svn.php.net/viewvc?view=revision&revision=306405
Log:
Fix sprintf modifier to be right, wrong data reported in the log
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_result.c
U
andrey Wed, 15 Dec 2010 14:14:58 +
Revision: http://svn.php.net/viewvc?view=revision&revision=306386
Log:
count preciser in case of error
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_net.c
U php/php-src/trunk/ext/mysqlnd/mysq
andrey Wed, 08 Dec 2010 21:55:29 +
Revision: http://svn.php.net/viewvc?view=revision&revision=306095
Log:
enable again after 5.3.4 has already been tagged
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_ps.c
Modified: php/php-src/bra
andrey Tue, 07 Dec 2010 11:13:55 +
Revision: http://svn.php.net/viewvc?view=revision&revision=306051
Log:
switch this off for the release
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_ps.c
Modified: php/php-src/branches/PHP_5_3/ext
andrey Mon, 06 Dec 2010 13:59:14 +
Revision: http://svn.php.net/viewvc?view=revision&revision=306009
Log:
Skip additional result sets sent by MySQL 5.5 servers
which break the Protocol API
(see http://bugs.mysql.com/bug.php?id=58700)
Changed paths:
U p
andrey Mon, 06 Dec 2010 13:50:51 +
Revision: http://svn.php.net/viewvc?view=revision&revision=306008
Log:
don't crash if the API is used incorrectly
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c
U php/php-src/trunk/ext/mysql
andrey Thu, 02 Dec 2010 13:59:56 +
Revision: http://svn.php.net/viewvc?view=revision&revision=305904
Log:
new server constant as of 5.5
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_enum_n_def.h
U php/php-src/trunk/ext/mysqlnd
andrey Wed, 01 Dec 2010 10:16:51 +
Revision: http://svn.php.net/viewvc?view=revision&revision=305878
Log:
add a comment
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_debug.h
Modified: php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqln
pajoye Mon, 15 Nov 2010 23:46:21 +
Revision: http://svn.php.net/viewvc?view=revision&revision=305389
Log:
- fix build
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_debug.c
Modified: php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_
andrey Fri, 29 Oct 2010 15:02:39 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304984
Log:
- More features for the profiling, create aggregates and dump them
on file close.
- Also add a trace modifier to switch on and off the profiling.
- With
andrey Thu, 28 Oct 2010 14:14:06 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304975
Log:
gettimeofday for windows
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_debug.h
U php/php-src/trunk/ext/mysqlnd/mysqlnd_d
andrey Thu, 28 Oct 2010 14:07:36 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304974
Log:
show tracing
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/php_mysqlnd.c
U php/php-src/trunk/ext/mysqlnd/php_mysqlnd.c
Modified
andrey Thu, 28 Oct 2010 13:46:54 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304973
Log:
fix windows debug build
better zlib detection
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/config9.m4
U php/php-src/branches/PH
andrey Mon, 25 Oct 2010 13:44:11 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304846
Log:
rename and remove usage of inttypes.h, not needed
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_debug.c
U php/php-src/br
andrey Fri, 22 Oct 2010 15:46:26 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304627
Log:
profiling in trace mode
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysql
andrey Fri, 22 Oct 2010 14:34:33 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304625
Log:
last piece to enable trace logging on windows
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.h
U php/php-src/trunk/ext/my
andrey Fri, 22 Oct 2010 14:12:45 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304622
Log:
enable debug logging on windows, in debug builds, of course
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_debug.h
U php/
andrey Fri, 08 Oct 2010 09:15:31 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304200
Log:
new collations
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_charset.c
U php/php-src/trunk/ext/mysqlnd/mysqlnd_charset.c
andrey Thu, 07 Oct 2010 13:49:00 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304183
Log:
fix some uninitialized variables. also fix shadowing of global symbols
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_debug.c
andrey Wed, 06 Oct 2010 07:09:37 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304134
Log:
more variable hiding fixes
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_result.c
U php/php-src/trunk/ext/mysqlnd/mysqln
andrey Tue, 05 Oct 2010 17:20:00 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304116
Log:
rename parameter name - should not shadow the global symbol alloca
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_wireprotocol.
andrey Tue, 05 Oct 2010 17:10:47 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304115
Log:
two more compiler warnings fixed - size does matter
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_result.c
U php/php-src
andrey Tue, 05 Oct 2010 17:03:50 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304114
Log:
Rename a method so it doesn't clash with a global symbol - a function
Fix compiler waring by extening the type of a variable
Changed paths:
U php/
andrey Tue, 05 Oct 2010 16:54:14 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304113
Log:
Fix compiler warnings - on 32bit size_t is smaller than uint64_t, although
we will never hit this the compiler should be happy.
Changed paths:
U p
andrey Tue, 05 Oct 2010 16:27:49 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304112
Log:
rename parameter, should not conflict with global symbol -
the socket function
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c
andrey Tue, 05 Oct 2010 14:56:49 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304104
Log:
remove trailing commas in enums
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_enum_n_def.h
U php/php-src/trunk/ext/mysql
andrey Tue, 05 Oct 2010 11:08:21 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304081
Log:
add some safe casts
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_wireprotocol.c
U php/php-src/trunk/ext/mysqlnd/mysqlnd
andrey Tue, 05 Oct 2010 10:30:00 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304075
Log:
fixing more types
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_structs.h
U php/php-src/trunk/ext/mysqlnd/mysqlnd_struct
andrey Tue, 05 Oct 2010 08:56:21 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304068
Log:
fix types
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_wireprotocol.c
U php/php-src/trunk/ext/mysqlnd/mysqlnd_wireproto
andrey Tue, 05 Oct 2010 08:17:33 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304065
Log:
fix recent TSRM build break, with --enable-debug
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_net.c
U php/php-src/trunk
kalleMon, 04 Oct 2010 21:04:25 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304038
Log:
We do not need this TSRMLS_FETCH() call as we do not use any TSRM stuff in
here, so we can get
a minor boost here in ZTS mode.
Changed paths:
U p
andrey Mon, 04 Oct 2010 14:52:14 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304029
Log:
fix two more warnings
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_result.c
U php/php-src/branches/PHP_5_3/ext/mysqlnd/
uw Mon, 04 Oct 2010 10:51:44 +
Revision: http://svn.php.net/viewvc?view=revision&revision=303979
Log:
Fixing "ext/mysqlnd/mysqlnd.h", line 287: warning: syntax error: empty
declaration"
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/my
andrey Mon, 04 Oct 2010 12:41:12 +
Revision: http://svn.php.net/viewvc?view=revision&revision=303995
Log:
don't define twice the macro on some platforms
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_portability.h
U php/php-src
Hi Ulf
2010/10/4 Ulf Wendel :
> uw Mon, 04 Oct 2010 10:58:05 +
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=303980
>
> Log:
> Fixing compiler warning.
After todays commits, the following new warnings appear on Windows,
and before we had
andrey Mon, 04 Oct 2010 14:12:31 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304023
Log:
add some safe casts - lower the number of warnings by 2
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_ps_codec.c
U php/p
Hi Kalle!
Thanks for pointing out the warnings!
Am 04.10.2010 13:30, Kalle Sommer Nielsen schrieb:
2010/10/4 Ulf Wendel :
uw Mon, 04 Oct 2010 10:58:05 +
Revision: http://svn.php.net/viewvc?view=revision&revision=303980
Log:
Fixing compiler warning.
uw Mon, 04 Oct 2010 10:58:05 +
Revision: http://svn.php.net/viewvc?view=revision&revision=303980
Log:
Fixing compiler warning.
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/php_mysqlnd.c
U php/php-src/trunk/ext/mysqlnd/php_mysqlnd
andrey Mon, 04 Oct 2010 13:54:30 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304020
Log:
Fix const-ness
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_result_meta.c
U php/php-src/trunk/ext/mysqlnd/mysqlnd_resul
andrey Mon, 04 Oct 2010 12:59:29 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304001
Log:
Even better patch
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_portability.h
U php/php-src/trunk/ext/mysqlnd/mysqlnd_po
andrey Wed, 29 Sep 2010 13:18:07 +
Revision: http://svn.php.net/viewvc?view=revision&revision=303855
Log:
Fix a problem that leads to leaks in plugins that
use stmt local data - no free is called for statements
that are over-prepared
Changed paths:
U p
andrey Tue, 28 Sep 2010 14:36:18 +
Revision: http://svn.php.net/viewvc?view=revision&revision=303828
Log:
add another hook, maybe the last one, for MYSQLND_STMT, which
was missed before
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_
andrey Mon, 27 Sep 2010 11:23:01 +
Revision: http://svn.php.net/viewvc?view=revision&revision=303780
Log:
Fix the value, it was bumped
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_enum_n_def.h
U php/php-src/trunk/ext/mysqlnd/
andrey Thu, 23 Sep 2010 16:03:22 +
Revision: http://svn.php.net/viewvc?view=revision&revision=303734
Log:
WS fixes
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_block_alloc.
andrey Wed, 22 Sep 2010 14:54:43 +
Revision: http://svn.php.net/viewvc?view=revision&revision=303678
Log:
small macro fix
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_debug.c
U php/php-src/trunk/ext/mysqlnd/mysqlnd_debug.c
M
andrey Wed, 22 Sep 2010 14:26:43 +
Revision: http://svn.php.net/viewvc?view=revision&revision=303675
Log:
fix for bug 52891 - optimize a bit
Bug: http://bugs.php.net/52891 (Closed) Wrong data inserted with mysqli/mysqlnd
when using bind_param,value>LONG_MAX
andrey Wed, 22 Sep 2010 11:38:49 +
Revision: http://svn.php.net/viewvc?view=revision&revision=303671
Log:
Fix for
Bug #52891 Wrong data inserted with mysqli/mysqlnd when using
bind_param,value>LONG_MAX
Bug: http://bugs.php.net/52891 (Assigned) Wrong data in
andrey Wed, 15 Sep 2010 12:23:45 +
Revision: http://svn.php.net/viewvc?view=revision&revision=303393
Log:
remove unneeded proxy function _mysqlnd_restart_psessoin
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c
U php/php-src/b
andrey Wed, 15 Sep 2010 12:11:33 +
Revision: http://svn.php.net/viewvc?view=revision&revision=303392
Log:
Remove unneeded proxy function _mysqlnd_end_psession
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c
U php/php-src/branc
hi,
Yes, understood that. I only pointed you to a place where you can get
this value per platform/arch tuple on windows.
On Wed, Sep 1, 2010 at 10:00 PM, Andrey Hristov wrote:
> I need to keep the ABI. Currently it is char*, which will be 4 bytes on
> 32bit, and 8 bytes on 64bit. Therefore, I ne
I need to keep the ABI. Currently it is char*, which will be 4 bytes on
32bit, and 8 bytes on 64bit. Therefore, I needed this macro to put the
right amount of bytes - uint32_t or uint64_t . Anyway, currently this is
unused and can stay as char *. I will look for a solution when I needed
to use
hi Andrey,
See http://lxr.php.net/opengrok/xref/PHP_5_3/win32/php_stdint.h
it has macros for integer capable to contain a pointer.
Cheers,
On Wed, Sep 1, 2010 at 6:54 PM, Andrey Hristov wrote:
> andrey Wed, 01 Sep 2010 16:54:20 +
>
> Revision: http://svn.p
Hi
2010/9/1 Andrey Hristov :
> andrey Wed, 01 Sep 2010 16:54:20 +
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=302980
>
> Log:
> fix build on windows, seems this macro is not defined
>
Wouldn't it be easier to just define SIZEOF_CHAR_P to 4
1 - 100 of 285 matches
Mail list logo