]> granicus.if.org Git - php/log
php
10 years agofirst shot on merging the core fro the int64 branch
Anatol Belski [Sat, 16 Aug 2014 09:16:11 +0000 (11:16 +0200)]
first shot on merging the core fro the int64 branch

10 years agoMerge remote-tracking branch 'origin/str_size_and_int64'
Anatol Belski [Fri, 15 Aug 2014 19:34:21 +0000 (21:34 +0200)]
Merge remote-tracking branch 'origin/str_size_and_int64'

* origin/str_size_and_int64: (614 commits)
  fix macro
  fix macro
  fix zpp
  fix zpp
  fix macros
  some more after merge fixes
  fixed macro names
  fixed signatures
  fix datatypes
  fix zpp
  fixed prototype
  fix prototype
  fix signature
  fix macros
  fix macros
  reorder the struct members which reduces its size by at least 112 bytes
  arg count is zend_size_t now, fix type
  fix declarations
  fix array types for pass by ref
  fix macro
  ...

10 years agoFixed version checking
Xinchen Hui [Fri, 15 Aug 2014 10:28:41 +0000 (18:28 +0800)]
Fixed version checking

10 years agoFixed version check
Xinchen Hui [Fri, 15 Aug 2014 10:21:23 +0000 (18:21 +0800)]
Fixed version check

10 years agoFixed PHP6 unicode related tests
Dmitry Stogov [Fri, 15 Aug 2014 09:22:13 +0000 (13:22 +0400)]
Fixed PHP6 unicode related tests

10 years agoFixed PHP6 unicode related tests
Dmitry Stogov [Fri, 15 Aug 2014 09:08:53 +0000 (13:08 +0400)]
Fixed PHP6 unicode related tests

10 years agoMerge branch 'master' of https://git.php.net/repository/php-src
Xinchen Hui [Fri, 15 Aug 2014 08:58:22 +0000 (16:58 +0800)]
Merge branch 'master' of https://git.php.net/repository/php-src

Conflicts:
ext/mysqli/mysqli_api.c

10 years agoAdd copyright header
Xinchen Hui [Fri, 15 Aug 2014 08:47:54 +0000 (16:47 +0800)]
Add copyright header

10 years agoRemove old version PHP supports
Xinchen Hui [Fri, 15 Aug 2014 08:40:07 +0000 (16:40 +0800)]
Remove old version PHP supports

10 years agoFixed build after version number bumped
Xinchen Hui [Fri, 15 Aug 2014 08:39:51 +0000 (16:39 +0800)]
Fixed build after version number bumped

10 years agoParameters with duplicate names are not allowed anymore in PHP7.
Dmitry Stogov [Fri, 15 Aug 2014 07:46:04 +0000 (11:46 +0400)]
Parameters with duplicate names are not allowed anymore in PHP7.

10 years agoBehavoir of func_get_arg() and func_get_args() was changed in PHP7.
Dmitry Stogov [Fri, 15 Aug 2014 07:39:50 +0000 (11:39 +0400)]
Behavoir of func_get_arg() and func_get_args() was changed in PHP7.
Now they show current values of variables corresponded to passed arguments instead of originally passed values.

10 years agoMerge branch 'master' of git.php.net:php-src
Dmitry Stogov [Fri, 15 Aug 2014 07:13:42 +0000 (11:13 +0400)]
Merge branch 'master' of git.php.net:php-src

* 'master' of git.php.net:php-src:
  Update Version Number :)
  Fixed initializing
  Unused variable

Conflicts:
main/php_version.h

10 years agoBump version to 7.0.0-dev
Dmitry Stogov [Fri, 15 Aug 2014 07:10:41 +0000 (11:10 +0400)]
Bump version to 7.0.0-dev

10 years agoUpdate Version Number :)
Xinchen Hui [Fri, 15 Aug 2014 07:06:26 +0000 (15:06 +0800)]
Update Version Number :)

10 years agoFixed initializing
Xinchen Hui [Fri, 15 Aug 2014 05:52:52 +0000 (13:52 +0800)]
Fixed initializing

10 years agoUnused variable
Xinchen Hui [Fri, 15 Aug 2014 05:47:38 +0000 (13:47 +0800)]
Unused variable

10 years agoMerge branch 'master' into phpng POST_PHPNG_MERGE
Dmitry Stogov [Fri, 15 Aug 2014 04:10:08 +0000 (08:10 +0400)]
Merge branch 'master' into phpng

