Commit graph

116 commits

Author SHA1 Message Date
Jenny Tam b65e28ccb6
5.5.0-preview (#903) 2018-12-07 15:03:48 -08:00
David Engel eb679eab6a
Update survey image link 2018-11-13 16:32:43 -08:00
Gert de Pagter 80442d45db
Change readme links to https 2018-10-01 23:01:10 +02:00
Jenny Tam b47cec284b
Dev to Master - 5.4.0-preview (#853)
* Fixed the potential error reported by Prefast code analysis

* Use SQLSRV_ASSERT for checking NULL ptrs

* For these AKV tests check env despite not AE connected

* Added the driver option to run functional tests

* Fixed connection pooling tests for more than one ODBC drivers

* added driver option to pdo isPooled.php

* Removed win32 ifdefs re connection resiliency (#802)

* Set the driver argument for getDSN to null by default (#798)

* Added the driver argument to getDSN

* Dropped the driver argument but set to null as default

* Removed the AE condition in locale support

* Modified the AE condition for locale support

* Changed int to SQLLEN to avoid infinite loop (#806)

* Version 5.3.0 (#803)

* Version 5.3.0

* Fixed the wrong replacements

* Added comments block to m4 files

* Use dnl for comments

*  Modified AE fetch phptypes test to insert only one row at a time and loop through php types (#801)

* Modified AE fetch phptypes test to insert only one row at a time and loop through php types

* Fixed formatting

* Streamlined two very similar large column name tests (#807)

* Streamlined two very similar large column name tests

* Changed the EOL

* Updates to change log and readme (#811)

* Updates to change log and readme

* Dropped support for Ubuntu 17

* Modified as per review comments

* Fixed connection resiliency tests for Unix, updated AppVeyor for ODBC 17.2

* Fixed expected output

* Fixed output and skipifs

* Fixed skipifs and output

* Fixed driver name

* Updated installation instructions and sample script (#813)

* Updated instructions and sample test for 5.3.0 RTW

* Fixed sample code to adhere to php coding standard

* Fixed cases and spaces

* Modified NOTE for UB 18.04 based on review comments

* Added 'exit'

* Modified change log and readme based on review to PR 811

* Applied review comments

* build output to debug appveyor failure

* removed debug output

* Streamlined two very similar large column name tests (#815)

* Streamlined two very similar large column name tests

* Added random number of test table names to avoid operand clash issues

* Replaced to with for based on review

* Changelog updated

* changelog updated, test skipif changed to run on unix platforms

* Fixed skipif typo

* Fixed typo in skipif for pdo

* Fixed some output for Travis

* Moved error checking inside pdo connres tests

* Added links back to changelog

* Fixed output for sqlsrv connres tests

* Fixed output

* Fixed output again

* Fixed skipifs for connres

* Tweaked per review comments

* Changes made to source and tests to support PHP 7.3 (#822)

* Changes made to support php 7.3

* Correct use of the smart pointer

* Fixed the tests for 7.3

* Some clean up for array_init()

* Fixed formattings and clean up

* One more fix

* Initialising strings with nulls

* Removed some spaces

* Made array index spacing consistent

* Fix for compilation problem

* Fix for compilation problem again

* Before freeing stmt in destructor check if dbh driver data is NULL  (#829)

* Issue 434 - set dbh driver data to NULL as well in destructor

* Reverted the last change but instead check if dbh driver_data is already freed

* Modified the comment

* Added driver to the skipif conditions (#831)

* Used git clone instead to download source from a branch of a tag (#832)

* Modified the error handling to make it more flexible (#833)

* Made error handling more flexible

* Fixed a minor issue with a test

* Enabled Spectre Mitigations (#836)

* Incorporated changes in PR 634 to pdo_sqlsrv (#834)

* Incorporated changes in PR 634 to pdo_sqlsrv

* Reverted the changes because the array is for internal use only

* Modified README re user's suggestion (#841)

* Modified README re user's suggestion

* Moved the if condition to the end as per review

* Adding supporting for Azure AD access token (#837)

* Adding supporting for Azure AD access token

* Added more comments for the AD access token skipif files

* Save the pointer to access token struct until after connecting

* Clear the access token data before freeing the memory

* Added a reference as per review

* Feature request - new PDO_STMT_OPTION_FETCHES_DATETIME_TYPE flag for pdo_sqlsrv to return datetime as objects (#842)

* Feature request - issue 648

* Fixed constructor for field_cache and added another test

* Added tests for FETCH_BOUND

* Added a new test for output param

* Modified output param test to set attributes differently

* Removed a useless helped function in a test

* Combined two new tests into one as per review

* Uncommented dropTable

* Feature request - add ReturnDatesAsStrings option to statement level for sqlsrv  (#844)

* Added ReturnDatesAsStrings option to the statement level

* Added new tests for ReturnDatesAsStrings at statement level

* Added more datetime types as per review

* Updated version 5.4.0-preview (#846)

* Updated version 5.4.0-preview

* Replaced 5.3 with 5.4

* Fixed sqlsrv datetime tests to connect with ColumnEncryption variables (#849)

* Change log for 5.4.0-preview (#850)

* Updated change log for 5.4.0-preview

* Updated 5.4.0 preview to add two new feature requests

* Modified change log as per review

* Modified the wordings

* Updated readme, changelog, and install instructions
2018-09-24 13:26:43 -07:00
Jenny Tam 9654020d67
Dev (#820)
* Fixed the potential error reported by Prefast code analysis

* Use SQLSRV_ASSERT for checking NULL ptrs

* For these AKV tests check env despite not AE connected

* Added the driver option to run functional tests

* Fixed connection pooling tests for more than one ODBC drivers

* added driver option to pdo isPooled.php

* Removed win32 ifdefs re connection resiliency (#802)

* Set the driver argument for getDSN to null by default (#798)

* Added the driver argument to getDSN

* Dropped the driver argument but set to null as default

* Removed the AE condition in locale support

* Modified the AE condition for locale support

* Changed int to SQLLEN to avoid infinite loop (#806)

* Version 5.3.0 (#803)

* Version 5.3.0

* Fixed the wrong replacements

* Added comments block to m4 files

* Use dnl for comments

*  Modified AE fetch phptypes test to insert only one row at a time and loop through php types (#801)

* Modified AE fetch phptypes test to insert only one row at a time and loop through php types

* Fixed formatting

* Streamlined two very similar large column name tests (#807)

* Streamlined two very similar large column name tests

* Changed the EOL

* Updates to change log and readme (#811)

* Updates to change log and readme

* Dropped support for Ubuntu 17

* Modified as per review comments

* Fixed connection resiliency tests for Unix, updated AppVeyor for ODBC 17.2

* Fixed expected output

* Fixed output and skipifs

* Fixed skipifs and output

* Fixed driver name

* Updated installation instructions and sample script (#813)

* Updated instructions and sample test for 5.3.0 RTW

* Fixed sample code to adhere to php coding standard

* Fixed cases and spaces

* Modified NOTE for UB 18.04 based on review comments

* Added 'exit'

* Modified change log and readme based on review to PR 811

* Applied review comments

* build output to debug appveyor failure

* removed debug output

* Streamlined two very similar large column name tests (#815)

* Streamlined two very similar large column name tests

* Added random number of test table names to avoid operand clash issues

* Replaced to with for based on review

* Changelog updated

* changelog updated, test skipif changed to run on unix platforms

* Fixed skipif typo

* Fixed typo in skipif for pdo

* Fixed some output for Travis

* Moved error checking inside pdo connres tests

* Added links back to changelog

* Fixed output for sqlsrv connres tests

* Fixed output

* Fixed output again
2018-07-20 17:24:48 -07:00
Jenny Tam c676ae06d4 Addressed review comments 2018-05-25 16:33:20 -07:00
Jenny Tam c56fb3035e Changelog for 5.2.1-preview 2018-05-16 11:17:45 -07:00
David Puglielli 5f62186ffa Updated Apache instructions, install order, fixed links 2018-05-08 14:28:31 -07:00
David Puglielli cf8b75f3e5 Updated readme 2018-03-23 16:02:21 -07:00
David Puglielli 42ec70271d Updated readme 2018-03-23 15:59:32 -07:00
David Puglielli b235f37502 Minor tweaks 2018-03-12 16:36:18 -07:00
David Puglielli a80557c335 Review fixes 2018-02-08 16:42:34 -08:00
David Puglielli 034c6178eb README updated, unix install shifts to another file 2018-02-08 11:22:31 -08:00
Jenny Tam b50746f647 Fixed some broken links 2018-01-18 12:37:30 -08:00
Jenny Tam 3f3ef3e2ff Put the link to Releases page for known issues and limitations 2018-01-17 14:16:27 -08:00
Jenny Tam eafe64842c Merge branch 'dev' of https://github.com/Microsoft/msphpsql into dev 2018-01-12 11:39:09 -08:00
Jenny Tam 636fac3691
Update Known Issues 2018-01-12 08:19:41 -08:00
David Puglielli 092e5c4ff7 Updated README 2018-01-05 17:06:01 -08:00
Jenny Tam bdb0161bfe
Update README.md
Updated instructions for Ubuntu 17 and Debian 9
2017-12-21 08:30:47 -08:00
v-susanh 4772e1530e
Update README.md (#1) (#635)
* Update README.md (#1)

* Update README.md

* Update README.md
2017-12-20 11:43:34 -08:00
David Engel c46f957d69
Update README.md
New PHP pulse survey for December.
2017-12-08 14:31:58 -08:00
Tatsuya Sato 258fdcd282
Replace the link for consistency 2017-11-12 09:06:12 +09:00
Tatsuya Sato 31c494b164
Add the link to Getting Started for macOS 2017-11-05 16:43:24 +09:00
Tatsuya Sato d2eb59ede8
Add instruction to Step3 for macOS users
I followed this instructions but I saw compile errors at Step 3. 
`brew info php71` gave me this instruction and it works for me :)
2017-11-05 15:08:23 +09:00
Jenny Tam 0ca7e7132e Change log for 5.1.1-preview 2017-10-20 10:06:06 -07:00
David Puglielli ac2010c9ae badge added to readme 2017-10-11 14:42:58 -07:00
Jenny Tam c371d3c29b Moved compile in Windows instructions to README in buildscripts 2017-08-21 09:24:10 -07:00
David Puglielli f65f0a06c1 Merge pull request #503 from david-puglielli/readme-suse-update
Added instructions for SUSE install
2017-08-16 17:22:26 -04:00
David Puglielli ff9ef9e008 changed OS X to macOS 2017-08-15 18:53:37 -07:00
David Puglielli 8831ce3fa8 Added instructions for SUSE install 2017-08-15 10:54:41 -07:00
Hadis-Fard 9b5743d685 updated per #474 2017-08-14 14:54:58 -07:00
David Puglielli fdc1d419a5 Update README.md 2017-08-09 16:06:38 -07:00
Hadis-Fard 3fd4027bad added --no-sandox to mac instructions 2017-08-04 10:08:51 -07:00
David Puglielli b3477ed17c Merge pull request #472 from david-puglielli/readme-update
Updated readme
2017-08-01 20:21:56 -04:00
David Puglielli 6eb1e0311f Fixed line endings 2017-08-01 16:09:56 -07:00
Hadis Fard a0896f2da9 Fixed the AppVeyor badge 2017-07-26 15:29:52 -07:00
David Puglielli a947aec0da Minor tweaks per review comments 2017-07-17 14:07:22 -07:00
David Puglielli 77522875fd A few more changes 2017-07-13 15:10:19 -07:00
David Puglielli 9aff63ecb4 Tweaked a few commands 2017-07-12 18:21:48 -07:00
David Puglielli f521282a63 Fixed typo 2017-07-12 16:55:38 -07:00
David Puglielli 7e0044dd9e Updated readme FAQ 2017-07-12 16:55:05 -07:00
David Puglielli 0839d477c4 Updated readme Debian install instructions 2017-07-12 16:30:33 -07:00
David Puglielli 57c83525a3 Updated readme 2017-07-11 17:26:02 -07:00
Meet Bhagdev 534a30a1d7 Update README.md 2017-06-21 17:31:42 -07:00
Hadis Fard 55f21b5156 Updated announcements 2017-06-05 10:06:43 -07:00
Hadis Fard 11aa0073c0 updated supported sql server version 2017-05-25 09:47:18 -07:00
Andrea Lam 7a641cbfd6 Update README.md 2017-05-10 12:44:40 -07:00
runningamok ce646b04c1 Update README.md
update odbc mac install instructions
2017-05-09 17:26:54 -07:00
Meet Bhagdev ae0368f8d2 Update README.md 2017-05-05 14:52:43 -07:00
yitam 1ea6e7fb1c moved comments up in Step 3 2017-05-02 13:13:39 -07:00