FreeBSD Bugzilla – Attachment 125713 Details for
Bug 169370
fix graphics/php5-ffmpeg compilation against php 5.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-ffmpeg_movie.c
patch-ffmpeg_movie.c (text/plain), 1.11 KB, created by
Oleksandr Moskalenko
on 2012-06-24 12:50:05 UTC
(
hide
)
Description:
patch-ffmpeg_movie.c
Filename:
MIME Type:
Creator:
Oleksandr Moskalenko
Created:
2012-06-24 12:50:05 UTC
Size:
1.11 KB
patch
obsolete
>--- ffmpeg_movie.c.orig 2008-10-14 01:46:53.000000000 +0300 >+++ ffmpeg_movie.c 2012-06-24 14:26:39.095299987 +0300 >@@ -308,7 +308,7 @@ > } > > if (persistent) { >- list_entry *le; >+ zend_rsrc_list_entry *le; > /* resolve the fully-qualified path name to use as the hash key */ > fullpath = expand_filepath(filename, NULL TSRMLS_CC); > >@@ -343,7 +343,7 @@ > } > > } else { /* no existing persistant movie, create one */ >- list_entry new_le; >+ zend_rsrc_list_entry new_le; > ffmovie_ctx = _php_alloc_ffmovie_ctx(1); > > if (_php_open_movie_file(ffmovie_ctx, filename)) { >@@ -357,7 +357,7 @@ > new_le.ptr = ffmovie_ctx; > > if (FAILURE == zend_hash_update(&EG(persistent_list), hashkey, >- hashkey_length+1, (void *)&new_le, sizeof(list_entry), >+ hashkey_length+1, (void *)&new_le, >sizeof(zend_rsrc_list_entry), > NULL)) { > php_error_docref(NULL TSRMLS_CC, E_WARNING, > "Failed to register persistent resource");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 169370
: 125713