| f87d2ab |
|
24-Apr-2013 |
Stanislav Malyshev <stas@php.net> |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: Fix bug #64458 (dns_get_record result with string of length -1)
|
| 18fdab5 |
|
24-Apr-2013 |
Stanislav Malyshev <stas@php.net> |
Fix bug #64458 (dns_get_record result with string of length -1)
/PHP_5_5/ext/standard/dns.c
|
| 0a7395e |
|
01-Jan-2013 |
Xinchen Hui <laruence@php.net> |
Happy New Year
/PHP_5_5/ext/standard/dns.c
|
| a2045ff |
|
01-Jan-2013 |
Xinchen Hui <laruence@php.net> |
Happy New Year~
/PHP_5_5/ext/standard/dns.c
|
| e4ca0ed |
|
01-Jan-2012 |
Felipe Pena <felipe@php.net> |
- Year++
/PHP_5_5/ext/standard/dns.c
|
| 4e19825 |
|
01-Jan-2012 |
Felipe Pena <felipe@php.net> |
- Year++
/PHP_5_5/ext/standard/dns.c
|
| de90c60 |
|
10-Aug-2011 |
Rasmus Lerdorf <rasmus@php.net> |
Use HOST_NAME_MAX constant here instead for the gethostname() func
/PHP_5_5/ext/standard/dns.c
|
| 1494862 |
|
10-Aug-2011 |
Rasmus Lerdorf <rasmus@php.net> |
Use HOST_NAME_MAX constant here instead for the gethostname() func
/PHP_5_5/ext/standard/dns.c
|
| 9fd373d |
|
10-Aug-2011 |
Ilia Alshanetsky <iliaa@php.net> |
Fix win32 build
/PHP_5_5/ext/standard/dns.c
|
| e4a6400 |
|
10-Aug-2011 |
Ilia Alshanetsky <iliaa@php.net> |
Fix win32 build
/PHP_5_5/ext/standard/dns.c
|
| d091516 |
|
09-Aug-2011 |
Ilia Alshanetsky <iliaa@php.net> |
Minimize stack usage and added missing dtors
/PHP_5_5/ext/standard/dns.c
|
| 8c846a6 |
|
09-Aug-2011 |
Ilia Alshanetsky <iliaa@php.net> |
Minimize stack usage and added missing dtors
/PHP_5_5/ext/standard/dns.c
|
| 927bf09 |
|
01-Jan-2011 |
Felipe Pena <felipe@php.net> |
- Year++
/PHP_5_5/ext/standard/dns.c
|
| 0203cc3 |
|
01-Jan-2011 |
Felipe Pena <felipe@php.net> |
- Year++
/PHP_5_5/ext/standard/dns.c
|
| 40c3aef |
|
11-Oct-2010 |
Gustavo André dos Santos Lopes <cataphract@php.net> |
- Removed redundant local variable in dns_get_record. - (5.3) Fixed bug in the Windows implementation of dns_get_record, where the two last parameters wouldn't be filled unless the type were DNS_ANY (Gustavo).
/PHP_5_5/ext/standard/dns.c
|
| 17dc181 |
|
11-Oct-2010 |
Gustavo André dos Santos Lopes <cataphract@php.net> |
- Removed redundant local variable in dns_get_record. - (5.3) Fixed bug in the Windows implementation of dns_get_record, where the two last parameters wouldn't be filled unless the type were DNS_ANY (Gustavo).
/PHP_5_5/ext/standard/dns.c
|
| 91f6470 |
|
11-Oct-2010 |
Gustavo André dos Santos Lopes <cataphract@php.net> |
- [DOC] Added a 5th parameter to dns_get_record, a boolean that tells whether to activate "raw mode". In this mide, $type (2nd parameter) is the numeric type of the record, and the responses are not parsed -- the "type" element will be numeric and there will be a "data" element with the raw data of the response buffer, which the programmer will have to parse. - Fixed bug in the Win32 implementation of dns_get_record, where the 3rd and 4th arguments would only be filled if the 2nd ($type) was DNS_ANY. - [DOC] The 3rd and 4th parameters can now be NULL (changed their arginfo).
/PHP_5_5/ext/standard/dns.c
|
| b1d5cf7 |
|
08-Oct-2010 |
Gustavo André dos Santos Lopes <cataphract@php.net> |
- Added numeric record type and raw data for unknown DNS record types.
/PHP_5_5/ext/standard/dns.c
|
| de93d96 |
|
07-Jan-2010 |
Sebastian Bergmann <sebastian@php.net> |
sed -i "s#1997-2008#1997-2010#g" **/*.c **/*.h
/PHP_5_5/ext/standard/dns.c
|
| d0a956c |
|
21-Dec-2009 |
Jani Taskinen <jani@php.net> |
- Tune the fix for bug #50508 and make it work with MacOSX, bug #50541.
/PHP_5_5/ext/standard/dns.c
|
| 52f8360 |
|
18-Dec-2009 |
Jani Taskinen <jani@php.net> |
- Fixed bug #50508 (compile fails: Conflicting HEADER type declarations) # NEVER ever include nameser_compat.h, it's included in various ways in different OSes by nameser.h if needed
/PHP_5_5/ext/standard/dns.c
|
| 76d8752 |
|
16-Oct-2009 |
Scott MacVicar <scottmac@php.net> |
Part fix for bug #49224
/PHP_5_5/ext/standard/dns.c
|
| 0506534 |
|
11-Aug-2009 |
Scott MacVicar <scottmac@php.net> |
Merge chanes from head to improve DNS on OSX and allow usage of bind9 stuff with the bind8 compatibility layer.
/PHP_5_5/ext/standard/dns.c
|
| af5df4c |
|
05-Aug-2009 |
Scott MacVicar <scottmac@php.net> |
Change dns.h to php_dns.h, part of my dns cleanup
/PHP_5_5/ext/standard/dns.c
|
| d545555 |
|
20-May-2009 |
Jani Taskinen <jani@php.net> |
- Sync with HEAD (thanks Hannes :)
/PHP_5_5/ext/standard/dns.c
|
| 9a40695 |
|
20-May-2009 |
Jani Taskinen <jani@php.net> |
MFH: Fix non-windows builds
/PHP_5_5/ext/standard/dns.c
|
| 31a1dbe |
|
20-May-2009 |
Kalle Sommer Nielsen <kalle@php.net> |
MFH: Fix Windows build, dns_get_record is defined in dns_win32.c, not here
/PHP_5_5/ext/standard/dns.c
|
| e36c8c4 |
|
19-May-2009 |
Jani Taskinen <jani@php.net> |
MFH: Unify macros
/PHP_5_5/ext/standard/dns.c
|
| 47a8643 |
|
12-Jan-2009 |
Felipe Pena <felipe@php.net> |
- Reverted my previous commit to avoid unnecessary BC. [DOC] Added new entry to the array returned by dns_get_record(), 'entries', which contains the separated value from TXT value. (so 'txt' kept the concatenated version) (Pierre)
/PHP_5_5/ext/standard/dns.c
|
| 8911ba1 |
|
11-Jan-2009 |
Scott MacVicar <scottmac@php.net> |
Add support for the older style bind 8 functions, this adds support for OS X to use all of the dns_* functions.
/PHP_5_5/ext/standard/dns.c
|
| cc50663 |
|
11-Jan-2009 |
Felipe Pena <felipe@php.net> |
MFH: - Improved fix for #47035 (win32 part by Henrique M. Decaria) [DOC] The TXT part needs be returned as an array of strings. (dns_get_record())
/PHP_5_5/ext/standard/dns.c
|
| b5182d7 |
|
08-Jan-2009 |
Felipe Pena <felipe@php.net> |
- MFH: Fixed bug #47035 (dns_get_record returns a garbage byte at the end of a TXT record)
/PHP_5_5/ext/standard/dns.c
|
| 4f70499 |
|
07-Jan-2009 |
Pierre Joye <pajoye@php.net> |
- fix regression introduced by the move to the new parsing api (thx Bjori)
/PHP_5_5/ext/standard/dns.c
|
| 4b91d9b |
|
07-Jan-2009 |
Pierre Joye <pajoye@php.net> |
- fix parameter parsing options
/PHP_5_5/ext/standard/dns.c
|
| 6f1a0ed |
|
06-Jan-2009 |
Pierre Joye <pajoye@php.net> |
- these ifdefs are a mess, fix build on win
/PHP_5_5/ext/standard/dns.c
|
| 8afdcba |
|
06-Jan-2009 |
Pierre Joye <pajoye@php.net> |
- fix build
/PHP_5_5/ext/standard/dns.c
|
| 3c967db |
|
06-Jan-2009 |
Pierre Joye <pajoye@php.net> |
- [MFH] - [DOC] add support for all DNS function on Windows - dns_check_record (and its alias checkdnsrr) - dns_get_record - IPV6 specific info not available yet: . AAAA info is available only on vista/2k8 for now . A6 info is not available - dns_get_mx (and its alias getmxrr)
/PHP_5_5/ext/standard/dns.c
|
| 85af2a0 |
|
31-Dec-2008 |
Antony Dovgal <tony2001@php.net> |
MFH: don't use WRONG_PARAM_COUNT with new param parsing API
/PHP_5_5/ext/standard/dns.c
|
| 540242d |
|
31-Dec-2008 |
Ilia Alshanetsky <iliaa@php.net> |
[DOC] Added gethostname() to return the current system host name.
/PHP_5_5/ext/standard/dns.c
|
| 08659c2 |
|
31-Dec-2008 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 3 of 3.
/PHP_5_5/ext/standard/dns.c
|
| 7e25733 |
|
03-Nov-2008 |
Felipe Pena <felipe@php.net> |
- MFH: Fixed bug #42855 (dns_get_record() doesn't return all text from TXT record) patch by: misc at e2007 dot cynergi dot com
/PHP_5_5/ext/standard/dns.c
|
| 2620304 |
|
23-Aug-2008 |
Pierre Joye <pajoye@php.net> |
- MFH: - drop bindlib usage on windows - inet_pton, inet_ntop and inet_aton are always available (VC9 uses the CRT implementation, VC6 our own)
/PHP_5_5/ext/standard/dns.c
|
| cd62ae7 |
|
23-May-2008 |
Matt Wilmas <mattwil@php.net> |
MFH: Fixed Windows build now that HAVE_INET_PTON is defined
/PHP_5_5/ext/standard/dns.c
|
| 8664b5d |
|
14-Apr-2008 |
Etienne Kneuss <colder@php.net> |
MFH: Fix dns_check_proto (related to #44723)
/PHP_5_5/ext/standard/dns.c
|
| ba3245e |
|
17-Jan-2008 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #43871 (crash inside dns_get_record)
/PHP_5_5/ext/standard/dns.c
|
| d1dded8 |
|
31-Dec-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 2 of 2.
/PHP_5_5/ext/standard/dns.c
|
| a6fbf1b |
|
22-Nov-2007 |
Derick Rethans <derick@php.net> |
- MFH: Fixed weights array, which was broken with: http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.80&r2=1.81 and merged to head with: http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.70.2.7.2.5&r2=1.70.2.7.2.5.2.1
/PHP_5_5/ext/standard/dns.c
|
| a0b0d13 |
|
05-Nov-2007 |
Jani Taskinen <jani@php.net> |
MFH: Sync
/PHP_5_5/ext/standard/dns.c
|
| 58ac8d5 |
|
26-Jun-2007 |
Antony Dovgal <tony2001@php.net> |
MFH: fix #41795 (checkdnsrr does not support DNS_TXT type) patch by lucas at facebook dot com
/PHP_5_5/ext/standard/dns.c
|
| 725260e |
|
14-May-2007 |
Antony Dovgal <tony2001@php.net> |
fix CS
/PHP_5_5/ext/standard/dns.c
|
| e7577d5 |
|
10-May-2007 |
Scott MacVicar <scottmac@php.net> |
Fixed bug #41347 (checkdnsrr() segfaults on empty hostname).
/PHP_5_5/ext/standard/dns.c
|
| 50ea267 |
|
24-Feb-2007 |
Marcus Boerger <helly@php.net> |
- Avoid sprintf, even when checked copy'n'paste or changes lead to errors
/PHP_5_5/ext/standard/dns.c
|
| 4223aa4 |
|
01-Jan-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump year.
/PHP_5_5/ext/standard/dns.c
|
| 5bd9322 |
|
01-Jan-2006 |
foobar <sniper@php.net> |
bump year and license version
/PHP_5_5/ext/standard/dns.c
|
| bbe1f9d |
|
05-Dec-2005 |
foobar <sniper@php.net> |
MFH
/PHP_5_5/ext/standard/dns.c
|
| e415260 |
|
25-Oct-2005 |
Antony Dovgal <tony2001@php.net> |
MFH: apply workaround for the leak only when GLIBC is used
/PHP_5_5/ext/standard/dns.c
|
| a0c8d5d |
|
25-Oct-2005 |
Antony Dovgal <tony2001@php.net> |
MFH: fix problem with garbage appearing in hostnames
/PHP_5_5/ext/standard/dns.c
|
| 0a7b720 |
|
23-Oct-2005 |
Antony Dovgal <tony2001@php.net> |
MFH: fix #34938 (dns_get_record() doesn't resolve long hostnames and leaks)
/PHP_5_5/ext/standard/dns.c
|
| 76ad742 |
|
23-Oct-2005 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed memory leak on error.
/PHP_5_5/ext/standard/dns.c
|
| b260064 |
|
21-Oct-2005 |
Antony Dovgal <tony2001@php.net> |
MFH: fix possible crash in dns_get_record() cleanup code a bit (partly fixes #34938)
/PHP_5_5/ext/standard/dns.c
|
| 23e671a |
|
03-Aug-2005 |
foobar <sniper@php.net> |
- Bumber up year
/PHP_5_5/ext/standard/dns.c
|
| d1341b1 |
|
06-Aug-2004 |
Sara Golemon <pollita@php.net> |
Add A6 support, fix IPv6 address parsing, and improve define compatability
/PHP_5_5/ext/standard/dns.c
|
| dd28c13 |
|
19-Mar-2004 |
Sara Golemon <pollita@php.net> |
Cleanup, minor refactor, and CS
/PHP_5_5/ext/standard/dns.c
|
| 7526827 |
|
19-Mar-2004 |
Sara Golemon <pollita@php.net> |
Bug Fix #27657: TXT records longer than MAXHOSTNAMELEN cause segfaults.
/PHP_5_5/ext/standard/dns.c
|
| dbeb415 |
|
08-Jan-2004 |
Andi Gutmans <andi@php.net> |
- A belated happy holidays and PHP 5
/PHP_5_5/ext/standard/dns.c
|
| 36b255f |
|
07-Dec-2003 |
foobar <sniper@php.net> |
ws
/PHP_5_5/ext/standard/dns.c
|
| 074ca45 |
|
24-Oct-2003 |
Marko Karppinen <markonen@php.net> |
Workaround for bug #25955 Generalized a Darwin check in dns.c to a check for inet_pton() (kalowsky)
/PHP_5_5/ext/standard/dns.c
|
| 075e66c |
|
26-Sep-2003 |
Hartmut Holzgraefe <hholzgra@php.net> |
signed/unsigned compiler warning fixes
/PHP_5_5/ext/standard/dns.c
|
| 29664d9 |
|
01-Sep-2003 |
Sara Golemon <pollita@php.net> |
MFB: Plug leak when invalid domain name provided.
/PHP_5_5/ext/standard/dns.c
|
| f68c7ff |
|
10-Jun-2003 |
James Cox <imajes@php.net> |
updating license information in the headers.
/PHP_5_5/ext/standard/dns.c
|
| 451cd60 |
|
06-May-2003 |
Sara Golemon <pollita@php.net> |
HINFO RDATA is <label><label> not <nshort><nshort>
/PHP_5_5/ext/standard/dns.c
|
| 5d3a8e4 |
|
29-Apr-2003 |
Sara Golemon <pollita@php.net> |
Add support for SRV and NAPTR records to dns_get_record() and dns_check_record() Feature Request #23407
/PHP_5_5/ext/standard/dns.c
|
| dbe4f22 |
|
17-Mar-2003 |
Hartmut Holzgraefe <hholzgra@php.net> |
proto fixes
/PHP_5_5/ext/standard/dns.c
|
| c87c4c7 |
|
24-Feb-2003 |
foobar <sniper@php.net> |
Extra paranoia checks if dn_skipname/dn_expand exist or not
/PHP_5_5/ext/standard/dns.c
|
| b420beb |
|
21-Feb-2003 |
foobar <sniper@php.net> |
- Fixed bug: #22339 # No NEWS, this was bug introduced by Marcus a while ago.. # Not present in php4.3.x branch
/PHP_5_5/ext/standard/dns.c
|
| 6043ee2 |
|
20-Feb-2003 |
foobar <sniper@php.net> |
- Fixed bug #22299 (gethostbyname() crash with non-existing domain on MacOSX)
/PHP_5_5/ext/standard/dns.c
|
| 0a18a9d |
|
16-Feb-2003 |
Wez Furlong <wez@php.net> |
A add much more useful select(2) implementation than is provided by windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.
/PHP_5_5/ext/standard/dns.c
|
| b506f5c |
|
31-Dec-2002 |
Sebastian Bergmann <sebastian@php.net> |
Bump year.
/PHP_5_5/ext/standard/dns.c
|
| 426cf8e |
|
30-Dec-2002 |
Marcus Boerger <helly@php.net> |
fix state-machine in cases T_AAAA is not available
/PHP_5_5/ext/standard/dns.c
|
| 13308b5 |
|
20-Dec-2002 |
Sara Golemon <pollita@php.net> |
Minor clarification in meaning of bitmask constants /* 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.
/PHP_5_5/ext/standard/dns.c
|
| 085f362 |
|
09-Dec-2002 |
foobar <sniper@php.net> |
T_AAAA is not always available.
/PHP_5_5/ext/standard/dns.c
|
| 8d1b2bf |
|
08-Dec-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Prevented return_value from being freed() twice
/PHP_5_5/ext/standard/dns.c
|
| a4d6863 |
|
08-Dec-2002 |
Sara Golemon <pollita@php.net> |
Bug #17174 Added IPv6 (AAAA record) support to dns_check_record() also added support to dns_get_record
/PHP_5_5/ext/standard/dns.c
|
| c668055 |
|
05-Dec-2002 |
Ilia Alshanetsky <iliaa@php.net> |
Remove pointless checks for array_init() return values.
/PHP_5_5/ext/standard/dns.c
|
| e9047df |
|
23-Nov-2002 |
Sara Golemon <pollita@php.net> |
New function dns_get_record(): close resolver socket after use. fix to internal func php_parserr(): correct bug in return state.
/PHP_5_5/ext/standard/dns.c
|
| 3ca6344 |
|
19-Nov-2002 |
Marcus Boerger <helly@php.net> |
-rename checkdnsrr to dns_check_record, keep old name as alias -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)
/PHP_5_5/ext/standard/dns.c
|
| 4821b2f |
|
18-Oct-2002 |
foobar <sniper@php.net> |
ws fixes
/PHP_5_5/ext/standard/dns.c
|
| 8b8f1e0 |
|
05-Sep-2002 |
Anantha Kesari H Y <hyanantha@php.net> |
NetWare related additions/modifications
/PHP_5_5/ext/standard/dns.c
|
| 7a7497e |
|
29-Aug-2002 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed the \0 check in previous patch.
/PHP_5_5/ext/standard/dns.c
|
| 3374483 |
|
29-Aug-2002 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #18966
/PHP_5_5/ext/standard/dns.c
|
| 149ad05 |
|
24-Aug-2002 |
Marcus Boerger <helly@php.net> |
php_error_docref #New conversion available at: http://docref.txt.marcus-boerger.de
/PHP_5_5/ext/standard/dns.c
|
| 728f2de |
|
08-Jul-2002 |
Derick Rethans <derick@php.net> |
Unify error messages
/PHP_5_5/ext/standard/dns.c
|
| 90613d2 |
|
28-Feb-2002 |
Sebastian Bergmann <sebastian@php.net> |
Maintain headers.
/PHP_5_5/ext/standard/dns.c
|
| b76eb3a |
|
27-Dec-2001 |
Dan Kalowsky <kalowsky@php.net> |
Making PHP compile again on MacOSX 10.1 # 10.1 does not have inet_pton support yet it seems so disabling it.
/PHP_5_5/ext/standard/dns.c
|
| 3893351 |
|
11-Dec-2001 |
Sebastian Bergmann <sebastian@php.net> |
Update headers.
/PHP_5_5/ext/standard/dns.c
|
| 926d150 |
|
19-Sep-2001 |
Stig Venaas <venaas@php.net> |
Added IPv6 support to gethostbyaddr() @- Added IPv6 support to gethostbyaddr() @ (Patch by Matthias Wimmer <matthias@charente.de> and venaas)
/PHP_5_5/ext/standard/dns.c
|
| 78747bd |
|
09-Sep-2001 |
Derick Rethans <derick@php.net> |
- Don't wrap lines... this is annoying while coding.
/PHP_5_5/ext/standard/dns.c
|
| c0404f4 |
|
11-Aug-2001 |
Zeev Suraski <zeev@php.net> |
Whitespace
/PHP_5_5/ext/standard/dns.c
|
| 52e3b4a |
|
10-Aug-2001 |
foobar <sniper@php.net> |
Cleanup. Also make gethostnamel() to return FALSE on error and not just empty array.
/PHP_5_5/ext/standard/dns.c
|
| b0224d5 |
|
30-Jul-2001 |
Zeev Suraski <zeev@php.net> |
Zend compatibility patch
/PHP_5_5/ext/standard/dns.c
|
| 81e2cf0 |
|
06-Jun-2001 |
Rasmus Lerdorf <rasmus@php.net> |
Fix folding and clean up some extensions
/PHP_5_5/ext/standard/dns.c
|
| 25c3a3a |
|
05-Jun-2001 |
Rasmus Lerdorf <rasmus@php.net> |
vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
/PHP_5_5/ext/standard/dns.c
|
| ab56094 |
|
16-Mar-2001 |
foobar <sniper@php.net> |
This should fix problems in systems without libbind.
/PHP_5_5/ext/standard/dns.c
|
| 6795032 |
|
11-Mar-2001 |
foobar <sniper@php.net> |
HAVE_BINDLIB --> HAVE_LIBBIND
/PHP_5_5/ext/standard/dns.c
|
| eb6ba01 |
|
26-Feb-2001 |
Andi Gutmans <andi@php.net> |
- Fix copyright notices with 2001
/PHP_5_5/ext/standard/dns.c
|
| b102737 |
|
06-Feb-2001 |
Stephen van Egmond <svanegmond@php.net> |
Added tests for arpa/*.h and resolv.h which don't exist on the BeOS. The dns functions on BeOS come from socket.h
/PHP_5_5/ext/standard/dns.c
|
| 83cf662 |
|
21-Jan-2001 |
Rasmus Lerdorf <rasmus@php.net> |
@BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus
/PHP_5_5/ext/standard/dns.c
|
| 949b089 |
|
27-Nov-2000 |
Sascha Schumann <sas@php.net> |
The result of conv_z_macros and some manual conversion of "return_value.*=.*IS_STRING" constructs to RETVAL_STRINGL.
/PHP_5_5/ext/standard/dns.c
|
| 3701bc4 |
|
05-Jun-2000 |
Andi Gutmans <andi@php.net> |
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
/PHP_5_5/ext/standard/dns.c
|
| fb39eda |
|
27-May-2000 |
Hartmut Holzgraefe <hholzgra@php.net> |
a second (cleaner?) try on warnings about unsupported functions
/PHP_5_5/ext/standard/dns.c
|
| afccb58 |
|
27-May-2000 |
Andi Gutmans <andi@php.net> |
- I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle these - functions but in any case I have changed it to PHP_NOT_IN_THIS_BUILD()
/PHP_5_5/ext/standard/dns.c
|
| 69d1e78 |
|
26-May-2000 |
Hartmut Holzgraefe <hholzgra@php.net> |
if a module provides a function it should also do so if the function 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'
/PHP_5_5/ext/standard/dns.c
|
| e043439 |
|
18-May-2000 |
Zeev Suraski <zeev@php.net> |
Update the license with the new clause 6
/PHP_5_5/ext/standard/dns.c
|
| f0ed744 |
|
17-May-2000 |
Sascha Schumann <sas@php.net> |
Fix 64-bit issue in gethostbyaddr().
/PHP_5_5/ext/standard/dns.c
|
| 9dca788 |
|
11-Mar-2000 |
Andi Gutmans <andi@php.net> |
- Don't define DEBUG anymore. Everyone should use PHP_DEBUG. 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?
/PHP_5_5/ext/standard/dns.c
|
| 86fa2aa |
|
19-Feb-2000 |
Zeev Suraski <zeev@php.net> |
the pipe is breaking all the time
/PHP_5_5/ext/standard/dns.c
|
| 80bdd19 |
|
11-Feb-2000 |
Zeev Suraski <zeev@php.net> |
Fine tune Andi's patch
/PHP_5_5/ext/standard/dns.c
|
| 29280bb |
|
10-Feb-2000 |
Andi Gutmans <andi@php.net> |
- Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32
/PHP_5_5/ext/standard/dns.c
|
| 43ae2bf |
|
01-Jan-2000 |
Sascha Schumann <sas@php.net> |
Happy Y2K patch! Happy new year (or the new millennium, depending on whether you start counting at 0 or 1).
/PHP_5_5/ext/standard/dns.c
|
| 1ad5180 |
|
20-Dec-1999 |
Andrei Zmievski <andrei@php.net> |
getParameters -> zend_get_parameters
/PHP_5_5/ext/standard/dns.c
|
| a1ad287 |
|
18-Dec-1999 |
Zeev Suraski <zeev@php.net> |
- The tree compiles again
/PHP_5_5/ext/standard/dns.c
|
| 3ee4e65 |
|
18-Dec-1999 |
Zeev Suraski <zeev@php.net> |
More php3_ annihilation
/PHP_5_5/ext/standard/dns.c
|
| 00b2df7 |
|
25-Sep-1999 |
Sascha Schumann <sas@php.net> |
New Zend API
/PHP_5_5/ext/standard/dns.c
|
| 3cb1eb0 |
|
02-Aug-1999 |
Zeev Suraski <zeev@php.net> |
Removed '3' from key functions in PHP (maintained compatibility through php3_compat.h)
/PHP_5_5/ext/standard/dns.c
|
| c5724cb |
|
16-Jul-1999 |
Zeev Suraski <zeev@php.net> |
License update
/PHP_5_5/ext/standard/dns.c
|
| 0eb500c |
|
23-May-1999 |
Zeev Suraski <zeev@php.net> |
Thou shalt use the API, and thou shalt be safe
/PHP_5_5/ext/standard/dns.c
|
| 39691be |
|
16-May-1999 |
Sascha Schumann <sas@php.net> |
conv_proto *.[ch]
/PHP_5_5/ext/standard/dns.c
|
| 0818d96 |
|
24-Apr-1999 |
Zeev Suraski <zeev@php.net> |
A lot of cleanups... Removed old thread-safe code and other redundant code and files
/PHP_5_5/ext/standard/dns.c
|
| 6f7c0ed |
|
23-Apr-1999 |
Zeev Suraski <zeev@php.net> |
Remove tls.[ch]
/PHP_5_5/ext/standard/dns.c
|
| 257de2b |
|
17-Apr-1999 |
Stig Bakken <ssb@php.net> |
First commit of re-structuring phase one. We have started using automake in sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extension (which is quite a mix of everything right now) and the GD extension into their own subdirs in ext/. The configure script now also runs configure in the libzend directory automatically and makes sure php4 and libzend use the same config.cache file. To avoid running configure in libzend, use the --no-recursion option. "make" in php4 also builds libzend now. The Apache module doesn't compile right now, but a fix for that is coming up.
/PHP_5_5/ext/standard/dns.c
|