[PHP-DOC] #25997 [Ana]: Embedded null characters in strings breaks documented behavior of functions.

2003-10-27 Thread xodfull at starmen dot net
ID: 25997 User updated by: xodfull at starmen dot net Reported By: xodfull at starmen dot net Status: Analyzed Bug Type: Documentation problem Operating System: Linux, Apache. PHP Version: 4.3.3 New Comment: I have to disagree. Not handling incor

[PHP-DOC] #25997 [Opn->Ana]: Embedded null characters in strings breaks documented behavior of functions.

2003-10-27 Thread iliaa
ID: 25997 Updated by: [EMAIL PROTECTED] Reported By: xodfull at starmen dot net -Status: Open +Status: Analyzed -Bug Type: *General Issues +Bug Type: Documentation problem Operating System: Linux, Apache. PHP Version: 4.3.3 New

[PHP-DOC] cvs: phpdoc /en/reference/ctype/functions ctype-alpha.xml

2003-10-27 Thread Stefan Walk
et Mon Oct 27 13:37:36 2003 EDT Modified files: /phpdoc/en/reference/ctype/functionsctype-alpha.xml Log: Corrected statement about function equivalence Index: phpdoc/en/reference/ctype/functions/ctype-alpha.xml diff -u phpdoc/en/reference/ctype/f

[PHP-DOC] cvs: phpdoc /en/reference/openssl/functions openssl-pkcs7-sign.xml

2003-10-27 Thread Friedhelm Betz
betzMon Oct 27 06:36:15 2003 EDT Modified files: /phpdoc/en/reference/openssl/functions openssl-pkcs7-sign.xml Log: use example.com , thanks Goba Index: phpdoc/en/reference/openssl/functions/openssl-pkcs7-sign.xml diff -u phpdoc/en/reference/openssl/

[PHP-DOC] cvs: phpdoc /en/language constants.xml

2003-10-27 Thread Mehdi Achour
didou Mon Oct 27 06:34:15 2003 EDT Modified files: /phpdoc/en/language constants.xml Log: s/four/five Index: phpdoc/en/language/constants.xml diff -u phpdoc/en/language/constants.xml:1.34 phpdoc/en/language/constants.xml:1.35 --- phpdoc/en/language/constants.x

Re: [PHP-DOC] Printable version of PHP Manual

2003-10-27 Thread Gabor Hojtsy
The following works fine (I made an attempt once): 1. download the Single HTML file 2. open word 3. and open the file in there It takes a while to load (20 mins on a slow machine) and you will get 1300+ page... but atleast the layout looks quite ok for printing. BTW you can get the manual at http

Re: [PHP-DOC] Printable version of PHP Manual

2003-10-27 Thread Derick Rethans
On Mon, 27 Oct 2003, Vijaya_Manda wrote: > Please accept my Congratulations on developing a good Scripting Language > (the way I use PHP). I have been using ASP, Perl for the past few years and > now started working with PHP. I really have seen many positive changes in > the way I work now. I felt

[PHP-DOC] Printable version of PHP Manual

2003-10-27 Thread Vijaya_Manda
Title: Printable version of PHP Manual Dear PHP Friends, Please accept my Congratulations on developing a good Scripting Language (the way I use PHP). I have been using ASP, Perl for the past few years and now started working with PHP. I really have seen many positive changes in the way I wor

Re: [PHP-DOC] cvs: phpdoc /en/reference/imap/functions imap-mail-compose.xml /en/reference/ldap/functions ldap-add.xml /en/reference/openssl/functions openssl-pkcs7-sign.xml

2003-10-27 Thread Gabor Hojtsy
-array("To" => "[EMAIL PROTECTED]", // keyed syntax - "From" => "HQ <[EMAIL PROTECTED]>", // indexed syntax +array("To" => "[EMAIL PROTECTED]", // keyed syntax + "From" => "HQ <[EMAIL PROTECTED]>", // indexed syntax You mean [EMAIL PROTECTED] :) Goba