Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | fix state-machine in cases T_AAAA is not available | Marcus Boerger | 2002-12-30 | 1 | -1/+3 |
| | |||||
* | Minor clarification in meaning of bitmask constants | Sara Golemon | 2002-12-20 | 1 | -2/+2 |
| | | | | | | | /* PHP_DNS_xx = 1<<(T_xx-1) */ T_CNAME = 5 ergo PHP_DNS_CNAME should be 0x00000010. T_SOA = 6 ergo PHP_DNS_CNAME should be 0x00000020. | ||||
* | T_AAAA is not always available. | foobar | 2002-12-09 | 1 | -0/+8 |
| | |||||
* | Prevented return_value from being freed() twice | Moriyoshi Koizumi | 2002-12-08 | 1 | -3/+3 |
| | |||||
* | Bug #17174 Added IPv6 (AAAA record) support to dns_check_record() also added ↵ | Sara Golemon | 2002-12-08 | 1 | -8/+39 |
| | | | | support to dns_get_record | ||||
* | Remove pointless checks for array_init() return values. | Ilia Alshanetsky | 2002-12-05 | 1 | -21/+7 |
| | |||||
* | New function dns_get_record(): close resolver socket after use. | Sara Golemon | 2002-11-23 | 1 | -2/+4 |
| | | | | | fix to internal func php_parserr(): correct bug in return state. | ||||
* | -rename checkdnsrr to dns_check_record, keep old name as alias | Marcus Boerger | 2002-11-19 | 1 | -13/+336 |
| | | | | | | | | -rename getmxrr to dns_get_mx, keep old name as alias -added dns_get_record @Added dns_get_record() which allows to retrieve DNS information about @a host. (Marcus, Pollita) | ||||
* | ws fixes | foobar | 2002-10-18 | 1 | -60/+73 |
| | |||||
* | NetWare related additions/modifications | Anantha Kesari H Y | 2002-09-05 | 1 | -2/+7 |
| | |||||
* | Fixed the \0 check in previous patch. | Ilia Alshanetsky | 2002-08-29 | 1 | -1/+1 |
| | |||||
* | Fixed bug #18966 | Ilia Alshanetsky | 2002-08-29 | 1 | -1/+1 |
| | |||||
* | php_error_docref | Marcus Boerger | 2002-08-24 | 1 | -3/+3 |
| | | | | | #New conversion available at: http://docref.txt.marcus-boerger.de | ||||
* | Unify error messages | Derick Rethans | 2002-07-08 | 1 | -3/+3 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Making PHP compile again on MacOSX 10.1 | Dan Kalowsky | 2001-12-27 | 1 | -3/+9 |
| | | | | | # 10.1 does not have inet_pton support yet it seems so disabling it. | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Added IPv6 support to gethostbyaddr() | Stig Venaas | 2001-09-19 | 1 | -0/+17 |
| | | | | | | @- Added IPv6 support to gethostbyaddr() @ (Patch by Matthias Wimmer <matthias@charente.de> and venaas) | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -21/+21 |
| | |||||
* | Cleanup. Also make gethostnamel() to return FALSE on error and not just ↵ | foobar | 2001-08-10 | 1 | -28/+31 |
| | | | | empty array. | ||||
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -8/+0 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -2/+11 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+1 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | This should fix problems in systems without libbind. | foobar | 2001-03-16 | 1 | -1/+1 |
| | |||||
* | HAVE_BINDLIB --> HAVE_LIBBIND | foobar | 2001-03-11 | 1 | -2/+2 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Added tests for arpa/*.h and resolv.h which don't exist on the BeOS. | Stephen van Egmond | 2001-02-06 | 1 | -0/+6 |
| | | | | | The dns functions on BeOS come from socket.h | ||||
* | @BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus | Rasmus Lerdorf | 2001-01-21 | 1 | -1/+7 |
| | | | | | BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus | ||||
* | The result of conv_z_macros and some manual conversion of | Sascha Schumann | 2000-11-27 | 1 | -18/+14 |
| | | | | | "return_value.*=.*IS_STRING" constructs to RETVAL_STRINGL. | ||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -5/+5 |
| | |||||
* | a second (cleaner?) try on warnings about unsupported functions | Hartmut Holzgraefe | 2000-05-27 | 1 | -11/+2 |
| | |||||
* | - I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle these | Andi Gutmans | 2000-05-27 | 1 | -2/+2 |
| | | | | | - functions but in any case I have changed it to PHP_NOT_IN_THIS_BUILD() | ||||
* | if a module provides a function it should also do so if the function | Hartmut Holzgraefe | 2000-05-26 | 1 | -2/+11 |
| | | | | | | | | is not functional due to configure findings the function should offer a meaningful warning if it is not supported instead of just beeing undefined i had already changed this in 'gd', now this is doing it for 'standard' | ||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | Fix 64-bit issue in gethostbyaddr(). | Sascha Schumann | 2000-05-17 | 1 | -2/+3 |
| | |||||
* | - Don't define DEBUG anymore. Everyone should use PHP_DEBUG. | Andi Gutmans | 2000-03-11 | 1 | -4/+4 |
| | | | | | | | | There are 2-3 third-party libs in PHP which use DEBUG and I left them this way (primary example is pcrelib). - Please test things and Andrei, can you check that pcrelib stopped printing the warning messages? | ||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | Fine tune Andi's patch | Zeev Suraski | 2000-02-11 | 1 | -2/+2 |
| | |||||
* | - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32 | Andi Gutmans | 2000-02-10 | 1 | -2/+2 |
| | |||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | you start counting at 0 or 1). | ||||
* | getParameters -> zend_get_parameters | Andrei Zmievski | 1999-12-20 | 1 | -2/+2 |
| | |||||
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -5/+5 |
| | |||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-18 | 1 | -6/+6 |
| | |||||
* | New Zend API | Sascha Schumann | 1999-09-25 | 1 | -29/+29 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -7/+7 |
| | | | | | php3_compat.h) | ||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -21/+9 |
| | |||||
* | Thou shalt use the API, and thou shalt be safe | Zeev Suraski | 1999-05-23 | 1 | -8/+2 |
| | |||||
* | conv_proto *.[ch] | Sascha Schumann | 1999-05-16 | 1 | -5/+5 |
| |