[PHP-DOC] cvs: phpdoc /en/functions mysql.xml

2002-03-20 Thread Chris Newbill
cnewbillWed Mar 20 17:21:29 2002 EDT Modified files: /phpdoc/en/functionsmysql.xml Log: See Bug #16187 The second parameter can't be used cause a number cannot be used as an object property. ie row->0 is invalid while row->field is, so MYSQL

[PHP-DOC] cvs: phpdoc /en/functions http.xml

2002-02-08 Thread Chris Newbill
cnewbillFri Feb 8 12:26:51 2002 EDT Modified files: /phpdoc/en/functionshttp.xml Log: See bug 15441 for more information on changes. Index: phpdoc/en/functions/http.xml diff -u phpdoc/en/functions/http.xml:1.35 phpdoc/en/functions/http.xml:1

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-03-17 Thread Chris Newbill
cnewbillSat Mar 17 23:01:57 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: Fixed a typo in get_resource_type listing Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.38 phpdoc/en/functions/var.xml:1.39 --- p

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

2001-02-09 Thread Chris Newbill
cnewbillFri Feb 9 11:41:09 2001 EDT Modified files: /phpdoc/en/language oop.xml Log: Added the following lines: Both in and outside of the object you do not need a $ when accessing an object's properties. Also a code snippet to reference the p