* master:
  add NEWS for 5.6 too
  Fix bug #67716 - Segfault in cdf.c
  Fix bug #67716 - Segfault in cdf.c
  fix test
  split the glob() test to test different basedir
  fixed glob() edge case on windows, ref bug #47358
  - fix bug #47358, glob returns error, should be empty array()
  Add NEWS entry for log() improvements

10 years agoMerge branch 'PHP-5.6' PRE_PHPNG_MERGE
Stanislav Malyshev [Fri, 15 Aug 2014 01:16:49 +0000 (18:16 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  add NEWS for 5.6 too

10 years agoadd NEWS for 5.6 too
Stanislav Malyshev [Fri, 15 Aug 2014 01:16:33 +0000 (18:16 -0700)]
add NEWS for 5.6 too

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Fri, 15 Aug 2014 00:22:15 +0000 (17:22 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fix bug #67716 - Segfault in cdf.c
  Fix bug #67716 - Segfault in cdf.c

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Fri, 15 Aug 2014 00:22:06 +0000 (17:22 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix bug #67716 - Segfault in cdf.c
  Fix bug #67716 - Segfault in cdf.c

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Fri, 15 Aug 2014 00:21:37 +0000 (17:21 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix bug #67716 - Segfault in cdf.c

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Fri, 15 Aug 2014 00:19:51 +0000 (17:19 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix bug #67716 - Segfault in cdf.c

10 years agoFix bug #67716 - Segfault in cdf.c
Remi Collet [Fri, 15 Aug 2014 00:19:03 +0000 (17:19 -0700)]
Fix bug #67716 - Segfault in cdf.c

10 years agoFix bug #67716 - Segfault in cdf.c
Remi Collet [Fri, 15 Aug 2014 00:19:03 +0000 (17:19 -0700)]
Fix bug #67716 - Segfault in cdf.c

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Fri, 15 Aug 2014 00:09:09 +0000 (17:09 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix test
  split the glob() test to test different basedir
  fixed glob() edge case on windows, ref bug #47358
  - fix bug #47358, glob returns error, should be empty array()

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Fri, 15 Aug 2014 00:08:37 +0000 (17:08 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix test

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Fri, 15 Aug 2014 00:07:45 +0000 (17:07 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix test

10 years agofix test
Stanislav Malyshev [Fri, 15 Aug 2014 00:07:28 +0000 (17:07 -0700)]
fix test

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Fri, 15 Aug 2014 00:05:12 +0000 (17:05 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  split the glob() test to test different basedir
  fixed glob() edge case on windows, ref bug #47358
  - fix bug #47358, glob returns error, should be empty array()

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Fri, 15 Aug 2014 00:05:03 +0000 (17:05 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  split the glob() test to test different basedir

10 years agosplit the glob() test to test different basedir
Anatol Belski [Tue, 20 Aug 2013 11:39:30 +0000 (13:39 +0200)]
split the glob() test to test different basedir

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Thu, 14 Aug 2014 23:59:14 +0000 (16:59 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fixed glob() edge case on windows, ref bug #47358
  - fix bug #47358, glob returns error, should be empty array()

10 years agofixed glob() edge case on windows, ref bug #47358
Anatol Belski [Mon, 19 Aug 2013 12:21:16 +0000 (14:21 +0200)]
fixed glob() edge case on windows, ref bug #47358

10 years ago- fix bug #47358, glob returns error, should be empty array()
Pierre Joye [Tue, 8 Jan 2013 14:02:04 +0000 (15:02 +0100)]
- fix bug #47358, glob returns error, should be empty array()

Conflicts:
ext/standard/dir.c

10 years agoAdd NEWS entry for log() improvements
Sara Golemon [Thu, 14 Aug 2014 20:34:06 +0000 (13:34 -0700)]
Add NEWS entry for log() improvements

10 years agoFixed mode
Dmitry Stogov [Thu, 14 Aug 2014 19:54:32 +0000 (23:54 +0400)]
Fixed mode

10 years agoFixed compilation warnings
Dmitry Stogov [Thu, 14 Aug 2014 19:53:27 +0000 (23:53 +0400)]
Fixed compilation warnings

10 years agoFixed windows build
Dmitry Stogov [Thu, 14 Aug 2014 19:31:01 +0000 (23:31 +0400)]
Fixed windows build

10 years agoMerge branch 'master' into phpng
Dmitry Stogov [Thu, 14 Aug 2014 19:30:49 +0000 (23:30 +0400)]
Merge branch 'master' into phpng

* master: (51 commits)
  Update Git rules
  Back to -dev (with EOL notice in NEWS)
  new NEWS block for the next release
  It's 2014 already, fix copyright year where user visible
  PHP 5.3.29
  Some changes were lost in the merge commit of #66091
  Updated NEWS for #66091
  Fixed #66091
  Updated NEWS for #66091
  Updated NEWS for #66091
  Fixed #66091
  updated NEWS
  updated NEWS
  updated NEWS
  backported the fix for bug #41577
  NEWS entry for e6d93a1 / d73d44c
  restore FPM compatibility with mod_fastcgi broken since #694 / 67541, fixes bug 67606
  Revert "Merge branch 'pull-request/694' into PHP-5.6"
  PHP 5.3.29RC1
  Fix missing type checks in various functions
  ...

Conflicts:
ext/date/php_date.c
ext/standard/math.c

10 years agoFixed support for references
Dmitry Stogov [Thu, 14 Aug 2014 18:44:25 +0000 (22:44 +0400)]
Fixed support for references

10 years agoFixed support for references
Dmitry Stogov [Thu, 14 Aug 2014 17:54:57 +0000 (21:54 +0400)]
Fixed support for references

10 years agoMerge branch 'pull-request/658'
Sara Golemon [Thu, 14 Aug 2014 16:44:14 +0000 (09:44 -0700)]
Merge branch 'pull-request/658'

10 years agoMerge branch 'PHP-5.6'
Johannes Schlüter [Thu, 14 Aug 2014 15:27:12 +0000 (17:27 +0200)]
Merge branch 'PHP-5.6'

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Johannes Schlüter [Thu, 14 Aug 2014 15:25:22 +0000 (17:25 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Johannes Schlüter [Thu, 14 Aug 2014 15:22:25 +0000 (17:22 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

10 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Thu, 14 Aug 2014 15:13:44 +0000 (17:13 +0200)]
Merge branch 'PHP-5.3' into PHP-5.4

10 years agoUpdate Git rules PHP-5.3
Johannes Schlüter [Thu, 14 Aug 2014 15:08:02 +0000 (17:08 +0200)]
Update Git rules

10 years agoBack to -dev (with EOL notice in NEWS)
Johannes Schlüter [Thu, 14 Aug 2014 15:05:20 +0000 (17:05 +0200)]
Back to -dev (with EOL notice in NEWS)

10 years agoFixed reference support (references to references are not allowed)
Dmitry Stogov [Thu, 14 Aug 2014 13:00:01 +0000 (17:00 +0400)]
Fixed reference support (references to references are not allowed)

10 years agoFixed reference handling
Dmitry Stogov [Thu, 14 Aug 2014 11:07:39 +0000 (15:07 +0400)]
Fixed reference handling

10 years agoFixed conversion of empty packed array into hash
Dmitry Stogov [Thu, 14 Aug 2014 09:44:37 +0000 (13:44 +0400)]
Fixed conversion of empty packed array into hash

10 years agoFixed assignment of reference to itself
Dmitry Stogov [Thu, 14 Aug 2014 08:01:28 +0000 (12:01 +0400)]
Fixed assignment of reference to itself

10 years agoRestored "???" mark in the place that might be changed later
Dmitry Stogov [Thu, 14 Aug 2014 06:46:17 +0000 (10:46 +0400)]
Restored "???" mark in the place that might be changed later

10 years agoIt's okey for use a stack value here (deleted immediately after use)
Xinchen Hui [Thu, 14 Aug 2014 04:26:45 +0000 (12:26 +0800)]
It's okey for use a stack value here (deleted immediately after use)

10 years agocleanup
Xinchen Hui [Thu, 14 Aug 2014 04:15:24 +0000 (12:15 +0800)]
cleanup

10 years agoMerge branch 'phpng' of https://git.php.net/repository/php-src into phpng
Xinchen Hui [Thu, 14 Aug 2014 03:52:46 +0000 (11:52 +0800)]
Merge branch 'phpng' of https://git.php.net/repository/php-src into phpng

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Thu, 14 Aug 2014 00:18:27 +0000 (02:18 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  new NEWS block for the next release

10 years agonew NEWS block for the next release
Ferenc Kovacs [Thu, 14 Aug 2014 00:17:55 +0000 (02:17 +0200)]
new NEWS block for the next release

10 years agoAvoid reallocation
Dmitry Stogov [Wed, 13 Aug 2014 19:30:07 +0000 (23:30 +0400)]
Avoid reallocation

10 years agoIt's 2014 already, fix copyright year where user visible PHP-5.3.29 php-5.3.29
Johannes Schlüter [Wed, 13 Aug 2014 19:22:50 +0000 (21:22 +0200)]
It's 2014 already, fix copyright year where user visible

Left out all file headers

10 years agocleanuo (use zend_string instead of char*)
Dmitry Stogov [Wed, 13 Aug 2014 18:26:07 +0000 (22:26 +0400)]
cleanuo (use zend_string instead of char*)

10 years agocleanup
Dmitry Stogov [Wed, 13 Aug 2014 18:21:51 +0000 (22:21 +0400)]
cleanup

10 years agocleanup
Dmitry Stogov [Wed, 13 Aug 2014 18:18:05 +0000 (22:18 +0400)]
cleanup

10 years agoPHP 5.3.29
Johannes Schlüter [Wed, 13 Aug 2014 16:36:10 +0000 (18:36 +0200)]
PHP 5.3.29

10 years agocleanup
Dmitry Stogov [Wed, 13 Aug 2014 15:43:34 +0000 (19:43 +0400)]
cleanup

10 years agocleanup (we don't have to duplicate elements of module_registry)
Dmitry Stogov [Wed, 13 Aug 2014 13:05:18 +0000 (17:05 +0400)]
cleanup (we don't have to duplicate elements of module_registry)

10 years agocleanup (we don't have to duplicate elements of stream_filters_hash)
Dmitry Stogov [Wed, 13 Aug 2014 13:00:13 +0000 (17:00 +0400)]
cleanup (we don't have to duplicate elements of stream_filters_hash)

10 years agoSome changes were lost in the merge commit of #66091
Tjerk Meesters [Wed, 13 Aug 2014 12:57:10 +0000 (20:57 +0800)]
Some changes were lost in the merge commit of #66091

10 years agocleanup
Dmitry Stogov [Wed, 13 Aug 2014 12:55:21 +0000 (16:55 +0400)]
cleanup

10 years agoUpdated NEWS for #66091
Tjerk Meesters [Wed, 13 Aug 2014 12:16:22 +0000 (20:16 +0800)]
Updated NEWS for #66091

10 years agoFixed #66091
Tjerk Meesters [Wed, 13 Aug 2014 12:12:42 +0000 (20:12 +0800)]
Fixed #66091

10 years agoMerge branch 'PHP-5.6'
Tjerk Meesters [Wed, 13 Aug 2014 12:21:30 +0000 (20:21 +0800)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Updated NEWS for #66091
  Updated NEWS for #66091
  Fixed #66091

10 years agoUpdated NEWS for #66091
Tjerk Meesters [Wed, 13 Aug 2014 12:20:54 +0000 (20:20 +0800)]
Updated NEWS for #66091

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Tjerk Meesters [Wed, 13 Aug 2014 12:20:10 +0000 (20:20 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Updated NEWS for #66091
  Fixed #66091

Conflicts:
ext/date/php_date.c

10 years agoUpdated NEWS for #66091
Tjerk Meesters [Wed, 13 Aug 2014 12:16:22 +0000 (20:16 +0800)]
Updated NEWS for #66091

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Tjerk Meesters [Wed, 13 Aug 2014 12:15:52 +0000 (20:15 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed #66091

Conflicts:
ext/date/php_date.c

10 years agoFixed #66091
Tjerk Meesters [Wed, 13 Aug 2014 12:12:42 +0000 (20:12 +0800)]
Fixed #66091

10 years agocleanup (use zend_string* instead of char*)
Dmitry Stogov [Wed, 13 Aug 2014 10:51:48 +0000 (14:51 +0400)]
cleanup (use zend_string* instead of char*)

10 years agoclean up - remove checked questions
Xinchen Hui [Wed, 13 Aug 2014 08:44:22 +0000 (16:44 +0800)]
clean up - remove checked questions

10 years agocleanup
Dmitry Stogov [Wed, 13 Aug 2014 08:36:10 +0000 (12:36 +0400)]
cleanup

10 years agoclean up - avoid realloc
Xinchen Hui [Wed, 13 Aug 2014 07:51:43 +0000 (15:51 +0800)]
clean up - avoid realloc

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Tue, 12 Aug 2014 12:48:48 +0000 (14:48 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  NEWS entry for e6d93a1 / d73d44c
  restore FPM compatibility with mod_fastcgi broken since #694 / 67541, fixes bug 67606
  Revert "Merge branch 'pull-request/694' into PHP-5.6"

10 years agoMerge branch 'pr-765' into PHP-5.6
Ferenc Kovacs [Tue, 12 Aug 2014 12:47:03 +0000 (14:47 +0200)]
Merge branch 'pr-765' into PHP-5.6

* pr-765:
  NEWS entry for e6d93a1 / d73d44c
  restore FPM compatibility with mod_fastcgi broken since #694 / 67541, fixes bug 67606
  Revert "Merge branch 'pull-request/694' into PHP-5.6"

10 years agoMerge branch 'master' into phpng
Dmitry Stogov [Tue, 12 Aug 2014 10:46:38 +0000 (14:46 +0400)]
Merge branch 'master' into phpng

* master:
  fix the failing date tests introduced with the latest timezonedb update Derick confirmed on irc that the new/current behavior is the correct and that the tests should be updated to reflect it
  Fixed bug #67813 (CachingIterator::__construct InvalidArgumentException wrong message)

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Tue, 12 Aug 2014 09:53:10 +0000 (11:53 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  updated NEWS
  updated NEWS
  updated NEWS
  backported the fix for bug #41577

10 years agoupdated NEWS
Anatol Belski [Tue, 12 Aug 2014 09:52:50 +0000 (11:52 +0200)]
updated NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Tue, 12 Aug 2014 09:52:07 +0000 (11:52 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  updated NEWS
  updated NEWS
  backported the fix for bug #41577

10 years agoupdated NEWS
Anatol Belski [Tue, 12 Aug 2014 09:51:42 +0000 (11:51 +0200)]
updated NEWS

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Tue, 12 Aug 2014 09:50:55 +0000 (11:50 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  updated NEWS
  backported the fix for bug #41577

10 years agoupdated NEWS
Anatol Belski [Tue, 12 Aug 2014 09:50:26 +0000 (11:50 +0200)]
updated NEWS

10 years agobackported the fix for bug #41577
Anatol Belski [Tue, 12 Aug 2014 09:49:46 +0000 (11:49 +0200)]
backported the fix for bug #41577

10 years agoMerge branch 'pull-request/681'
Anatol Belski [Tue, 12 Aug 2014 09:45:05 +0000 (11:45 +0200)]
Merge branch 'pull-request/681'

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Tue, 12 Aug 2014 08:44:09 +0000 (10:44 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix the failing date tests introduced with the latest timezonedb update Derick confirmed on irc that the new/current behavior is the correct and that the tests should be updated to reflect it

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Ferenc Kovacs [Tue, 12 Aug 2014 08:38:35 +0000 (10:38 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix the failing date tests introduced with the latest timezonedb update Derick confirmed on irc that the new/current behavior is the correct and that the tests should be updated to reflect it

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Ferenc Kovacs [Tue, 12 Aug 2014 08:37:44 +0000 (10:37 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix the failing date tests introduced with the latest timezonedb update Derick confirmed on irc that the new/current behavior is the correct and that the tests should be updated to reflect it

10 years agofix the failing date tests introduced with the latest timezonedb update
Ferenc Kovacs [Tue, 12 Aug 2014 08:34:54 +0000 (10:34 +0200)]
fix the failing date tests introduced with the latest timezonedb update
Derick confirmed on irc that the new/current behavior is the correct and that the tests should be updated to reflect it

10 years agoFixed ext/odbc
Dmitry Stogov [Tue, 12 Aug 2014 07:27:30 +0000 (11:27 +0400)]
Fixed ext/odbc

10 years agoext/pdo_odbc support for phpng (tested with unixODBC and mysql driver)
Dmitry Stogov [Tue, 12 Aug 2014 07:00:06 +0000 (11:00 +0400)]
ext/pdo_odbc support for phpng (tested with unixODBC and mysql driver)