bjori Wed Feb 14 20:49:49 2007 UTC
Modified files: /phpdoc/en/internals/zendapi arguments.xml printing.xml variables.xml overview.xml Log: Update image paths to be inline with recent image changes http://cvs.php.net/viewvc.cgi/phpdoc/en/internals/zendapi/arguments.xml?r1=1.4&r2=1.5&diff_format=u Index: phpdoc/en/internals/zendapi/arguments.xml diff -u phpdoc/en/internals/zendapi/arguments.xml:1.4 phpdoc/en/internals/zendapi/arguments.xml:1.5 --- phpdoc/en/internals/zendapi/arguments.xml:1.4 Sun Oct 15 03:44:37 2006 +++ phpdoc/en/internals/zendapi/arguments.xml Wed Feb 14 20:49:48 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="ISO-8859-1" ?> - <!-- $Revision: 1.4 $ --> + <!-- $Revision: 1.5 $ --> <sect1 id="zend.arguments"> <title>Accepting Arguments</title> <para> @@ -617,7 +617,7 @@ </note> <figure id='fig.cross-convert'> <title>Cross-conversion behavior of PHP.</title> - <graphic fileref="figures/zend.04-cross-converter.png"/> + <graphic fileref="figures/zendapi.zend.04-cross-converter.png"/> </figure> <para> Using these functions on your arguments will ensure type safety @@ -945,7 +945,7 @@ ZVAL_LONG(parameter, 10); ]]> </programlisting> - <graphic fileref="figures/zend.05-reference-test.png"/> + <graphic fileref="figures/zendapi.zend.05-reference-test.png"/> </example> </sect2> http://cvs.php.net/viewvc.cgi/phpdoc/en/internals/zendapi/printing.xml?r1=1.1&r2=1.2&diff_format=u Index: phpdoc/en/internals/zendapi/printing.xml diff -u phpdoc/en/internals/zendapi/printing.xml:1.1 phpdoc/en/internals/zendapi/printing.xml:1.2 --- phpdoc/en/internals/zendapi/printing.xml:1.1 Sun Aug 21 16:27:06 2005 +++ phpdoc/en/internals/zendapi/printing.xml Wed Feb 14 20:49:49 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="ISO-8859-1" ?> - <!-- $Revision: 1.1 $ --> + <!-- $Revision: 1.2 $ --> <sect1 id="zend.printing"> <title>Printing Information</title> <para> @@ -11,7 +11,7 @@ provide more details. Examples of these functions can be found on the CD-ROM. </para> - <sect2 id="zend.printing.zend-printf"> + <sect2 id="zendapi.printing.zend-printf"> <title><function>zend_printf</function></title> <para> <function>zend_printf</function> works like the @@ -92,7 +92,7 @@ </table> <figure id='fig.warning-messages'> <title>Display of warning messages in the browser.</title> - <graphic fileref="figures/zend.07-warning-messages.png"/> + <graphic fileref="figures/zendapi.zend.07-warning-messages.png"/> </figure></para> </sect2> @@ -130,7 +130,7 @@ php_info_print_table_row(2, "Just to fill", "another row here"); php_info_print_table_end(); </programlisting> - <graphic fileref="figures/zend.08-phpinfo-output.png"/> + <graphic fileref="figures/zendapi.zend.08-phpinfo-output.png"/> </example> </sect2> @@ -167,7 +167,7 @@ zend_printf("The file currently executed is %s<br>", zend_get_executed_filename(TSRMLS_C)); zend_printf("The current line being executed is %i<br>", zend_get_executed_lineno(TSRMLS_C)); </programlisting> - <graphic fileref="figures/zend.09-execution-info.png"/> + <graphic fileref="figures/zendapi.zend.09-execution-info.png"/> </example> </sect2> </sect1> http://cvs.php.net/viewvc.cgi/phpdoc/en/internals/zendapi/variables.xml?r1=1.6&r2=1.7&diff_format=u Index: phpdoc/en/internals/zendapi/variables.xml diff -u phpdoc/en/internals/zendapi/variables.xml:1.6 phpdoc/en/internals/zendapi/variables.xml:1.7 --- phpdoc/en/internals/zendapi/variables.xml:1.6 Sun Oct 15 03:44:37 2006 +++ phpdoc/en/internals/zendapi/variables.xml Wed Feb 14 20:49:49 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="ISO-8859-1" ?> - <!-- $Revision: 1.6 $ --> + <!-- $Revision: 1.7 $ --> <sect1 id="zend.variables"> <title>Creating Variables</title> <para> @@ -171,7 +171,7 @@ } </programlisting> - <graphic fileref="figures/zend.06-variable-creation.png"/> + <graphic fileref="figures/zendapi.zend.06-variable-creation.png"/> </example> </sect2> http://cvs.php.net/viewvc.cgi/phpdoc/en/internals/zendapi/overview.xml?r1=1.1&r2=1.2&diff_format=u Index: phpdoc/en/internals/zendapi/overview.xml diff -u phpdoc/en/internals/zendapi/overview.xml:1.1 phpdoc/en/internals/zendapi/overview.xml:1.2 --- phpdoc/en/internals/zendapi/overview.xml:1.1 Sun Aug 21 16:27:06 2005 +++ phpdoc/en/internals/zendapi/overview.xml Wed Feb 14 20:49:49 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="ISO-8859-1" ?> - <!-- $Revision: 1.1 $ --> + <!-- $Revision: 1.2 $ --> <sect1 id="zend.overview"> <title>Overview</title> @@ -68,7 +68,7 @@ capabilities. <figure id='fig.internal-struct'> <title>The internal structure of PHP.</title> - <graphic fileref="figures/zend.01-internal-structure.png"/> + <graphic fileref="figures/zendapi.zend.01-internal-structure.png"/> </figure> </para> <para>