[Bug 493727] Re: date('Y') returns 0000 on big endian machines

2010-01-12 Thread Chuck Short
This is fixed in lucid. Thanks for the bug report.


** Changed in: php5 (Ubuntu)
   Status: Triaged = Fix Released

-- 
date('Y') returns  on big endian machines
https://bugs.launchpad.net/bugs/493727
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 493727] Re: date('Y') returns 0000 on big endian machines

2009-12-13 Thread lechee
so much help Dennis I 'll trying build now :-)

-- 
date('Y') returns  on big endian machines
https://bugs.launchpad.net/bugs/493727
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 493727] Re: date('Y') returns 0000 on big endian machines

2009-12-13 Thread lechee
nice done after replace new libphp5.so the great thanks my friend

-- 
date('Y') returns  on big endian machines
https://bugs.launchpad.net/bugs/493727
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 493727] Re: date('Y') returns 0000 on big endian machines

2009-12-12 Thread Dennis
For what it's worth, I fixed the bug on my own PPC system by doing the
following:

# install stuff needed to build PHP5:
apt-get install dpkg-dev build-essential
apt-get build-dep php5

# download the sources:
cd /usr/src
apt-get source php5

#Now apply the diff from:
http://forums.matrix.squiz.net/index.php?showtopic=6607

# recompile PHP5:
cd php5-5.2.10.dfsg.1
dpkg-buildpackage -uc -b

# manually install the deb files onto your system, choose all the packages you 
had installed before:
cd ..
dpkg -i php5_5.2.10.dfsg.1-2ubuntu6.3_all.deb 
php5-common_5.2.10.dfsg.1-2ubuntu6.3_powerpc.deb 
libapache2-mod-php5_5.2.10.dfsg.1-2ubuntu6.3_powerpc.deb  
php5-cli_5.2.10.dfsg.1-2ubuntu6.3_powerpc.deb 
php5-curl_5.2.10.dfsg.1-2ubuntu6.3_powerpc.deb 
php5-dev_5.2.10.dfsg.1-2ubuntu6.3_powerpc.deb 
php5-gd_5.2.10.dfsg.1-2ubuntu6.3_powerpc.deb 
php5-mhash_5.2.10.dfsg.1-2ubuntu6.3_powerpc.deb 
php5-mysql_5.2.10.dfsg.1-2ubuntu6.3_powerpc.deb 
php5-recode_5.2.10.dfsg.1-2ubuntu6.3_powerpc.deb 
php5-sqlite_5.2.10.dfsg.1-2ubuntu6.3_powerpc.deb 
php5-xsl_5.2.10.dfsg.1-2ubuntu6.3_powerpc.deb

I'm not Ubuntu packaging expert so I'm probably not doing it the right
way. Also, because I didn't change the version number (I don't know
how) the update mechanism might try to overwrite it with the old buggy
version.

-- 
date('Y') returns  on big endian machines
https://bugs.launchpad.net/bugs/493727
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 493727] Re: date('Y') returns 0000 on big endian machines

2009-12-11 Thread lechee
please fix it, my ppc server go down without this patch :-(

-- 
date('Y') returns  on big endian machines
https://bugs.launchpad.net/bugs/493727
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 493727] Re: date('Y') returns 0000 on big endian machines

2009-12-10 Thread Dennis
I only see php5 and php-pear in the PPA. If I try to install those I
get the following error:

php5:
  Depends: libapache2-mod-php5 (=5.2.10.dfsg.1-2ubuntu8~ppa1) but 
5.2.10.dfsg.1-2ubuntu6.3 is to be installed or
libapache2-mod-php5filter but it is not going to be installed or
php5-cgi but it is not going to be installed
  Depends: php5-common (=5.2.10.dfsg.1-2ubuntu8~ppa1) but 
5.2.10.dfsg.1-2ubuntu6.3 is to be installed

php-pear:
  Depends: php5-common (=5.2.10.dfsg.1-2ubuntu8~ppa1) but 
5.2.10.dfsg.1-2ubuntu6.3 is to be installed

-- 
date('Y') returns  on big endian machines
https://bugs.launchpad.net/bugs/493727
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 493727] Re: date('Y') returns 0000 on big endian machines

2009-12-09 Thread Chuck Short
Can you try the version that is in my ppa when it gets built
(launchpad.net/~zulcss/+ppa)

thanks
chuck

** Changed in: php5 (Ubuntu)
   Status: Confirmed = Triaged

-- 
date('Y') returns  on big endian machines
https://bugs.launchpad.net/bugs/493727
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 493727] Re: date('Y') returns 0000 on big endian machines

2009-12-08 Thread Chuck Short
Thanks Ill take a closer look at this.

Regards
chuck

** Changed in: php5 (Ubuntu)
   Importance: Undecided = Low

** Changed in: php5 (Ubuntu)
   Status: New = Confirmed

-- 
date('Y') returns  on big endian machines
https://bugs.launchpad.net/bugs/493727
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