]> granicus.if.org Git - php/log
php
15 years ago- Merge #49600 (imageTTFText text shifted right)
Pierre Joye [Wed, 3 Feb 2010 17:41:00 +0000 (17:41 +0000)]
- Merge #49600 (imageTTFText text shifted right)

15 years agomerge r293144 - Added test case for bug #50632 (iliaa)
Johannes Schlüter [Thu, 28 Jan 2010 01:45:47 +0000 (01:45 +0000)]
merge r293144 - Added test case for bug #50632 (iliaa)

15 years agomerge r293131 - Fixed bug #48590 (SoapClient does not honor max_redirects)
Johannes Schlüter [Wed, 27 Jan 2010 17:42:17 +0000 (17:42 +0000)]
merge r293131 - Fixed bug #48590 (SoapClient does not honor max_redirects)
(srinatar)

15 years agomerge r293126 - [doc] add support for DISABLE_AUTHENTICATOR in imap_open (fix
Johannes Schlüter [Wed, 27 Jan 2010 17:36:46 +0000 (17:36 +0000)]
merge r293126 - [doc] add support for DISABLE_AUTHENTICATOR in imap_open (fix
#33500) (pajoye)

15 years agoMerge r293114: add ICU resource bundle support, contributed by Hans-Peter Oeri
Johannes Schlüter [Wed, 27 Jan 2010 17:29:38 +0000 (17:29 +0000)]
Merge r293114: add ICU resource bundle support, contributed by Hans-Peter Oeri
(stas)

15 years agomerge r293075: Update copyright year in the man file (iliaa)
Johannes Schlüter [Wed, 27 Jan 2010 17:24:34 +0000 (17:24 +0000)]
merge r293075: Update copyright year in the man file (iliaa)

15 years agomerge r293051: Fixed bug #50632 (filter_input() does not return default value if
Johannes Schlüter [Wed, 27 Jan 2010 17:22:54 +0000 (17:22 +0000)]
merge r293051: Fixed bug #50632 (filter_input() does not return default value if
the variable does not exist) (iliaa)

15 years agomerge r292823 Fixed bug #44827 (define() allows :: in constant names). (iliaa)
Johannes Schlüter [Mon, 25 Jan 2010 23:41:18 +0000 (23:41 +0000)]
merge r292823 Fixed bug #44827 (define() allows :: in constant names). (iliaa)
and r293974 Added test case for bug #44827 (iliaa)

15 years agoMerge rfc1867.c changes
Johannes Schlüter [Mon, 25 Jan 2010 23:26:15 +0000 (23:26 +0000)]
Merge rfc1867.c changes

r292762 - Fixed bug #48190 (Content-type parameter "boundary" is not case-
   insensitive in HTTP uploads). (iliaa)
r292771 - WS + CS + folding tags (jani)
r292777 - Sync with HEAD (jani)

15 years agoMerge -r292683 Share the php_sockets.h header (mkoppanen)
Johannes Schlüter [Mon, 25 Jan 2010 23:12:42 +0000 (23:12 +0000)]
Merge -r292683 Share the php_sockets.h header (mkoppanen)

15 years agomerge r292677: Along with the valid char set, also add a length check to the
Johannes Schlüter [Mon, 25 Jan 2010 23:06:09 +0000 (23:06 +0000)]
merge r292677: Along with the valid char set, also add a length check to the
session id here to avoid a lower-level error on the open()
later on in case we exceed MAX_PATH.  The lower level open()
error includes the session dir path in it, so this is a very
low-priority security fix.  People should not be running
production systems with display_errors turned on. (rasmus)

15 years agoMerge libmagic update
Johannes Schlüter [Mon, 25 Jan 2010 22:43:29 +0000 (22:43 +0000)]
Merge libmagic update

r292654 - Upgrade bundled libmagic to 5.03 (fixes CDF parsing related issues)
          (mkoppanen)
r292682 - spprintf the dbname (mkoppanen)
r292693 - Fixed ZTS build (felipe)

