|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-04-23 15:03 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 11:00:01 2025 UTC |
I found out that in ext/cyrus.c there's an argument missing. If you change line 360 from &retval, 4, argv, 0, NULL) == FAILURE) { to &retval, 4, argv, 0, NULL TSRMLS_CC) == FAILURE) { the file gets compiled.