bjori Wed, 07 Sep 2011 13:46:45 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=316352
Log:
Fix folding
Changed paths:
U php/php-src/trunk/ext/standard/dl.c
Modified: php/php-src/trunk/ext/standard/dl.c
===================================================================
--- php/php-src/trunk/ext/standard/dl.c 2011-09-07 13:35:06 UTC (rev 316351)
+++ php/php-src/trunk/ext/standard/dl.c 2011-09-07 13:46:45 UTC (rev 316352)
@@ -97,9 +97,9 @@
#define USING_ZTS 0
#endif
-/* {{{ php_dl
+/* {{{ php_load_extension
*/
-PHPAPI int php_load_extension(char *filename, int type, int start_now
TSRMLS_DC) /* {{{ */
+PHPAPI int php_load_extension(char *filename, int type, int start_now
TSRMLS_DC)
{
void *handle;
char *libpath;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php