15 years agoMerge tidynode changes: (pierrick)
Johannes Schlüter [Mon, 25 Jan 2010 17:29:37 +0000 (17:29 +0000)]
Merge tidynode changes: (pierrick)

r292635 - Changed tidyNode class to disallow manual node creation.
r292719 - Set the tidyNode constructor private
r292765 - Add a test for tidyNode::__construct()

15 years agomerge r292632: remove automatic file unlocking on shutdown and/or stream close
Johannes Schlüter [Mon, 25 Jan 2010 17:15:41 +0000 (17:15 +0000)]
merge r292632: remove automatic file unlocking on shutdown and/or stream close
(tony2001)

15 years agomerge postgresql 8.5 test changes (mbeccati)
Johannes Schlüter [Mon, 25 Jan 2010 17:02:37 +0000 (17:02 +0000)]
merge postgresql 8.5 test changes (mbeccati)

-r292630 - Updated pdo_pgsql tests to be 8.5+ friendly
-r292633 - Updated ext/pgsql tests to work w/ PostgreSQL 8.5
-r292634 - Removed spurious high-ascii char from previous commmit

15 years agomerge -r292624: Fixed bug #50519 (segfault in garbage collection when using
Johannes Schlüter [Mon, 25 Jan 2010 16:46:55 +0000 (16:46 +0000)]
merge -r292624: Fixed bug #50519 (segfault in garbage collection when using
set_error_handler and DomDocument (dmitry)

15 years agomerge r292611: Added missing host validation for HTTP urls inside
Johannes Schlüter [Mon, 25 Jan 2010 16:14:28 +0000 (16:14 +0000)]
merge r292611: Added missing host validation for HTTP urls inside
FILTER_VALIDATE_URL. (iliaa)

15 years agomerge r292595: Changed stream_resolve_include_path to use zend_resolve_path
Johannes Schlüter [Mon, 25 Jan 2010 15:57:24 +0000 (15:57 +0000)]
merge r292595: Changed stream_resolve_include_path to use zend_resolve_path
(mkoppanen)

15 years agomerge r292594: fix the fix for #47409 (tony2001)
Johannes Schlüter [Mon, 25 Jan 2010 14:11:32 +0000 (14:11 +0000)]
merge r292594: fix the fix for #47409 (tony2001)

15 years agomerge -r292574: - Update tests to reflect current behavior after fix for bug
Johannes Schlüter [Mon, 25 Jan 2010 14:07:05 +0000 (14:07 +0000)]
merge -r292574: - Update tests to reflect current behavior after fix for bug
#50185 (srinatar)

15 years agomerge r292571 fix flags handling in zend_parse_method_parameters_ex (stas)
Johannes Schlüter [Mon, 25 Jan 2010 14:02:09 +0000 (14:02 +0000)]
merge r292571 fix flags handling in zend_parse_method_parameters_ex (stas)

15 years agomerge r292566: cleanup some code, improve error handling (stas)
Johannes Schlüter [Mon, 25 Jan 2010 13:59:35 +0000 (13:59 +0000)]
merge r292566: cleanup some code, improve error handling (stas)

15 years agomerge r292562: -ws (jani)
Johannes Schlüter [Mon, 25 Jan 2010 13:55:41 +0000 (13:55 +0000)]
merge r292562: -ws (jani)

15 years agoMerge mysql changes
Johannes Schlüter [Wed, 20 Jan 2010 17:09:28 +0000 (17:09 +0000)]
Merge mysql changes

