From 71370a6baa4b56da7f279b6fb970d60ad6b574e6 Mon Sep 17 00:00:00 2001 From: Michael Maclean Date: Mon, 5 Oct 2009 18:24:10 +0000 Subject: [PATCH] Fix build and make some URLs into links git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289229 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/cairo/cairomatrix/scale.xml | 2 ++ reference/cairo/setup.xml | 9 ++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/reference/cairo/cairomatrix/scale.xml b/reference/cairo/cairomatrix/scale.xml index 094d3e6c66..94720d93a8 100644 --- a/reference/cairo/cairomatrix/scale.xml +++ b/reference/cairo/cairomatrix/scale.xml @@ -77,6 +77,7 @@ $matrix->scale(0.2, 2.0); ?> ]]> + @@ -90,6 +91,7 @@ cairo_matrix_scale($matrix, 0.2, 2.0); ?> ]]> + diff --git a/reference/cairo/setup.xml b/reference/cairo/setup.xml index b4525a21ff..2a571066c8 100644 --- a/reference/cairo/setup.xml +++ b/reference/cairo/setup.xml @@ -13,11 +13,13 @@ versions. Both unstable and stable versions can be used with the extension, but conditional support for new features is determined by the stable version below the unstable version in use. The latest cairo release can be found at - http://cairographics.org + http://cairographics.org. The binary files used for the windows compiles can be found at - http://perisama.net/cairo along with the project files used to create them. + http://perisama.net/cairo/ along + with the project files used to create them. @@ -25,7 +27,8 @@ &reftitle.install; Installation on Windows - Binary builds of the extension can be found at http://perisama.net/cairo + Binary builds of the extension can be found at http://perisama.net/cairo/. Download the correct zip file, place php_cairo.dll in the extensions directory, and enable it via the php.ini file in use. Please be sure the PHP minor version (5.2, 5.3) match, the thread safety (Thread Safe TS or