Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | A lot of cleanups... Removed old thread-safe code and other redundant code ↵ | Zeev Suraski | 1999-04-24 | 1 | -6/+2 |
| | | | | and files | ||||
* | Remove tls.[ch] | Zeev Suraski | 1999-04-23 | 1 | -3/+0 |
| | |||||
* | First commit of re-structuring phase one. We have started using automake in | Stig Bakken | 1999-04-17 | 1 | -0/+343 |
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. |