[PHP-DEV] zend_u_strtod is slow - possible fix

2006-07-31 Thread Matt W
Hi all, As I was working on upgrading the dec[bin|hex|oct] functions to convert large doubles, I noticed how much slower things were when converting Unicode strings to double. I found that converting the whole thing to string and using regular zend_strtod() was much faster. Then I decided to try

[PHP-DEV] More updates to the PHP Windows Installer

2006-07-31 Thread John Mertic
Hi there, I've made some more tweaks to the installer - Added a dedicated dialog to choosing the Install Directory. - Added debugging to Apache Config to help track down some errors people are having. - Added setting the PHPIniDir directive always for Apache Module installs. - Minor UI tweaks: m

[PHP-DEV] PHP_5_2 segfaults

2006-07-31 Thread Sebastian Bergmann
[EMAIL PROTECTED] php-5.2 % ./cvsclean && ./buildconf && ./configure && make -j3 && gdb ./sapi/cli/php GNU gdb 6.5 Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or

RE: [PHP-DEV] Supporting version specific INI files as well as SAPI specific INI files.

2006-07-31 Thread Andi Gutmans
Richard, One more question. What takes precedence? If I have PHP 4 on my system which uses php.ini, and then download a PHP 5 version with your patch and have a php5.ini file, am I right to assume that the version specific INI file will take precedence? (I guess otherwise it would defeat its purpo

Re: [PHP-DEV] Adding pecl/zip to 5.2

2006-07-31 Thread Sebastian Bergmann
Antony Dovgal wrote: > -0. > > I would rather move more extensions from core to PECL, than from PECL > to core. I second that emotion. -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69 -- PHP

[PHP-DEV] Build and gcov test of PHP_5_2 finished

2006-07-31 Thread helly
Hello! A gcov test run has just been finished on the PHP_5_2 branch. You can view the make log here: http://gcov.php.net/PHP_5_2/make.log.php You can watch the test results: http://gcov.php.net/PHP_5_2/run-tests.log.php And you can watch gcov results: http://gcov.php.net/PHP_5_2/lcov/index.php