Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve class entry generation | Máté Kocsis | 2021-02-16 | 1 | -3/+2 |
| | | | | Related to GH-6701 | ||||
* | Fix failures due to new deprecations | Christopher Jones | 2021-02-15 | 12 | -18/+32 |
| | |||||
* | Generate class entries from stubs for oci8, odbc, openssl, pcntl, pdo, pgsql | Máté Kocsis | 2021-02-14 | 3 | -10/+25 |
| | | | | Closes GH-6691 | ||||
* | Merge branch 'PHP-8.0' | Nikita Popov | 2021-02-02 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-8.0: Update year to 2021 | ||||
| * | Merge branch 'PHP-7.4' into PHP-8.0 | Nikita Popov | 2021-02-02 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | * PHP-7.4: Update year to 2021 | ||||
| | * | Update year to 2021 | Peter Kokot | 2021-02-02 | 1 | -1/+1 |
| | | | | | | | | | | | | Closes GH-6636. | ||||
* | | | Replace zend_bool uses with bool | Nikita Popov | 2021-01-15 | 4 | -18/+18 |
| | | | | | | | | | | | | | | | | | | | | | We're starting to see a mix between uses of zend_bool and bool. Replace all usages with the standard bool type everywhere. Of course, zend_bool is retained as an alias. | ||||
* | | | Make convert_to_*_ex simple aliases of convert_to_* | Nikita Popov | 2021-01-14 | 1 | -2/+2 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | Historically, the _ex variants separated the zval first, if a conversion was necessary. This distinction no longer makes sense since PHP 7. The only difference that was still left is that _ex checked whether the type is the same first, but the usage of these macros did not actually distinguish on whether such an inlined check is valuable or not in a given context. Also drop the unused convert_to_explicit_type macros. | ||||
* | | Description typo | Christopher Jones | 2020-12-21 | 1 | -1/+1 |
| | | |||||
* | | Bundle PECL OCI8 3.0.1 | Christopher Jones | 2020-12-21 | 3 | -17/+34 |
| | | |||||
* | | Add Windows support for OCI 19 | Christoph M. Becker | 2020-12-14 | 3 | -1/+57 |
| | | | | | | | | As requested by Christopher Jones. | ||||
* | | Update PECL package release date | Christopher Jones | 2020-11-27 | 1 | -1/+1 |
| | | |||||
* | | Fix test diff | Christopher Jones | 2020-11-25 | 1 | -3/+3 |
| | | |||||
* | | Sync README with package.xml | Christopher Jones | 2020-11-24 | 1 | -7/+9 |
| | | |||||
* | | Verify parameter names of function aliases | Máté Kocsis | 2020-10-16 | 3 | -17/+11 |
| | | | | | | | | Closes GH-6335 | ||||
* | | Improve parameter names in ext/oci8 | Máté Kocsis | 2020-10-08 | 6 | -360/+288 |
| | | | | | | | | Closes GH-6267 | ||||
* | | Run tidy | Nikita Popov | 2020-09-18 | 14 | -14/+14 |
| | | | | | | | | | | This should fix most of the remaining issues with tabs and spaces being mixed in tests. | ||||
* | | Generate arginfos | Máté Kocsis | 2020-09-16 | 1 | -2/+2 |
| | | |||||
* | | Display string default values in stubs more uniformly | Máté Kocsis | 2020-09-16 | 1 | -6/+6 |
| | | | | | | | | Settling on using quoted string | ||||
* | | Display types in stubs more uniformly | Máté Kocsis | 2020-09-16 | 2 | -3/+3 |
| | | | | | | | | | | | | In preparation for generating method signatures for the manual. This change gets rid of bogus false|null return types, a few unnecessary trailing backslashes, and settles on using ? when possible for nullable types. | ||||
* | | Promote some warnings to ValueError in OCI8 | George Peter Banyard | 2020-09-15 | 13 | -137/+160 |
| | | | | | | | | | | | | Closes GH-6116 Co-authored-by: Christopher Jones <sixd@php.net> | ||||
* | | Improve error messages mentioning parameters instead of arguments | Máté Kocsis | 2020-09-09 | 1 | -1/+1 |
| | | | | | | | | Closes GH-5999 | ||||
* | | Fix 3b0fecd and resulting test fail lob_012.phpt | Christopher Jones | 2020-09-09 | 1 | -1/+1 |
| | | |||||
* | | Fix UNKNOWN default values in ext/oci8 | Máté Kocsis | 2020-09-08 | 4 | -82/+67 |
| | | | | | | | | Closes GH-6089 | ||||
* | | Catch type errors so test completes and doesn't diff | Christopher Jones | 2020-09-08 | 1 | -24/+30 |
| | | |||||
* | | Accept updated error number generated by the latest Oracle version | Christopher Jones | 2020-09-08 | 1 | -1/+1 |
| | | |||||
* | | Yes, and mask the dir path too. | Christopher Jones | 2020-09-08 | 1 | -2/+2 |
| | | |||||
* | | Fix parsing regression from PHP 7 | Christopher Jones | 2020-09-08 | 2 | -6/+16 |
| | | |||||
* | | Move custom type checks to ZPP | Máté Kocsis | 2020-09-02 | 2 | -2/+2 |
| | | | | | | | | Closes GH-6034 | ||||
* | | Add more precise type info for stubs | Máté Kocsis | 2020-09-01 | 2 | -23/+12 |
| | | | | | | | | Closes GH-6005 | ||||
* | | Drop various unused macros/APIs | George Peter Banyard | 2020-08-26 | 1 | -1/+1 |
| | | | | | | | | | | | | Also convert_libmagic_pattern() to return a zend_string* Closes GH-6029 | ||||
* | | Squash a Linux compile warning | Christopher Jones | 2020-08-22 | 1 | -2/+2 |
| | | |||||
* | | OCI8 classes were already renamed in 8; this now follows the new-new standard | Christopher Jones | 2020-08-21 | 45 | -234/+234 |
| | | |||||
* | | Add many missing closing PHP tags to tests | Máté Kocsis | 2020-08-09 | 1 | -0/+1 |
| | | | | | | | | Closes GH-5958 | ||||
* | | Make test decimal to binary conversion expectation more tolerant | Christopher Jones | 2020-07-23 | 2 | -4/+4 |
| | | |||||
* | | Fix cut/paste error in expected test output | Christopher Jones | 2020-07-23 | 1 | -1/+0 |
| | | |||||
* | | Use ZPP callable check for oci_register_taf_callback() | George Peter Banyard | 2020-07-22 | 3 | -18/+13 |
| | | |||||
* | | Some cleanup in OCI8 extension for PHP 8 | George Peter Banyard | 2020-07-22 | 8 | -80/+9 |
| | | |||||
* | | Rename OCI8 classes to use standard names so arg stub parsing works | Christopher Jones | 2020-07-20 | 44 | -113/+118 |
| | | |||||
* | | Bump OCI8 version to 3.0 so a PHP 8 PECL release can be made | Christopher Jones | 2020-07-20 | 4 | -51/+54 |
| | | |||||
* | | Removed the "oci_internal_debug" function and its alias. Also deprecated the ↵ | Jens de Nies | 2020-07-11 | 8 | -1009/+3 |
| | | | | | | | | | | | | "ocifetchinto" function. Closes GH-5810 | ||||
* | | Remove proto comments from C files | Max Semenik | 2020-07-06 | 2 | -164/+82 |
| | | | | | | | | Closes GH-5758 | ||||
* | | Added stubs for ext/oci8 | Jens de Nies | 2020-07-04 | 5 | -784/+1652 |
| | | | | | | | | Closes GH-5701 | ||||
* | | Replace EXPECTF when possible | Fabien Villepinte | 2020-06-29 | 5 | -7/+7 |
| | | | | | | | | Closes GH-5779 | ||||
* | | Made sure zpp is always called and refactored some existing zpp calls. | Jens de Nies | 2020-06-16 | 1 | -262/+124 |
| | | | | | | | | Closes GH-5714 | ||||
* | | Fixed some oci8 tests. | Jens de Nies | 2020-06-16 | 25 | -324/+110 |
| | | | | | | | | Closes GH-5716 | ||||
* | | Fix ZPP of OCI_Lob::free | Máté Kocsis | 2020-06-13 | 1 | -5/+3 |
| | | |||||
* | | Deprecate function aliases in oci8 extension. | Jens de Nies | 2020-06-08 | 64 | -2169/+332 |
| | | | | | | | | Closes GH-5589 | ||||
* | | Remove some uses of zend_inline_hash_func | Nikita Popov | 2020-05-15 | 1 | -2/+2 |
| | | | | | | | | There's no need to force-inline the hashing for all of these. | ||||
* | | Improve undefined variable error messages | Máté Kocsis | 2020-03-31 | 1 | -1/+1 |
| | | | | | | | | Closes GH-5312 |