Changeset 3090 for libpipi/trunk/pipi-php/php_pipi.c
- Timestamp:
- Oct 24, 2008, 9:39:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/pipi-php/php_pipi.c
r3087 r3090 125 125 126 126 127 //--------PIPI'S RESSOURCES ---------//127 //--------PIPI'S RESSOURCES DESTRUCTORS---------// 128 128 129 129 static void php_pipi_image_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC) { … … 138 138 pipi_free_histogram(rsrc->ptr); 139 139 } 140 141 142 //--------INITIALIZATION---------// 140 143 141 144 PHP_MINIT_FUNCTION(pipi) {
Note: See TracChangeset
for help on using the changeset viewer.