Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
60 views

I have a function that saves two related models inside a transaction. But after running it, I see duplicate entries in the database — same data but different IDs. Here’s a simplified version of the ...
0 votes
1 answer
61 views

We are using socialiteproviders/laravelpassport for OAUTH2.0 integration and try to authenticate users. The first call return expected code and state values Socialite::driver('laravelpassport')->...
1 vote
0 answers
65 views

I recently upgraded my application's stack, and I noticed a change in the API responses. Below are the details of the version changes: Component Old Version New Version PHP 7.3.0 8.3.0 ...
2 votes
1 answer
62 views

I'm populating a temporary table with items, and then use this table to filter with a SQL JOIN operator, but it does not work. Snippet below show the problem. $pdo->beginTransaction(); $pdo->-&...
0 votes
0 answers
146 views

After the server PHP version of my Magento 2.2.1 website was upgraded from 7.2 to 7.3, the following error was prompted: Warning: session_id(): Cannot change session id when session is active in /home/...
1 vote
0 answers
133 views

Context In a legacy app I am profiling a script that archives files in a zip. At the moment it takes about 30-35 seconds to add 55MB (~450 files) to a zip archive on a locally-running VM. I was hoping ...
0 votes
1 answer
2k views

I am trying to run composer update --lock -n via php exec or shell_exec $commands = array( 'echo $PWD', 'whoami', 'git fetch', 'git reset --hard HEAD', '...
-1 votes
1 answer
3k views

I need to deploy a PHP application that was built on PHP 7.3` in 2019. It is dockerized and the Dockerfile tries to install it from a well know repository: RUN apt-add-repository -y ppa:ondrej/php ...
Akhmed's user avatar
  • 1,219
0 votes
0 answers
50 views

I am using Apache and PHP 5.6 to execute a curl for an API hosted on another domain with a URL in the format of https://xyz. The total curl execution time for this setup is around 30 milliseconds. ...
1 vote
1 answer
125 views

I have a legacy application with PHP 7.3 and Composer v1. There is an installed lcobucci/jwt:3.3.1 library. The requirements for this library are very straightforward: php: ^5.6 || ^7.0 ext-mbstring: *...
0 votes
1 answer
793 views

When I run - apt-get install php-dev I see a bunch of php 7.0 packages being installed - The following additional packages will be installed: dh-php libexporter-tiny-perl liblist-moreutils-perl libssl-...
Vivek Rao's user avatar
0 votes
2 answers
240 views

I updated my php vesrion from 5.6 to 7.3 and now it showing an error PHP Deprecated: Function create_function() is deprecated in magiczoomplus/magiczoomplus.module.core.class.php on line 78 my code ...
0 votes
2 answers
1k views

Connection could not be established with host p3plvcpnl452615.prod.phx3.secureserver.net :stream_socket_client(): php_network_getaddresses: getaddrinfo failed: Name or service not known I have ...
0 votes
0 answers
341 views

I am new in Symfony and I have migrated Symfony from 3 to 4. I got this error in this external service: The "datatable" service or alias has been removed or inlined when the container was ...
VaheCh's user avatar
  • 31
0 votes
1 answer
31 views

I know I can do this: $myFunc = function () { return 42; }; $val = $myFunc(); But I want to skip $myFunc and do something like this: $val = () { return 42; }; Is this possible? Of course, my real ...

15 30 50 per page
1
2 3 4 5
...
22

AltStyle によって変換されたページ (->オリジナル) /