twilio / OpenVBX

OpenVBX is a web-based open source phone system for business.
http://openvbx.org
Other
699 stars 342 forks source link

Replaces deprecated PHP function preg_replace with preg_replace_callback #256

Closed dotmat closed 10 years ago

dotmat commented 10 years ago

preg_replace function is now deprecated, this has been replaced with preg_replace_callback function.

kevinburke commented 10 years ago

Hi Mathew, Thanks for the pull request! Per our discussion, probably best to update the entire twilio-php dependency to the latest version, as it's backward compatible.


Kevin Burke | 415-723-4116 | www.twilio.com

On Mon, Nov 11, 2013 at 6:44 PM, Mathew notifications@github.com wrote:

preg_replace function is now deprecated, this has been replaced with

preg_replace_callback function.

You can merge this Pull Request by running

git pull https://github.com/dotmat/OpenVBX master

Or view, comment on, or merge it at:

https://github.com/twilio/OpenVBX/pull/256 Commit Summary

  • Update Resource.php

File Changes

  • M OpenVBX/libraries/Services/Twilio/Resource.phphttps://github.com/twilio/OpenVBX/pull/256/files#diff-0(2)

Patch Links:

Gipetto commented 10 years ago

This will be handled with a full library upgrade. Closing.