[PHP-DOC] Re: [PHP-DEV] win32 builtin zlib

2003-01-25 Thread Zeev Suraski
At 00:25 26/01/2003, Friedhelm Betz wrote: Saturday, January 25, 2003, Zeev Suraski wrote: >>1.) Are there future plans to include the zlib sources? > No. zlib is included in a similar way to the way we include > bindlib_w32. It's in a different repository on cvs.php.net, that we expect > to

[PHP-DOC] #20570 [Csd->Opn]: description of MAX_FILE_SIZE should be clear

2003-01-25 Thread philip
ID: 20570 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Closed +Status: Open Bug Type: Documentation problem Operating System: independency -PHP Version: 4.3.0RC1 +PHP Version: 4.3.0 New Comment: Still ope

[PHP-DOC] #20570 [Csd]: description of MAX_FILE_SIZE should be clear

2003-01-25 Thread Xuefer
ID: 20570 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Documentation problem Operating System: independency PHP Version: 4.3.0RC1 New Comment: sorry, there is step 3, php itself does check MAX_FILE_SIZ

[PHP-DOC] cvs: phpdoc /en/reference/image/functions imagecolorallocatealpha.xml

2003-01-25 Thread Sara Golemon
pollita Sat Jan 25 20:34:13 2003 EDT Added files: /phpdoc/en/reference/image/functionsimagecolorallocatealpha.xml Log: New function. Index: phpdoc/en/reference/image/functions/imagecolorallocatealpha.xml +++ phpdoc/en/reference/image/functions/ima

Re: [PHP-DOC] Re: [PHP-DEV] win32 builtin zlib

2003-01-25 Thread Maxim Maletsky
On Sat, 25 Jan 2003 23:39:36 +0100 Friedhelm Betz <[EMAIL PROTECTED]> wrote: > > [...] > > The link above from w3c could be a good idea to point the user to. > > Sure, but not a very smart solution IMHO ;-). It think it should be > possible (and preferable) to bundle the required whatever files

Re: [PHP-DOC] Re: [PHP-DEV] win32 builtin zlib

2003-01-25 Thread Friedhelm Betz
[...] > The link above from w3c could be a good idea to point the user to. Sure, but not a very smart solution IMHO ;-). It think it should be possible (and preferable) to bundle the required whatever files with win32build.zip ;-) Friedhelm -- PHP Documentation Mai

[PHP-DOC] Re: [PHP-DEV] win32 builtin zlib

2003-01-25 Thread Maxim Maletsky
On Sat, 25 Jan 2003 18:59:37 +0100 Friedhelm Betz <[EMAIL PROTECTED]> wrote: > Hi, > > I rewrote the part in the phpdoc manual about building on windows. > zlib is builtin with 4.3.0 but the shipped Workspace for VC++ > relies on a precompilded external zlib.lib. This is just what I run into a

[PHP-DOC] Re: [PHP-DEV] win32 builtin zlib

2003-01-25 Thread Friedhelm Betz
Saturday, January 25, 2003, Zeev Suraski wrote: >>1.) Are there future plans to include the zlib sources? > No. zlib is included in a similar way to the way we include > bindlib_w32. It's in a different repository on cvs.php.net, that we expect > to be checked out and built by the time you bu

[PHP-DOC] Re: [PHP-DEV] win32 builtin zlib

2003-01-25 Thread Zeev Suraski
At 19:59 25/01/2003, Friedhelm Betz wrote: Hi, I rewrote the part in the phpdoc manual about building on windows. zlib is builtin with 4.3.0 but the shipped Workspace for VC++ relies on a precompilded external zlib.lib. Therefore building on win32, out of the box, is not possible without downloa

[PHP-DOC] #20644 [Opn]: Incrementing/Decrementing booleans != boolean+1

2003-01-25 Thread hholzgra
ID: 20644 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: all PHP Version: 4.3.0-dev New Comment: compare this to $a = "a"; $a = $a + 1; and $a = "a"; $a

[PHP-DOC] #20570 [Opn->Csd]: description of MAX_FILE_SIZE should be clear

2003-01-25 Thread hholzgra
ID: 20570 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: independency PHP Version: 4.3.0RC1 New Comment: there is no step 3, php itself doe

[PHP-DOC] #20522 [Opn->Csd]: german+spanish translation: $HTTP_ENCODING instead of $HTTP_ACCEPT_ENCODING

2003-01-25 Thread hholzgra
ID: 20522 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: N/A PHP Version: 4.2.2 Assigned To: k.schroeder New Comment: fixed in CVS

