Closed by 1.6.3-1
(https://tracker.debian.org/news/1578927/accepted-ossp-uuid-163-1-source-into-unstable/):
* Kill remnants of php5-uuid (unbuilt since 1.6.2-1.2): removed upstream
(Closes: #625836, #611489)
** Changed in: ossp-uuid (Ubuntu)
Status: New => Fix Released
--
You rec
Closed by 1.6.3-1
(https://tracker.debian.org/news/1578927/accepted-ossp-uuid-163-1-source-into-unstable/):
* Kill remnants of php5-uuid (unbuilt since 1.6.2-1.2): removed upstream
(Closes: #625836, #611489)
** Changed in: debian
Status: New => Fix Released
--
You received this b
Here's a simple shell script that creates package "php5-pecl-uuid" when
called without parameters.
This script does following:
- create a build directory for this process (deb-build-$$)
- get the package source and prefix it with php-pecl
- quickly rewrite the debian control and rules files to red
See also bug 692968.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/283398
Title:
Cannot generate UUID
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/list
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
The real issue here is that php5-uuid is NOT the PECL uuid package, but
instead OSSP uuid package (it says so in the description -- granted, it
doesn't say that it is not the PECL package but I wouldn't expect
Firefox package to say that it is not Internet Explorer either, if you
know what I mean.)
** Also affects: debian
Importance: Undecided
Status: New
--
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@lists.ubuntu.com
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 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
10 matches
Mail list logo