| Commit message (Expand) | Author | Age | Files | Lines |
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -3/+4 |
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -3/+3 |
* | fix recently discovered api flaws | Daniel Beulshausen | 2001-07-25 | 3 | -75/+128 |
* | Fix a couple of build warnings | Rasmus Lerdorf | 2001-07-16 | 1 | -2/+0 |
* | No need for this constant. | foobar | 2001-06-26 | 1 | -2/+0 |
* | Bunch of fixes, tested a bit, folks, please test with your scripts. changes | Sterling Hughes | 2001-06-26 | 1 | -269/+284 |
* | Remove bogus use of volatile and add a note about using inet_ntop | Sascha Schumann | 2001-06-24 | 1 | -2/+2 |
* | fix build | Daniel Beulshausen | 2001-06-12 | 1 | -5/+5 |
* | get rid of some getsockname() calls | Daniel Beulshausen | 2001-06-12 | 1 | -146/+105 |
* | Fix the compile problem on some systems that do not have hstrerror() | foobar | 2001-06-12 | 2 | -1/+9 |
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -7/+13 |
* | fix this (mea culpa, stray commit) | Sterling Hughes | 2001-06-03 | 1 | -4/+9 |
* | ops.. | Sterling Hughes | 2001-06-01 | 1 | -3/+2 |
* | # see | Sterling Hughes | 2001-06-01 | 1 | -10/+4 |
* | # testing changes is a good idea. | Sterling Hughes | 2001-06-01 | 1 | -5/+6 |
* | - tmpbuf is emalloc()'ed so this patch would be faster. | Andi Gutmans | 2001-05-28 | 1 | -2/+1 |
* | Fix leak | Wez Furlong | 2001-05-28 | 1 | -1/+1 |
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
* | Fix compile warning. | Sterling Hughes | 2001-05-21 | 1 | -1/+2 |
* | one of these days I'll get this commit correct, just you watch! | Sterling Hughes | 2001-05-21 | 1 | -3/+3 |
* | typo | Sterling Hughes | 2001-05-21 | 1 | -1/+1 |
* | Fix socket_read to work under Linux again. | Sterling Hughes | 2001-05-21 | 1 | -9/+9 |
* | WS fix (php_read) and correct checking of the return value from inet_aton, | Sterling Hughes | 2001-05-21 | 1 | -45/+44 |
* | Fixed bug where socket_connect() return the wrong value (report and fix by | Sterling Hughes | 2001-05-21 | 1 | -2/+2 |
* | update sockets to work with winsock as well | Daniel Beulshausen | 2001-05-17 | 6 | -1236/+1499 |
* | fix crash bug (unlikely, but this is the only place where the reported bug | Sterling Hughes | 2001-05-09 | 1 | -0/+4 |
* | Fix for PR #9729, 9664, 9656, 8667. | Jason Greene | 2001-04-10 | 1 | -0/+4 |
* | Cleaned up a bit. Removed some checks for header files that are | foobar | 2001-04-04 | 1 | -26/+2 |
* | Fix bugs: #9920, #9190 | foobar | 2001-03-22 | 1 | -0/+1 |
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 2 | -2/+2 |
* | Revert bogus patch and fix it properly. | Andrei Zmievski | 2001-02-02 | 1 | -18/+2 |
* | Fix for http://bugs.php.net/bugs.php?id=9082 | Colin Viebrock | 2001-02-02 | 1 | -0/+17 |
* | Added some missing EXPERIMENTAL files plus some missing extensions | foobar | 2001-01-19 | 1 | -0/+5 |
* | Fix the proto | Sterling Hughes | 2001-01-18 | 1 | -1/+1 |
* | Kill some warnings | Rasmus Lerdorf | 2001-01-16 | 1 | -4/+1 |
* | Make socket support compile under Solaris 8 with the Sun WorkShop compiler. | Jon Parise | 2001-01-03 | 1 | -1/+12 |
* | Fix memory leak | Stanislav Malyshev | 2000-12-12 | 1 | -0/+4 |
* | Fix socket read returning bad values. | Stanislav Malyshev | 2000-12-12 | 1 | -14/+4 |
* | - Fix the handling of resource entries | Sterling Hughes | 2000-12-03 | 2 | -81/+56 |
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
* | Use socklen_t for getsockopt | Sascha Schumann | 2000-11-06 | 1 | -1/+1 |
* | Removed INI entry for read() function, made changes to read() so it will | Chris Vandomelen | 2000-10-30 | 1 | -38/+62 |
* | New e-mail address. | Sterling Hughes | 2000-10-27 | 1 | -1/+1 |
* | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -2/+2 |
* | Added ini entry for choosing whether to use the read() wrapper or directly | Chris Vandomelen | 2000-10-22 | 2 | -7/+17 |
* | Hopefully made some compile fixes for Solaris ("sun" is an already defined | Chris Vandomelen | 2000-10-22 | 1 | -107/+173 |
* | Oops, forgot to remove those .. thought I had.. | Chris Vandomelen | 2000-10-22 | 1 | -11/+0 |
* | Corrected some bugs dealing with compile failures (should now compile | Chris Vandomelen | 2000-10-22 | 2 | -14/+68 |
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -8/+6 |
* | Clean up the alignment of configure --help output | Rasmus Lerdorf | 2000-10-02 | 1 | -2/+2 |