kiranpatil353 / google-checkout-php-sample-code

Automatically exported from code.google.com/p/google-checkout-php-sample-code
0 stars 0 forks source link

A better way of handling included files #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Some the library files expect . to be in the include path in php however
some servers do not have this in the path for some reason and the way that
the module seems to try and fix this is to set the include_path itself
however it does not do this consistently and still has some errors.

This is a partial duplicate of issue 31 but I have attached a patch that
fixes all of the instances of including the files so that it should work on
all servers. I would have just replied to issue #31 but couldn't find a way
to attach the diff.

This diff also fixes issue #23 (as does #31) which was incorrectly marked
as invalid.

Original issue reported on code.google.com by rod...@gmail.com on 3 Jul 2008 at 1:48

Attachments:

GoogleCodeExporter commented 8 years ago
+1 for this method, it fixes my case as well.

The patch file did not apply cleanly, so I rerolled it.

Original comment by yha...@gmail.com on 22 Jan 2009 at 7:13

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by peng.y...@gmail.com on 28 Jan 2009 at 1:23

GoogleCodeExporter commented 8 years ago
Cool..

http://www.carazoo.com/

Original comment by izmocars...@gmail.com on 4 Mar 2009 at 7:11

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
fixed, will release in next patch

Original comment by peng.y...@gmail.com on 13 Sep 2010 at 8:48