Bruce Wells

Results 86 comments of Bruce Wells

Closing this as PHP 7.4 is no longer supported by PHP

A PR was submitted for this issue, but this library looks dead. Also Google is sunsetting this API at the end of 2025. Going forward you will be required to...

Looks like this project is no longer being supported by google. If you want a PHP 8.4 compatible library, check out: phpfui/recaptcha Should be a drop in replacement. Let me...

I actually switched to javanile/php-imap2 which is more of a drop in replacement for the imap_ functions (just make them imap2_), but don't have it working just yet with my...

A PR was submitted for this issue, but this library looks dead. Also Google is sunsetting this API at the end of 2025. Going forward you will be required to...

So it looks like it should be parent::delete($con) and not ModelCriteria::delete($con). I think this changed in a recent version of PHP. Because ModelCriteria::delete does not reference $this, it must be...

Thanks for your interest and any insights. I have updated the repo. I think I generated things correctly, but I don't know Propel. I had hoped to use it for...

Hmm, I probably removed it at some point. Please add and fix up the Propel stuff and submit a PR. I have not done much with this for a while,...

[smhg](https://github.com/smhg) where you able to figure out why ModelCriteria::delete is not working for me? Is my generated code wrong?

I used dev-master and regenerated everything with "propel init" and still have the same issue. Looks like a bug in the generated code, or the library itself. I was already...