292528 Unify. The typedef-ed structs in mysqlnd are always capitalized. (andrey)
293076 The internal zval cache has been removed and not been reintroduced... remove cor (uw)
293080 Tweaking test. Andrey, you once requested such a test, please have a look if it (uw)
293084 Fixing test(uw)
293085 The internal zval cache has been removed and not been reintroduced... remove cor (uw)
292986 Updating test to new libmysql feature set (first introduced in MySQL 6.0 but now (uw)
293229 Change of way the packet objects are created/initialised (andrey)
293273 add restart_psession and end_psession hooks (andrey)
293286 improve the stats subsystem. Reduce the number of macro definitions (andrey)
293287 export some calls to init/deinit code outside of the module (andrey)
293402 missed to commit to the branch (andrey)
293407 Rework the statistics macros to be reusable by external entities. (andrey)
293418 missed to commit in 5_3, here it comes, reusability of stats (andrey)
293424 remove extern defintion of a variable that is no more (andrey)
293428 cosmetics. typedef-ed types should be in capital case (andrey)
293429 removed stale export (andrey)
293430 more typedef cosmetics (andrey)
293504 make mysqlnd's tracing API more reusable (andrey)
293512 more PHPAPI for phpize-d builds (andrey)
293535 Fix build of mysqli when libmysql is used, mysqlnd_portability.h (andrey)
293537 removed redefinition of bit_uint8korr (andrey)
293539 Fix compiler warning (andrey)
293542 Fix compiler warning, copy&paste error (andrey)
293723 fix windows (andrey)
293725 Make it GCC only feature (tracing). VC7 and up do the work (andrey)

15 years agoMerge 292549: Fixed bug #47409 (extract() problem with array containing word
Johannes Schlüter [Wed, 20 Jan 2010 16:07:10 +0000 (16:07 +0000)]
Merge 292549: Fixed bug #47409 (extract() problem with array containing word
"this"). (iliaa)

15 years agomerge 292519: fix minor leak in CGI sapi (happened once per child) (tony2001)
Johannes Schlüter [Wed, 20 Jan 2010 16:02:28 +0000 (16:02 +0000)]
merge 292519: fix minor leak in CGI sapi (happened once per child) (tony2001)

15 years agoMerge 292504: Where using svn now, use svn paths (johannes)
Johannes Schlüter [Wed, 20 Jan 2010 15:59:56 +0000 (15:59 +0000)]
Merge 292504: Where using svn now, use svn paths (johannes)

15 years agosed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php
Sebastian Bergmann [Tue, 5 Jan 2010 20:46:53 +0000 (20:46 +0000)]
sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php

15 years agosed -i "s#1998-2009#1998-2010#g" **/*.re **/*.y **/*.l
Sebastian Bergmann [Tue, 5 Jan 2010 20:40:23 +0000 (20:40 +0000)]
sed -i "s#1998-2009#1998-2010#g" **/*.re **/*.y **/*.l

15 years agosed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
Sebastian Bergmann [Sun, 3 Jan 2010 09:23:27 +0000 (09:23 +0000)]
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php

15 years agosed -i "s#1997-2009#1997-2010#g" **/*.re **/*.y **/*.l
Sebastian Bergmann [Sun, 3 Jan 2010 08:22:14 +0000 (08:22 +0000)]
sed -i "s#1997-2009#1997-2010#g" **/*.re **/*.y **/*.l

15 years agoback to -dev
Johannes Schlüter [Tue, 22 Dec 2009 22:06:47 +0000 (22:06 +0000)]
back to -dev

15 years agoPHP 5.3.2RC1
Johannes Schlüter [Tue, 22 Dec 2009 22:02:50 +0000 (22:02 +0000)]
PHP 5.3.2RC1

15 years agorelease branch 5.3.2
Johannes Schlüter [Tue, 22 Dec 2009 21:43:59 +0000 (21:43 +0000)]
release branch 5.3.2

15 years agoWrap at 80 chars
Johannes Schlüter [Tue, 22 Dec 2009 21:17:58 +0000 (21:17 +0000)]
Wrap at 80 chars

15 years agoinstall mysqlnd headers to allow shared build of extensions
Johannes Schlüter [Tue, 22 Dec 2009 19:30:09 +0000 (19:30 +0000)]
install mysqlnd headers to allow shared build of extensions

