Skip to content

Instantly share code, notes, and snippets.

@remi
Created February 16, 2010 19:24
Show Gist options
  • Save remi/305818 to your computer and use it in GitHub Desktop.
Save remi/305818 to your computer and use it in GitHub Desktop.
<?php
// ancienne ligne 54
set_include_path( get_include_path() . PATH_SEPARATOR . $path . PATH_SEPARATOR . $path_pear );
// nouvelle ligne 54
set_include_path( $path . PATH_SEPARATOR . $path_pear . PATH_SEPARATOR . get_include_path() );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment