diff --git a/appendices/migration52.xml b/appendices/migration52.xml index ef1fbf4614..988769a19f 100644 --- a/appendices/migration52.xml +++ b/appendices/migration52.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.1.x to PHP 5.2.x @@ -225,7 +225,7 @@ include "data:;base64,PD9waHAgcGhwaW5mbygpOz8+"; In version 5.2.4 a security fix caused a regression for patterns of the form "/foo/*/bar/*". Since version 5.2.5 instead of raising a warning the - glob() function will return false when openbase_dir restrictions are violated. + glob() function will return &false; when openbase_dir restrictions are violated. @@ -992,7 +992,7 @@ $obj->getCommentName(''); pg_field_table - Returns the name of the table field belongs to, or table's oid - if oid_only is true + if oid_only is &true; @@ -1022,31 +1022,31 @@ $obj->getCommentName(''); xmlwriter_full_end_element - - End current element - returns FALSE on error + - End current element - returns &false; on error xmlwriter_write_raw - - Write text - returns FALSE on error + - Write text - returns &false; on error xmlwriter_start_dtd_entity - - Create start DTD Entity - returns FALSE on error + - Create start DTD Entity - returns &false; on error xmlwriter_end_dtd_entity - - End current DTD Entity - returns FALSE on error + - End current DTD Entity - returns &false; on error xmlwriter_write_dtd_entity - - Write full DTD Entity tag - returns FALSE on error + - Write full DTD Entity tag - returns &false; on error