15 years agoFix double calls to free_contents if the connection cannot be
Andrey Hristov [Tue, 22 Dec 2009 17:44:42 +0000 (17:44 +0000)]
Fix double calls to free_contents if the connection cannot be
opened. mysqlnd have no probs, external code should not have too.
In any case, double call is not needed.

15 years agomove state setting to the right place, in mysqlnd_init, no more
Andrey Hristov [Tue, 22 Dec 2009 17:31:31 +0000 (17:31 +0000)]
move state setting to the right place, in mysqlnd_init, no more
in mysqlnd::connect

15 years ago- fix build and warning (introduced by my last commit)
Pierre Joye [Tue, 22 Dec 2009 14:57:57 +0000 (14:57 +0000)]
- fix build and warning (introduced by my last commit)

15 years ago- Fixed bug #50517 (EXTRA_LDFLAGS polluted by wrong entries)
Jani Taskinen [Tue, 22 Dec 2009 09:57:19 +0000 (09:57 +0000)]
- Fixed bug #50517 (EXTRA_LDFLAGS polluted by wrong entries)

# Until someone shows me use case for LDFLAGS, this is gone.
# This was wrong place to import it anyway.

15 years ago- Fix bug #46478 (htmlentities() uses obsolete mapping table for character
Moriyoshi Koizumi [Tue, 22 Dec 2009 05:50:34 +0000 (05:50 +0000)]
- Fix bug #46478 (htmlentities() uses obsolete mapping table for character
  entity references)

15 years agoFixed bug #45599 (strip_tags() truncates rest of string with invalid attribute).
Ilia Alshanetsky [Tue, 22 Dec 2009 02:04:12 +0000 (02:04 +0000)]
Fixed bug #45599 (strip_tags() truncates rest of string with invalid attribute).

15 years ago- Updated to version 2009.20 (2009t)
Derick Rethans [Mon, 21 Dec 2009 20:46:12 +0000 (20:46 +0000)]
- Updated to version 2009.20 (2009t)

15 years agoFixed bug #50540 (Crash within ldap_first_reference function)
Sriram Natarajan [Mon, 21 Dec 2009 20:39:48 +0000 (20:39 +0000)]
Fixed bug #50540 (Crash within ldap_first_reference function)

15 years agoclean up normalizer code
Stanislav Malyshev [Mon, 21 Dec 2009 20:12:46 +0000 (20:12 +0000)]
clean up normalizer code

15 years agoMove this function to MYSQLND_NET as it works on the
Andrey Hristov [Mon, 21 Dec 2009 16:52:10 +0000 (16:52 +0000)]
Move this function to MYSQLND_NET as it works on the
php stream

15 years agomagic numbers to macros
Andrey Hristov [Mon, 21 Dec 2009 16:17:31 +0000 (16:17 +0000)]
magic numbers to macros

15 years agoMove compression and decompression code to separate functions
Andrey Hristov [Mon, 21 Dec 2009 16:09:13 +0000 (16:09 +0000)]
Move compression and decompression code to separate functions
which can be overloaded on purpose.

15 years ago- Sync (and KEEP it synced!)
Jani Taskinen [Mon, 21 Dec 2009 15:44:58 +0000 (15:44 +0000)]
- Sync (and KEEP it synced!)

15 years ago- Tune the fix for bug #50508 and make it work with MacOSX, bug #50541.
Jani Taskinen [Mon, 21 Dec 2009 15:22:40 +0000 (15:22 +0000)]
- Tune the fix for bug #50508 and make it work with MacOSX, bug #50541.

15 years ago- New tests
Felipe Pena [Sun, 20 Dec 2009 22:04:55 +0000 (22:04 +0000)]
- New tests

15 years agoFixed bug #50196 stream_copy_to_stream() produces warning when source is not file
Stanislav Malyshev [Sat, 19 Dec 2009 01:15:30 +0000 (01:15 +0000)]
Fixed bug #50196 stream_copy_to_stream() produces warning when source is not file

