Skip to content

PDO and openssl both module extension not work together #5

@sunny-brevity

Description

@sunny-brevity

I have create PHP binary file in my local system with below module but it does not work. at a time only one module work both are not work together.

In AWS lambda function i need to work with both PDO and opelssl Please tell me solution for same. i have try to search a lot but i did not get anything about this problem.

when i try with both module in lambda function then execute without any error but i did not get any result. i mean no error but not execute. i have attached image please check.
lambda management console

I need database operation with SES and SNS service in lambda function using PHP SDK.

your binary file also working, but it not work with PDO.

Array
(
[0] => Core
[1] => date
[2] => ereg
[3] => libxml
[4] => openssl
[5] => pcre
[6] => curl
[7] => standard
[8] => hash
[9] => json
[10] => mbstring
[11] => SPL
[12] => PDO
[13] => Phar
[14] => Reflection
[15] => SimpleXML
[16] => sockets
[17] => mysqlnd
[18] => exif
[19] => xml
[20] => pdo_mysql
[21] => mhash
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions