]> git.pld-linux.org Git - packages/php4.git/blame - php4-tsrmlsfetchgcc2.patch
- rel 8; see cvs log php-openssl-huge-hack.patch for details
[packages/php4.git] / php4-tsrmlsfetchgcc2.patch
CommitLineData
c118fcb4 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.0328 seconds and 4 git commands to generate.