Learn English – What does it mean “to port over”

meaning-in-context

I ran across with phrasing "to port over" in some articles.
What does it mean?

  • There have been a few instances, where porting functionality over to the Zend Framework resulted in immediate performance gains.
  • _the initial port over tends to perform a little slower*

Best Answer

"To port over" especially in the context of a computer system refers to moving functionality from one system or architecture to another. In your example:

where porting functionality over to the Zend Framework assumes that the system/program was probably written in php without the use of the zend framework and thus after rearchitecting/rewriting/moving the code to use the zend framework has resulted in better performance.