[Bug 30935] update.php fails with fatal PHP error

2011-09-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30935 --- Comment #7 from Dmitriy Sintsov c...@uniyar.ac.ru 2011-09-18 06:18:03 UTC --- There is only one ini-file being loaded: c:\tempphp --ini Configuration File (php.ini) Path: C:\Windows Loaded Configuration File: C:\lamp\php\php.ini

[Bug 30935] update.php fails with fatal PHP error

2011-09-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30935 --- Comment #8 from Dmitriy Sintsov c...@uniyar.ac.ru 2011-09-18 06:22:01 UTC --- There are two php.ini, C:\lamp\php\php.ini and a copy c:\windows\php.ini; however they are exact match (the same). -- Configure bugmail:

[Bug 30935] update.php fails with fatal PHP error

2011-09-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30935 Dmitriy Sintsov c...@uniyar.ac.ru changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 30935] update.php fails with fatal PHP error

2011-09-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30935 Max Semenik maxsem.w...@gmail.com changed: What|Removed |Added Resolution|FIXED |INVALID --

[Bug 30935] update.php fails with fatal PHP error

2011-09-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30935 Max Semenik maxsem.w...@gmail.com changed: What|Removed |Added CC|

[Bug 30935] update.php fails with fatal PHP error

2011-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30935 --- Comment #1 from Dmitriy Sintsov c...@uniyar.ac.ru 2011-09-16 16:13:23 UTC --- Ok, I recall that php mysql module should be downloaded and installed separately. Still why does 1.15.4 runs in SAPI mode without it, but not in the CLI mode?

[Bug 30935] update.php fails with fatal PHP error

2011-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30935 --- Comment #2 from Dmitriy Sintsov c...@uniyar.ac.ru 2011-09-16 16:15:30 UTC --- Ooops.. phpinfo() in SAPI mode shows that mysql module exists! Why in the world there is no such module listed in php -m output. Weird. -- Configure bugmail:

[Bug 30935] update.php fails with fatal PHP error

2011-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30935 --- Comment #3 from Reedy s...@reedyboy.net 2011-09-16 16:16:16 UTC --- You are using the MySQL native driver for PHP - mysqlnd rather than the more usual mysql It might be possible that only when running php update.php that it reaches an

[Bug 30935] update.php fails with fatal PHP error

2011-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30935 Chad H. innocentkil...@gmail.com changed: What|Removed |Added CC|

[Bug 30935] update.php fails with fatal PHP error

2011-09-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30935 --- Comment #5 from Dmitriy Sintsov c...@uniyar.ac.ru 2011-09-16 16:23:46 UTC --- There is ext/php_mysql.dll in php base installation directory and c:\windows\php.ini contains extension=php_mysql.dll extension=php_mysqli.dll uncommented. My