On Thu, 12 Jun 2003, Derick Rethans wrote:
> On Wed, 11 Jun 2003, Sebastian-H. Picklum wrote:
>
> > spicWed Jun 11 18:58:29 2003 EDT
> >
> > Modified files:
> > /phpdoc/en/reference/sybase/functions sybase-query.xml
> > Log:
> > Fixed missing around
On Wed, 11 Jun 2003, Sebastian-H. Picklum wrote:
> spic Wed Jun 11 18:58:29 2003 EDT
>
> Modified files:
> /phpdoc/en/reference/sybase/functions sybase-query.xml
> Log:
> Fixed missing around sybase_query()
The () is automatically added for 's. The curren
damsWed Jun 11 21:58:19 2003 EDT
Modified files:
/phpdoc/en/reference/sockets/functions socket-select.xml
Log:
correcting prototype : sockect_select accepts arrays
Index: phpdoc/en/reference/sockets/functions/socket-select.xml
diff -u phpdoc/en/referenc
spicWed Jun 11 19:20:45 2003 EDT
Modified files:
/phpdoc/en/reference/sybase/functions sybase-query.xml
Log:
Forgot deleting the brackets. Fixed this
Index: phpdoc/en/reference/sybase/functions/sybase-query.xml
diff -u phpdoc/en/reference/sybase/functi
spicWed Jun 11 18:58:29 2003 EDT
Modified files:
/phpdoc/en/reference/sybase/functions sybase-query.xml
Log:
Fixed missing around sybase_query()
Index: phpdoc/en/reference/sybase/functions/sybase-query.xml
diff -u phpdoc/en/reference/sybase/function
derick Wed Jun 11 18:13:23 2003 EDT
Modified files:
/phpdoc/en/reference/openssl/functions
openssl-x509-export-to-file.xml
Log:
- Remove superfluous dot.
Index: phpdoc/en/reference/openssl/functions/opens
derick Wed Jun 11 18:12:14 2003 EDT
Modified files:
/phpdoc/en/reference/opensslparameter-notext.xml
/phpdoc/en/reference/openssl/functions
openssl-csr-export-to-file.xml
philip Wed Jun 11 18:03:10 2003 EDT
Modified files:
/phpdoc/en/chapters security.xml
/phpdoc/en/features file-upload.xml
/phpdoc/en/language variables.xml
/phpdoc/en/reference/oci8/functions ocinewdescriptor.xml
/phpdoc/en/reference/yazreference
pollita Wed Jun 11 17:39:31 2003 EDT
Modified files:
/phpdoc/en/reference/datetime/functions getdate.xml
Log:
Incorporate usernote: Add reference to retval[0] == epochtime
Index: phpdoc/en/reference/datetime/functions/getdate.xml
diff -u phpdoc/en/reference/
derick Wed Jun 11 17:13:58 2003 EDT
Modified files:
/phpdoc/en/features file-upload.xml
Log:
- Layout fixes (the lines were waaay too long)
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/features/file-upload.xml:1.60 phpdoc/en/features/file-uplo
On Wed, 2003-06-11 at 03:54, Damien Seguy wrote:
> Le lundi, 9 jun 2003, à 15:31 America/Montreal, Philip Olson a écrit :
>
> >
> > return is how it's done, just like
> > include, print, etc.
> Yet, return is not a function, unlike include or print.
>
> could get a link to the anchor in the doc
From: gk at proliberty dot com
Operating system: linux ; kernel 2.4.18
PHP version: 4.3.2
PHP Bug Type: Documentation problem
Bug description: eval() documentation ignores FALSE return value from Fatal Errors
Description:
The manual says:
> In PHP 4, eval() retur
On Wed, 11 Jun 2003, Gabor Hojtsy wrote:
> >> return is how it's done, just like
> >> include, print, etc.
> >
> > Yet, return is not a function, unlike include or print.
> >
> > could get a link to the anchor in the doc to return.
> > same would apply to continue and break, while, for.
> >
return is how it's done, just like
include, print, etc.
Yet, return is not a function, unlike include or print.
could get a link to the anchor in the doc to return.
same would apply to continue and break, while, for.
That is more consistent.
What do you think?
We can easily make return to poi
derick Wed Jun 11 11:25:26 2003 EDT
Modified files:
/phpdoc/en/features commandline.xml
Log:
- Fix layout
Index: phpdoc/en/features/commandline.xml
diff -u phpdoc/en/features/commandline.xml:1.21 phpdoc/en/features/commandline.xml:1.22
--- phpdoc/en/features
philip Wed Jun 11 10:57:47 2003 EDT
Modified files:
/phpdoc/en/appendices reserved.xml
Log:
Add missing predefined classes, including a new reserved.classes.php5 section.
Added: exception, php_user_filter, and __PHP_Incomplete_Class. And, linked to dir().
didou Wed Jun 11 09:45:29 2003 EDT
Modified files:
/phpdoc/en/reference/mysqli/functions mysqli-fetch-field.xml
mysqli-fetch-fields.xml
Log:
protos fix
Index: phpdoc/en/reference/mysqli/functions/mysqli-fe
georg Wed Jun 11 09:00:49 2003 EDT
Modified files:
/phpdoc/en/reference/mysqli/functions mysqli-affected-rows.xml
Log:
removed parenthesis
Index: phpdoc/en/reference/mysqli/functions/mysqli-affected-rows.xml
diff -u phpdoc/en/reference/mysqli/function
On Wed, 11 Jun 2003, Oleg wrote:
> Can enyone tell me where can I find a documentaion for PHP 5?
PHP 4 and PHP 5 differ not that much so the documentation online is
valid for both versions, except that the new OO stuff didn't make to the
documentation yet because it's not really finalized.
reg
Hello people,
Can enyone tell me where can I find a documentaion for PHP 5?
Best regards and thanks.
--
Best regards,
Oleg mailto:[EMAIL PROTECTED]
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Le lundi, 9 jun 2003, à 15:31 America/Montreal, Philip Olson a écrit :
return is how it's done, just like
include, print, etc.
Yet, return is not a function, unlike include or print.
could get a link to the anchor in the doc to return.
same would apply to continue and break, while, for.
That
ID: 24118
Updated by: [EMAIL PROTECTED]
Reported By: young at sl dot com dot ua
-Status: Bogus
+Status: Analyzed
-Bug Type: Scripting Engine problem
+Bug Type: Documentation problem
Operating System: FreeBSD 4.7, Linux
PHP Version:
From: php at alterego dot dp dot ua
Operating system: All
PHP version: 4.3.2
PHP Bug Type: Documentation problem
Bug description: ob_start() return value type is invalid
Documentation states
void ob_start ( [callback output_callback])
In reality since 4.3.2 this function ret
didou Wed Jun 11 04:10:35 2003 EDT
Modified files:
/phpdoc/en/reference/mysqli/functions mysqli-fetch-assoc.xml
Log:
entities
Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-ass
jmcastagnetto Wed Jun 11 04:06:43 2003 EDT
Modified files:
/phpdoc/scripts genPHP_INI_ENTRY.php
Log:
Some rearrangement of the code, and minor modifications. Still had not
implemented the appropriate generation of the file w/o clobbering.
TODO: include Ph
25 matches
Mail list logo