Mikko,
I agree. Since there are two packages that can accomplish working with
uuid's they should probably be called
php5-pecl-uuid
php5-ossp-uuid
And so on.
Naming all php packages as
php5-pecl-whatever
php5-pear-whatever
php5-whoever-whatever
is a great idea.
--
You received this bug notif
Correction, message was in /var/log/messages
--
memcached segmentation fault
https://bugs.launchpad.net/bugs/530920
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.u
Public bug reported:
Binary package hint: memcached
/var/log/syslog has entry: kernel: [3315924.756647] memcached[4328]:
segfault at 09b33310 eip 08049f5b esp bfe39250 error 6
Restarting service is successful without further incident.
** Affects: memcached (Ubuntu)
Importance: Undecided
Hi Andrew,
After digging around in the deb source I found that the entire
interface/library is completely changed and the old interface is no
longer available. Here is how you do what you are trying to do using
php5-dev.
uuid_create(&$uuid);
uuid_make($uuid, UUID_MAKE_V4);
uuid_export($uuid, UUID
My mistake, the packages you need are uuid-dev, php5-dev (not php-dev!)
and php-pear.
--
Cannot generate UUID
https://bugs.launchpad.net/bugs/283398
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs
I can confirm what has been said by Richard J. Turner in the above
description.
--
Error fetching unicode text from MSSQL using PHP/FreeTDS
https://bugs.launchpad.net/bugs/374965
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu
I can confirm from working code that I have that the normal use looks
like this:
uuid_create(UUID_TYPE_RANDOM);
That would create a random uuid.
This is simply broken in ubuntu. I have always had to install the
package using pecl
sudo pecl install uuid
Note that you need uuid-dev, php-dev and
Public bug reported:
Binary package hint: php5-sybase
Description:Ubuntu 9.04
Release:9.04
libapache2-mod-php5:
Installed: 5.2.6.dfsg.1-3ubuntu4.1
Candidate: 5.2.6.dfsg.1-3ubuntu4.1
Version table:
*** 5.2.6.dfsg.1-3ubuntu4.1 0
500 http://us.archive.ubuntu.com jaunty-up
Hi,
I feel that this is still an issue that needs to be addressed with a
package addition. The php5-sybase package is not sufficient as it is
meant to handle sybase and not Microsoft SQL Server databases.
When using php5-sybase to query ntext data (unicode text) Microsoft SQL
Server 2000 says: