# Copying values from php.ini editor

**URL:** https://community.kinsta.com/t/copying-values-from-php-ini-editor/5424
**Category:** Feature Requests
**Created:** [August 26, 2025, 10:42am UTC](https://community.kinsta.com/t/copying-values-from-php-ini-editor/5424 "2025-08-26T10:42:36Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Gelboron](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/gelboron/32/4969_2.png) [@Gelboron](https://community.kinsta.com/u/Gelboron)
#### Post date: [August 26, 2025, 10:42am UTC](https://community.kinsta.com/t/copying-values-from-php-ini-editor/5424/1 "2025-08-26T10:42:36Z")

</div>

When setting up xdebug on new sites, I usually copy the base php.ini config from some previous project.

 ![image](https://us1.discourse-cdn.com/flex020/uploads/kinsta/original/2X/0/0070985871b3d70dd43e647384b2d33d33964ca7.png)

Pressing `CMS-A` & `CMD-C` (MacOS latest version) will also copy the line numbers which I then need to clean up before pasting to the new project.

```auto
1
xdebug.mode = debug
2
xdebug.start_with_request = yes
3
xdebug.client_host = 192.168.1.37
4
xdebug.client_port = 9003
5
xdebug.log = /tmp/xdebug.log

```

Would it be possible to adjust this behavior (it’s such a minor nitpick that I am refraining from calling it a bug)?

---

<div class="post-metadata">

### Author: ![VladimirM](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/vladimirm/32/2786_2.png) [@VladimirM](https://community.kinsta.com/u/VladimirM)
#### Post date: [August 26, 2025, 12:26pm UTC](https://community.kinsta.com/t/copying-values-from-php-ini-editor/5424/2 "2025-08-26T12:26:20Z")

</div>

Hello @Gelboron 👋 Welcome to the Kinsta community!

I see what you mean, I was able to replicate this.

I have reported this to our developers. To set some expectations, DevKinsta is still in maintenance/security update mode, therefore, there’s no ETA that I can provide in regards to this.

However, this has been reported as a bug and we hope to see it corrected in future releases.

Kind regards!  
Vladimir M
