Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #18738, comment 9


Ignore:
Timestamp:
07/24/2012 12:31:56 PM (12 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18738, comment 9

    initial v1  
    88 * We control the way the fsockopen class works in every respect, we can catch when it doesnt work
    99 * It'd be nice to have 2 classes support non-blocking correctly, especially the ones given priority
    10  * fsockopen was originally added last as the builtin libraries were supposed to do it better than we would in PHP.. ultimately, tests seem to say curl
     10 * fsockopen was originally added last as the builtin libraries were supposed to do it better than we would in PHP.. ultimately, bug reports have always pointed to the opposite, often with server configs we just can't work around ( safe mode issues and curl not being able to do DNS lookups, off the top of my head)
    1111 * Streams (fopen) is also great at failing to spawn cron on setups using .local dns, Often seen in mac's, fopen() fails to open a loopback connection, also seen in Ubuntu installs occasionally.. this is what prompted me to come find this ticket again.