[PHP-DOC] #19862 [Opn->Bgs]: online documentation is bugged...

2003-01-25 Thread hholzgra
ID: 19862 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: any PHP Version: 4.2.3 New Comment: see http://php.net/xml_parse : [...] data

[PHP-DOC] #21877 [Opn]: fread may read less bytes than requested even if EOF is not reached ...

2003-01-25 Thread hholzgra
ID: 21877 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: * PHP Version: 4CVS-2003-01-25 (stable) Assigned To: hholzgra New Comment: ok, it only true for non-bl

[PHP-DOC] #21877 [NEW]: fread may read less bytes than requested even if EOF is not reached ...

2003-01-25 Thread hholzgra
From: [EMAIL PROTECTED] Operating system: * PHP version: 4CVS-2003-01-25 (stable) PHP Bug Type: Documentation problem Bug description: fread may read less bytes than requested even if EOF is not reached ... i asume this not only true for C fread() but also for PHP ? if s

[PHP-DOC] win32 builtin zlib

2003-01-25 Thread Friedhelm Betz
Hi, I rewrote the part in the phpdoc manual about building on windows. zlib is builtin with 4.3.0 but the shipped Workspace for VC++ relies on a precompilded external zlib.lib. Therefore building on win32, out of the box, is not possible without downloading zlib sources, compiling them and either

Re: [PHP-DOC] documenting new function

2003-01-25 Thread Maxim Maletsky
On Sat, 25 Jan 2003 07:06:13 +0900 Moriyoshi Koizumi <[EMAIL PROTECTED]> wrote: > On Fri, Jan 24, 2003 at 10:27:00PM +0100, Maxim Maletsky wrote: > > I would need to add a few changes to the NEWS file. I remember trying it a > > while ago, but at the moment `@-' prefixing of CVS commit message di

[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-get-proto-info.xml

2003-01-25 Thread Derick Rethans
derick Sat Jan 25 12:16:34 2003 EDT Modified files: /phpdoc/en/reference/mysql/functionsmysql-get-proto-info.xml Log: - I am not picky :) Index: phpdoc/en/reference/mysql/functions/mysql-get-proto-info.xml diff -u phpdoc/en/reference/mysql/functions/mys

[PHP-DOC] Notes Status, 8630 total

2003-01-25 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number of user notes contributed. These sections could use a polish, those notes represent 11.4% of the 8630 total user notes. Notes | Page ---+- 84 | http://php.net/manual

Re: [PHP-DOC] manual page uncluttering

2003-01-25 Thread Simone Cortesi
At 12.40 25/01/03 +0100, Gabor Hojtsy wrote: >>>1. Put language listing into a dropdown, not a link list. >>+1 for me, and while we are at this: why dont change the names >> of the various languages to those in that language (i.e.: 'italian' >> would become 'italiano' and 'german' would become 'de

Re: [PHP-DOC] cvs: phpdoc /en/reference/wddx/functionswddx-add-vars.xml

2003-01-25 Thread Gabor Hojtsy
- wddx_add_vars + boolwddx_add_vars Shouldn't make test check for this type of error? Like, a missing return type! As long as the DTD does not require it, it is not a problem for make test... And the DocBook DTD has no requirement to have a type there... http://www.docbook.org/tdg/e

Re: [PHP-DOC] once again: install part

2003-01-25 Thread Gabor Hojtsy
Three main parts divided by OS. - MacOS - Linux Apache Apache2 thttp - Unices like HP/UX, BSD'S - Windows Apache Apache2 IIS/PWS Netscape OmniHTTP Sambar Xitami Each main OS-chapter contains: Installation of PHP Supported Webservers and install instruction

Re: [PHP-DOC] manual page uncluttering

2003-01-25 Thread Gabor Hojtsy
1. Put language listing into a dropdown, not a link list. +1 for me, and while we are at this: why dont change the names > of the various languages to those in that language (i.e.: 'italian' > would become 'italiano' and 'german' would become 'deutsch')? what do you think? Well, that name lis

Re: [PHP-DOC] reference: where to obtain files. was Re: [PHP-DOC]cvs: phpdoc /en/faq obtaining.xml

2003-01-25 Thread Gabor Hojtsy
I see three options: a) Update the faq by hand with links used in reference.xml b) Create an autogenerated list here c) Remove most of the faq and simply state that the info has been moved as each extension now lists how to obtain.. I like the idea of (c). I also like the idea of (b)