ID:               18914
 Updated by:       [EMAIL PROTECTED]
 Reported By:      tr0n at tr0n dot org
-Status:           Assigned
+Status:           Closed
 Bug Type:         Documentation problem
 Operating System: Windows XP
 PHP Version:      4.2.2
 Assigned To:      imajes
 New Comment:

The only thing is that it is not automatic yet... 


Previous Comments:
------------------------------------------------------------------------

[2003-12-02 09:53:14] nunoplopes at sapo dot pt

I think everything is solved (the on-line manual and gzip
downloadable).
You may close this bug.

------------------------------------------------------------------------

[2003-04-19 18:26:59] [EMAIL PROTECTED]

i'll take this.

------------------------------------------------------------------------

[2003-04-19 14:08:57] [EMAIL PROTECTED]

Tom, Derick, Philip, and the others! ;) 
 
The build system builds the "mirror-files" primarily, which 
includes the PHP file builds (online docs) and bz2 file builds 
(for download). 
 
The Zend API figures should be copied with each build to 
their corresponding folders by the build system. If you try 
locally, you can see that files are copied (at least I can see). 
 
This is due to the zendapi[php|html] dependencies in our 
Makefile. For some reason these dependencies are not 
honored on the build server, so the images are not get copied. 
 
Therefore they are not get archived into the bz2 (regardless of 
what is the tar parameter list). 
 
I don't see anything that can be fixed in the Makefile or 
configure script to make this work. The build machine simply 
ignores the dependencies... 

------------------------------------------------------------------------

[2003-03-01 11:35:52] public at macfreek dot nl

I experience the same problem on-line:

http://www.php.net/manual/en/
zend.overview.php#fig.internal-struct

Has a picture, but the link to this picture is broken.

------------------------------------------------------------------------

[2003-01-21 15:23:31] [EMAIL PROTECTED]

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

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/18914

-- 
Edit this bug report at http://bugs.php.net/?id=18914&edit=1

Reply via email to