mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
comment typo
This commit is contained in:
parent
8338d8bfce
commit
1f73196bf9
1 changed files with 1 additions and 1 deletions
|
@ -4405,7 +4405,7 @@ PHP_FUNCTION(ocipasswordchange)
|
|||
text *user, *pass_old, *pass_new;
|
||||
oci_connection *connection;
|
||||
|
||||
/* Disalllow in Safe Mode */
|
||||
/* Disable in Safe Mode */
|
||||
if (PG(safe_mode)) {
|
||||
RETURN_FALSE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue