tag 656482 patch
thanks

Hi,

Attaching a patch to fix the build problems with php 5.4.0.

@@ -496,7 +496,7 @@
 }

 /* module function table */
-static function_entry uuid_functions[] = {
+static zend_function_entry uuid_functions[] = {
     PHP_FE(uuid_create,  NULL)
     PHP_FE(uuid_destroy, NULL)
     PHP_FE(uuid_clone,   NULL)


The test script fails about allow_call_time_pass_reference which was
removed in PHP 5.4.0 alpha 1.
The patch also handles these errors, but there are still some code changes
needed to be done.

Kaplan

Attachment: 0005-php5.4-support
Description: Binary data

Reply via email to