]> git.pld-linux.org Git - packages/php.git/blame - php-tsrmlsfetchgcc2.patch
- started 4.3.8 for RA
[packages/php.git] / php-tsrmlsfetchgcc2.patch
CommitLineData
9ff3b3c6 1--- php-4.3.1/ext/standard/mail.c~ Mon Feb 24 10:53:36 2003
2+++ php-4.3.1/ext/standard/mail.c Mon Feb 24 10:58:35 2003
3@@ -201,7 +201,7 @@
4 return 0;
5 }
6 #endif
7- TSRMLS_FETCH();
8+ {TSRMLS_FETCH();}
9
10 if ((to != NULL) && (strlen(to)!=0)) {
11 fprintf(sendmail, "To: %s\n", to);
This page took 0.047003 seconds and 4 git commands to generate.