15 years agofix bug #50196
Stanislav Malyshev [Sat, 19 Dec 2009 01:13:33 +0000 (01:13 +0000)]
fix bug #50196

15 years agoFixed bug #50394 (Reference argument converted to value in __call)
Stanislav Malyshev [Fri, 18 Dec 2009 19:20:33 +0000 (19:20 +0000)]
Fixed bug #50394 (Reference argument converted to value in __call)

15 years agofix regression bug #50394: Reference argument converted to value in __call
Stanislav Malyshev [Fri, 18 Dec 2009 19:12:11 +0000 (19:12 +0000)]
fix regression bug #50394: Reference argument converted to value in __call

15 years agotouch
Jani Taskinen [Fri, 18 Dec 2009 12:48:59 +0000 (12:48 +0000)]
touch

15 years ago- Fixed bug #50508 (compile fails: Conflicting HEADER type declarations)
Jani Taskinen [Fri, 18 Dec 2009 11:02:07 +0000 (11:02 +0000)]
- Fixed bug #50508 (compile fails: Conflicting HEADER type declarations)
# NEVER ever include nameser_compat.h, it's included in various ways in different OSes by nameser.h if needed

15 years ago- [DOC] add INTERNALDATE to imap_append (will merge to trunk later)
Pierre Joye [Thu, 17 Dec 2009 17:28:26 +0000 (17:28 +0000)]
- [DOC] add INTERNALDATE to imap_append (will merge to trunk later)

15 years ago- These are 2 separate sections..
Jani Taskinen [Thu, 17 Dec 2009 16:10:53 +0000 (16:10 +0000)]
- These are 2 separate sections..

15 years agoTest for what Andrey has found with 16M packets
Ulf Wendel [Thu, 17 Dec 2009 14:15:28 +0000 (14:15 +0000)]
Test for what Andrey has found with 16M packets

15 years agorefactoring : move more network related functions to
Andrey Hristov [Thu, 17 Dec 2009 13:29:46 +0000 (13:29 +0000)]
refactoring : move more network related functions to
mysqlnd_net.c . Now communication is split on two levels:
- logical (functions send and receive)
- physical (functions network_read and network_write)

15 years agoDuring refactoring of the function mysqlnd_stream_write_w_header() it was
Andrey Hristov [Thu, 17 Dec 2009 12:30:58 +0000 (12:30 +0000)]
During refactoring of the function mysqlnd_stream_write_w_header() it was
found that there is a bug in the way the data is sent, although a very rare
one which will only affect very large queries which have length 16777214. The
communication will hang. A way to test it is to execute the following:
./php -r '$c=mysqli_connect("127.0.0.1","root","root","test");
$q="insert into test.tblob values(\"".str_repeat("a",256*256*256-1-34)."\")";
$c->query($q);'

15 years ago- Fix NEWS for bug #50496
Sriram Natarajan [Wed, 16 Dec 2009 21:33:20 +0000 (21:33 +0000)]
- Fix NEWS for bug #50496
# Update NEWS to keep resolved bugs in decreasing order (Christopher Jones)

15 years ago- Fixed bug #50496 (Use of <stdbool.h> is valid only in a c99 compilation environment.)
Sriram Natarajan [Wed, 16 Dec 2009 20:49:08 +0000 (20:49 +0000)]
- Fixed bug #50496 (Use of <stdbool.h> is valid only in a c99 compilation environment.)

15 years agocall free_contents in every case, in case something is not freed
Andrey Hristov [Wed, 16 Dec 2009 14:38:30 +0000 (14:38 +0000)]
call free_contents in every case, in case something is not freed
by the calling code

15 years agoRemove unneeded dereferences
Andrey Hristov [Wed, 16 Dec 2009 14:06:09 +0000 (14:06 +0000)]
Remove unneeded dereferences
(oops, committed the trunk changes from a wrong directory, which splitted
this commit).

