[Bug 928550] [NEW] PHP Comparison Issues ... 0 equates to 'D'

2012-02-07 Thread LaChild
Public bug reported:

Hello,

Using PHP 5.3.6-13ubuntu3.3 with Suhosin-Patch (cli)  I noticed the
following bug.  Apparently the (integer) 0 equates to the same thing as
(string) 'D'


Example:
--
?php
$test = 'D';

if ($test == 'D')
echo 'true';  // Echos true

$testZero = 0;

if ($testZero == 'D')
echo 'true';  //Also echos true
--

Both equate to true but the 0 should not.


Thanks,
LaChild

** Affects: php5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: php php5

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/928550

Title:
  PHP Comparison Issues ...  0 equates to 'D'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/928550/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 928550] Re: PHP Comparison Issues ... 0 equates to 'D'

2012-02-07 Thread LaChild
Wow, thanks   Guess I just never hit this one before... I wonder how
many bugs are in my scripts because of this... doh!

Thanks for the quick the reply.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/928550

Title:
  PHP Comparison Issues ...  0 equates to 'D'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/928550/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 859322] Re: php5 crashed with SIGILL in initialize_imagick_constants()

2011-09-25 Thread LaChild
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/859322

Title:
  php5 crashed with SIGILL in initialize_imagick_constants()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/859322/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 420194] Re: pecl.php.net is using a unsupported protocal

2009-10-08 Thread LaChild
Alganet,

There is an active bug on this issue.  Please see
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/420639 for the
current working report + work around

-- 
pecl.php.net is using a unsupported protocal
https://bugs.launchpad.net/bugs/420194
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 420639] Re: php-pear package problems (Karmic)

2009-09-14 Thread LaChild
Pear + Pecl Channel issue:
---

Steps to reproduce:

1) sudo apt-get install php-pear
2) sudo pear install {any package}

result:
pear.php.net is using a unsupported protocal - This should never happen.
install failed


Work around:

1) sudo rm -R /usr/share/php/.channels
2) sudo pear update-channels


---
Broken Symlink issue:
---

Steps to reproduce:

1) cd /usr/share/php/
2) ls -al

Result:
Symlink Doc is broken

Work around:
1) sudo rm /usr/share/php/doc
2) sudo ln -s /usr/share/doc/php-pear /usr/share/php/doc

-- 
php-pear package problems (Karmic)
https://bugs.launchpad.net/bugs/420639
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 420639] [NEW] php-pear package problems (Karmic)

2009-08-28 Thread LaChild
Public bug reported:

Binary package hint: php-pear

Hey Guys,

I finally got the php-pear package working correctly on a fresh install
of Karmic Alpha 4. Here's what I had to do to fix the package.

1st - The channels are invalid. After some research it turns out that
this was a problem with this version of pear... See http://www.pear-
forum.org/topic2301.html - To fix this I had to remove the .channels
directory /usr/share/php/.channels and then update the channels and
all was ok after that.

2nd - The symlink /usr/share/php/docs was broken. To fix I relinked to
/usr/share/doc/php-pear and pear and pecl started to work correctly.

Hope this helps,
LaChild

** Affects: php5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
php-pear package problems (Karmic)
https://bugs.launchpad.net/bugs/420639
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 420194] [NEW] pecl.php.net is using a unsupported protocal

2009-08-27 Thread LaChild
Public bug reported:

Binary package hint: php5

Hey guys,

Updated install of Karmic and fresh install of php-pear gives the
following error when installing a pecl or pear packages:

-
pecl.php.net is using a unsupported protocal - This should never happen.
install failed
-

I tried updating the channels and replacing the config file but that
didn't seem to fix the error either.


Thanks in advance
laChild

** Affects: php5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
pecl.php.net is using a unsupported protocal
https://bugs.launchpad.net/bugs/420194
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs