Re: Fwd: Fw: [PHP-DEV] New Installer for PHP 5.2

2006-07-26 Thread William A. Rowe, Jr.
John Mertic wrote: Hi there, On 7/26/06, Steph Fox <[EMAIL PROTECTED]> wrote: In the case of Apache 1 only, php-apache.ini needs to be in the toplevel Apache directory. In every other case (php-cli.ini, php-cgi-fcgi.ini php-apache2.ini, and php-whatever-2.2-SAPI-is-called.ini) it needs to be

Re: [PHP-DEV] PHP 5.2.0RC1 Released

2006-07-26 Thread steve
Is it just me, or does the windows binary not load non-built-in extensions? Even if I set my php.ini to just this: extension_dir = "c:\Program Files\wamp\php\ext\" extension=php_mbstring.dll it doesn't work. None of them do. zend_extensions work though (surprised that they loaded on this ve

[PHP-DEV] PHP 4.4.3

2006-07-26 Thread Derick Rethans
Hello! There seems to be no problems reported with the latest release candidate for PHP 4.4.3, so I would like to start making the release packages at the beginning of next week (monday) followed by a release on Wednesday. is there anything you think that should go in PHP 4.4.3, please let me

Re: [PHP-DEV] testing filter ext in RC1

2006-07-26 Thread Pierre
Hi, On 7/26/06, Kevin Waterson <[EMAIL PROTECTED]> wrote: should the return values be either NULL or 1234? well, it should return 1234 It does. if var was abc1234 then it would return NULL, is that correct? False if the value is not valid, null if the value does not exist (for example wi

[PHP-DEV] testing filter ext in RC1

2006-07-26 Thread Kevin Waterson
should the return values be either NULL or 1234? well, it should return 1234 if var was abc1234 then it would return NULL, is that correct? Kevin -- "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote." -- PHP Internals - PH

Re: Fw: [PHP-DEV] New Installer for PHP 5.2

2006-07-26 Thread John Mertic
Hi there, On 7/26/06, Steph Fox <[EMAIL PROTECTED]> wrote: >> Erm, the only way I know to include a file in httpd.conf is to use the >> ResourceConfig file (conf/srm.conf), so I'm not sure how overwriting that >> helps... am I missing something? > > Check out this: > > http://httpd.apache.org/do

Re: Fw: [PHP-DEV] New Installer for PHP 5.2

2006-07-26 Thread Steph Fox
Erm, the only way I know to include a file in httpd.conf is to use the ResourceConfig file (conf/srm.conf), so I'm not sure how overwriting that helps... am I missing something? Check out this: http://httpd.apache.org/docs/1.3/mod/core.html#include Aha! > And I'm not sure I want to go as fa

Re: Fw: [PHP-DEV] New Installer for PHP 5.2

2006-07-26 Thread John Mertic
Hi there, >> So, would it be possible to check httpd.conf for those lines and notify >> in >> the case of a conflicting install request? >> >> 'Uninstall' would just mean deleting those two lines, not the mime type >> support or the directory index entry. > > I still prefer the method of includin

Fwd: Fw: [PHP-DEV] New Installer for PHP 5.2

2006-07-26 Thread John Mertic
Hi there, On 7/26/06, Steph Fox <[EMAIL PROTECTED]> wrote: The php.ini file, on completion, needs to be copied to one with the relevant SAPI name. In the case of Apache 1 only, php-apache.ini needs to be in the toplevel Apache directory. In every other case (php-cli.ini, php-cgi-fcgi.ini php-apa

Re: Fw: [PHP-DEV] New Installer for PHP 5.2

2006-07-26 Thread Steph Fox
>>> The problem (and the thing which put me off tackling this on the >>> current >>> windows installer) is that there are so many ways that a use could >>> have >>> already set up their httpd.conf (with regard to global and vhost >>> configurations, whether httpd.conf does all the config, or the

Re: [PHP-DEV] New Installer for PHP 5.2

2006-07-26 Thread John Mertic
Not yet (officially). I am doing a re-spin this morning with a few enhancements and including PHP 5.2 RC1, so please wait till then before downloading. I am looking for feedback on the IIS config, so your testing would be much appreciated. John On 7/26/06, Richard Quadling <[EMAIL PROTECTED]> wr

Re: Fw: [PHP-DEV] New Installer for PHP 5.2

2006-07-26 Thread John Mertic
>>> The problem (and the thing which put me off tackling this on the current >>> windows installer) is that there are so many ways that a use could have >>> already set up their httpd.conf (with regard to global and vhost >>> configurations, whether httpd.conf does all the config, or there are >>>

Re: [PHP-DEV] [PATCH] array_combine is not binary-key safe

2006-07-26 Thread Richard Quadling
Is the patch to use the _ex functions needed? On 24/07/06, Andrei Zmievski <[EMAIL PROTECTED]> wrote: Fixed now. -Andrei On Jul 24, 2006, at 12:52 AM, Matt W wrote: > Hi, > > - Original Message - > From: "bertrand Gugger" > Sent: Monday, July 24, 2006 > > >> Matt W wrote: >>> Hi Andr

[PHP-DEV] dec*(), *dec(), base_convert() and negative numbers

2006-07-26 Thread Matt W
Hi all, I was just updating the dec[bin|hex|oct] functions to convert numbers >= 2^32 since the [bin|hex|oct]dec counterparts were updated way back in PHP 4.1. My question is if negative numbers should be handled any differently. Now negative longs are converted to unsigned which gives a weird r