15 years agomove MYSQLND_NET code to a separate file.
Andrey Hristov [Wed, 16 Dec 2009 12:59:38 +0000 (12:59 +0000)]
move MYSQLND_NET code to a separate file.
mysqlnd_wireprotocol is about the protocol not the transport
layer

15 years ago- add a test case and update the skip clause
Pierre Joye [Wed, 16 Dec 2009 10:09:34 +0000 (10:09 +0000)]
- add a test case and update the skip clause

15 years agoremove duplicated code
Andrey Hristov [Tue, 15 Dec 2009 17:39:30 +0000 (17:39 +0000)]
remove duplicated code

15 years agoMove code out of mysqlnd_conn::connect to mysqlnd_net::connect.
Andrey Hristov [Tue, 15 Dec 2009 17:33:06 +0000 (17:33 +0000)]
Move code out of mysqlnd_conn::connect to mysqlnd_net::connect.
Thus mysqlnd_conn::connect() does less of what it should not do - think
about the transport level.

15 years agoremove C++ comments
Andrey Hristov [Tue, 15 Dec 2009 14:48:24 +0000 (14:48 +0000)]
remove C++ comments

15 years agoexport this function
Andrey Hristov [Tue, 15 Dec 2009 14:26:24 +0000 (14:26 +0000)]
export this function

15 years agorefactor: move code that belongs to MYSQLND_NET out of MYSQLND
Andrey Hristov [Tue, 15 Dec 2009 13:13:51 +0000 (13:13 +0000)]
refactor: move code that belongs to MYSQLND_NET out of MYSQLND

15 years agoFixed bu #50392 (date_create_from_format() enforces 6 digits for 'u' format character)
Ilia Alshanetsky [Tue, 15 Dec 2009 12:34:12 +0000 (12:34 +0000)]
Fixed bu #50392 (date_create_from_format() enforces 6 digits for 'u' format character)

15 years ago- Make $sbindir be usable in C code as well (like $bindir and co.)
Jani Taskinen [Tue, 15 Dec 2009 11:17:47 +0000 (11:17 +0000)]
- Make $sbindir be usable in C code as well (like $bindir and co.)

15 years ago- Allow using $sbindir as well
Jani Taskinen [Tue, 15 Dec 2009 10:55:27 +0000 (10:55 +0000)]
- Allow using $sbindir as well

15 years ago- Added SKIPIF
Felipe Pena [Tue, 15 Dec 2009 00:37:43 +0000 (00:37 +0000)]
- Added SKIPIF

15 years ago- Fixed memory leak when E_STRICT message is getted
Felipe Pena [Mon, 14 Dec 2009 21:44:56 +0000 (21:44 +0000)]
- Fixed memory leak when E_STRICT message is getted

15 years ago- Fix test
Jani Taskinen [Mon, 14 Dec 2009 09:42:55 +0000 (09:42 +0000)]
- Fix test

15 years ago- Fix test
Jani Taskinen [Mon, 14 Dec 2009 09:26:49 +0000 (09:26 +0000)]
- Fix test

15 years ago- Fixed bug #50469 (Fixed typo in imagepsencodefont error string).
Pierrick Charron [Mon, 14 Dec 2009 04:09:18 +0000 (04:09 +0000)]
- Fixed bug #50469 (Fixed typo in imagepsencodefont error string).

15 years ago- Fixed bug #50458 (PDO::FETCH_FUNC fails with Closures)
Pierrick Charron [Mon, 14 Dec 2009 03:44:33 +0000 (03:44 +0000)]
- Fixed bug #50458 (PDO::FETCH_FUNC fails with Closures)

15 years ago- Improved the bug#49174 entry summary
Felipe Pena [Sun, 13 Dec 2009 20:51:15 +0000 (20:51 +0000)]
- Improved the bug#49174 entry summary

15 years ago- Completing the phrase
Felipe Pena [Sun, 13 Dec 2009 20:04:44 +0000 (20:04 +0000)]
- Completing the phrase

