]> git.pld-linux.org Git - packages/ossp-uuid.git/blame - php3.patch
- rebuild with perl 5.24.0
[packages/ossp-uuid.git] / php3.patch
CommitLineData
ddcb10f4
ER
1PHP3 compatibility headers were dropped in PHP 5.4
2--- uuid-1.6.2/php/uuid.c~ 2007-01-01 20:35:57.000000000 +0200
3+++ uuid-1.6.2/php/uuid.c 2014-05-01 21:12:08.750512116 +0300
4@@ -496,7 +496,7 @@
5 }
6
7 /* module function table */
8-static function_entry uuid_functions[] = {
9+static zend_function_entry uuid_functions[] = {
10 PHP_FE(uuid_create, NULL)
11 PHP_FE(uuid_destroy, NULL)
12 PHP_FE(uuid_clone, NULL)
This page took 0.075619 seconds and 4 git commands to generate.