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
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
>>> 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
>>>
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
>>> 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
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
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
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
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
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
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
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
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
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
14 matches
Mail list logo