15 years ago- Fixed bug #49174 (crash on queryString set)
Felipe Pena [Sun, 13 Dec 2009 19:53:44 +0000 (19:53 +0000)]
- Fixed bug #49174 (crash on queryString set)

15 years ago- Fixed bug #50209 (Compiling with libedit cannot find readline.h)
Felipe Pena [Sun, 13 Dec 2009 17:06:47 +0000 (17:06 +0000)]
- Fixed bug #50209 (Compiling with libedit cannot find readline.h)
  (patch by tcallawa at redhat dot com)

15 years ago- Fixed tests for when running using libedit
Felipe Pena [Sun, 13 Dec 2009 16:53:24 +0000 (16:53 +0000)]
- Fixed tests for when running using libedit

15 years agoFixed bug #50451 (http wrapper breaks on 2048 char long headers)
Ilia Alshanetsky [Sun, 13 Dec 2009 15:44:22 +0000 (15:44 +0000)]
Fixed bug #50451 (http wrapper breaks on 2048 char long headers)

# Improvement on the fix for bug #49851

15 years ago- Fixed bug #50464 (declare encoding doesn't work with)
Felipe Pena [Sun, 13 Dec 2009 15:18:58 +0000 (15:18 +0000)]
- Fixed bug #50464 (declare encoding doesn't work with)
# The bug (BC) only happens in this branch.

15 years ago- Fixed bug #50445 (PDO-ODBC stored procedure call from Solaris 64-bit causes seg...
Felipe Pena [Fri, 11 Dec 2009 22:30:46 +0000 (22:30 +0000)]
- Fixed bug #50445 (PDO-ODBC stored procedure call from Solaris 64-bit causes seg fault).
  (Original patch by davbrown4 at yahoo dot com)

15 years ago- fix build, come on, it is not that hard to test before commit, is it?
Pierre Joye [Fri, 11 Dec 2009 16:35:42 +0000 (16:35 +0000)]
- fix build, come on, it is not that hard to test before commit, is it?

15 years ago- #50334, add sha support for VC6 too, not merged in trunk as we don't support vc6...
Pierre Joye [Fri, 11 Dec 2009 16:07:57 +0000 (16:07 +0000)]
- #50334, add sha support for VC6 too, not merged in trunk as we don't support vc6 there

15 years ago- #50334, use our own implementations of stpncpy and mempcy, avoiding weird behaviors...
Pierre Joye [Fri, 11 Dec 2009 15:57:01 +0000 (15:57 +0000)]
- #50334, use our own implementations of stpncpy and mempcy, avoiding weird behaviors on certain platforms like solaris

15 years ago- Fix test
Jani Taskinen [Fri, 11 Dec 2009 15:38:15 +0000 (15:38 +0000)]
- Fix test

15 years agofix test
Jani Taskinen [Fri, 11 Dec 2009 15:06:50 +0000 (15:06 +0000)]
fix test

15 years agoMake MYSQLND_NET dynamically allocated structure with allocator
Andrey Hristov [Fri, 11 Dec 2009 11:58:57 +0000 (11:58 +0000)]
Make MYSQLND_NET dynamically allocated structure with allocator
and deallocator. More member functions will come.

15 years agoFix test
Jani Taskinen [Fri, 11 Dec 2009 10:55:56 +0000 (10:55 +0000)]
Fix test

15 years agoremove stale comment
Andrey Hristov [Fri, 11 Dec 2009 10:21:34 +0000 (10:21 +0000)]
remove stale comment

15 years agoMove two functions which are used in the extension as methods of
Andrey Hristov [Fri, 11 Dec 2009 10:18:00 +0000 (10:18 +0000)]
Move two functions which are used in the extension as methods of
the connection. Two functions less in the global namespace.

15 years ago- Fix problem with SKIPIF failing to skip in some cases (deprecated warnings f.e.)
Jani Taskinen [Fri, 11 Dec 2009 07:34:06 +0000 (07:34 +0000)]
- Fix problem with SKIPIF failing to skip in some cases (deprecated warnings f.e.)