Date: 01/21/03
- Next message: Philip Olson: "[PHP-DOC] cvs: phpdoc /en/reference/http/functions setcookie.xml"
- Previous message: Friedhelm Betz: "[PHP-DOC] cvs: phpdoc /en/reference/url/functions get-meta-tags.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 18914
Updated by: tom <email protected>
Reported By: tr0n <email protected>
Status: Open
Bug Type: Documentation problem
Operating System: Windows XP
PHP Version: 4.2.2
New Comment:
This bug applies also to 'php_manual_en.tar.bz2' and can be solved only
with the help of somebody with access to the generating-machine
(php_manual_en.tar.bz2 worked with the automated builds).
We need to know how the builds are generated currently, (and should
agree on for the future), because at least *.tar.bz2 is not genereated
via our makefile.
Just a short comparison for de:
log-entry:
rm -f php_manual_de.tar.bz2 && (cd html; tar -cf - *.html ) | bzip2 -9
> php_manual_de.tar.bz2
makefile:
-rm -f $@ && (cd html; tar -cf - *.html figures) | bzip2 -9 > $@
(note the 'figures' in the brackets...)
Thomas
Previous Comments:
------------------------------------------------------------------------
[2003-01-21 03:30:13] derick <email protected>
hmm, the CHMs should include them, atleast they did for some time.
Derick
------------------------------------------------------------------------
[2003-01-21 02:42:56] philip <email protected>
Anyone have any idea if these will ever be included in the html or chm
manuals?
------------------------------------------------------------------------
[2002-12-13 13:02:49] oleg.titov <email protected>
i have downloaded
http://www.php.net/distributions/manual/php_manual_en.tar.bz2
and the figures are still missed (as of Dic 13, 2002)
------------------------------------------------------------------------
[2002-08-15 04:39:55] sander <email protected>
They're in CVS in /ZendAPI/figures. They probably will be included when
we split the PHP-users manual from the PHP-internals manual.
------------------------------------------------------------------------
[2002-08-15 04:30:09] tr0n <email protected>
After downloading php_manual_en.html.bz2 and extracting it to my server
directory I looked at my Apache error.log file and there were .png
files missing:
[Thu Aug 15 01:15:53 2002] [error] [client 127.0.0.1] File does not
exist: d:/server/figures/Extending_Zend_1_PHPs_internal_structure.png
[Thu Aug 15 01:15:53 2002] [error] [client 127.0.0.1] File does not
exist: d:/server/figures/Extending_Zend_1a_Directory_Layout.png
[Thu Aug 15 01:15:53 2002] [error] [client 127.0.0.1] File does not
exist: d:/server/figures/Extending_Zend_2_firstmod_output.png
[Thu Aug 15 01:15:53 2002] [error] [client 127.0.0.1] File does not
exist: d:/server/figures/Extending_Zend_3_wrong_parameter_count.png
[Thu Aug 15 01:15:53 2002] [error] [client 127.0.0.1] File does not
exist: d:/server/figures/Extending_Zend_4_cross_converter.png
[Thu Aug 15 01:15:53 2002] [error] [client 127.0.0.1] File does not
exist: d:/server/figures/Extending_Zend_5_reference_test.png
[Thu Aug 15 01:15:53 2002] [error] [client 127.0.0.1] File does not
exist: d:/server/figures/Extending_Zend_6_variable_creation.png
[Thu Aug 15 01:15:53 2002] [error] [client 127.0.0.1] File does not
exist: d:/server/figures/Extending_Zend_7_warning_messages.png
[Thu Aug 15 01:15:53 2002] [error] [client 127.0.0.1] File does not
exist: d:/server/figures/Extending_Zend_8_phpinfo_output.png
[Thu Aug 15 01:15:53 2002] [error] [client 127.0.0.1] File does not
exist: d:/server/figures/Extending_Zend_9_execution_info.png
[Thu Aug 15 01:15:53 2002] [error] [client 127.0.0.1] File does not
exist: d:/server/figures/Extending_Zend_11_userland.png
[Thu Aug 15 01:16:14 2002] [error] [client 127.0.0.1] File does not
exist: d:/server/figures/Extending_Zend_1_PHPs_internal_structure.png
[Thu Aug 15 01:16:14 2002] [error] [client 127.0.0.1] File does not
exist: d:/server/figures/Extending_Zend_1a_Directory_Layout.png
[Thu Aug 15 01:16:14 2002] [error] [client 127.0.0.1] File does not
exist: d:/server/figures/Extending_Zend_3_wrong_parameter_count.png
[Thu Aug 15 01:16:14 2002] [error] [client 127.0.0.1] File does not
exist: d:/server/figures/Extending_Zend_2_firstmod_output.png
[Thu Aug 15 01:16:14 2002] [error] [client 127.0.0.1] File does not
exist: d:/server/figures/Extending_Zend_4_cross_converter.png
[Thu Aug 15 01:16:14 2002] [error] [client 127.0.0.1] File does not
exist: d:/server/figures/Extending_Zend_5_reference_test.png
[Thu Aug 15 01:16:14 2002] [error] [client 127.0.0.1] File does not
exist: d:/server/figures/Extending_Zend_6_variable_creation.png
[Thu Aug 15 01:16:14 2002] [error] [client 127.0.0.1] File does not
exist: d:/server/figures/Extending_Zend_7_warning_messages.png
[Thu Aug 15 01:16:14 2002] [error] [client 127.0.0.1] File does not
exist: d:/server/figures/Extending_Zend_8_phpinfo_output.png
[Thu Aug 15 01:16:14 2002] [error] [client 127.0.0.1] File does not
exist: d:/server/figures/Extending_Zend_9_execution_info.png
[Thu Aug 15 01:16:14 2002] [error] [client 127.0.0.1] File does not
exist: d:/server/figures/Extending_Zend_11_userland.png
I then realized this files were displayed in the manual but there were
no .png pictures in the .bz2 file. I extracted it with WinRar. What is
wrong here?
------------------------------------------------------------------------
-- Edit this bug report at http://bugs.php.net/?id=18914&edit=1-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Philip Olson: "[PHP-DOC] cvs: phpdoc /en/reference/http/functions setcookie.xml"
- Previous message: Friedhelm Betz: "[PHP-DOC] cvs: phpdoc /en/reference/url/functions get-meta-tags.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

