Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -3/+2 |
| | |||||
* | 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 | ||||
* | Simple patch to deal with lack of fields in the BeOS implementation of rusage. | Stephen van Egmond | 2001-03-23 | 1 | -1/+1 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Always return a value even if HAVE_GETTIMEOFDAY is not set | James Moore | 2001-02-04 | 1 | -4/+6 |
| | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -1/+1 |
| | |||||
* | a second (cleaner?) try on warnings about unsupported functions | Hartmut Holzgraefe | 2000-05-27 | 1 | -4/+2 |
| | |||||
* | - I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle these | Andi Gutmans | 2000-05-27 | 1 | -1/+1 |
| | | | | | - 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/+4 |
| | | | | | | | | 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 build on systems which lack snprintf or vsnprintf. | Sascha Schumann | 2000-03-12 | 1 | -1/+0 |
| | | | | | PR: #3786 | ||||
* | - Convert 'PHP3' to 'PHP' | Zeev Suraski | 2000-02-26 | 1 | -18/+18 |
| | | | | | - Avoid declaring crypt() related salt types twice | ||||
* | More protos. | Egon Schmid | 2000-02-24 | 1 | -3/+3 |
| | |||||
* | (PHP getrusage) don't define this function at all if the getrusage() function | Stig Bakken | 2000-02-23 | 1 | -2/+3 |
| | | | | | is not available on the system. | ||||
* | Include <sys/types.h> and <sys/time.h> before <sys/resource.h> | Sascha Schumann | 2000-02-23 | 1 | -13/+13 |
| | |||||
* | php.h should be the first file included, so that HAVE_* are defined | Sascha Schumann | 2000-02-23 | 1 | -1/+2 |
| | |||||
* | Include <sys/resource.h> for getrusage(2) | Sascha Schumann | 2000-02-23 | 1 | -0/+3 |
| | | | | | PR: #3479 | ||||
* | 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 | -1/+1 |
| | |||||
* | - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32 | Andi Gutmans | 2000-02-10 | 1 | -1/+1 |
| | |||||
* | 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). | ||||
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -1/+1 |
| | |||||
* | Use new Zend API. | Sascha Schumann | 1999-09-24 | 1 | -4/+4 |
| | |||||
* | Fix typo. | Sascha Schumann | 1999-09-21 | 1 | -1/+1 |
| | | | | | catched by: ssb | ||||
* | On at least Win32, gettimeofday() returns values in tv_usec which exceed | Sascha Schumann | 1999-09-21 | 1 | -0/+1 |
| | | | | | | | | 1,000,000. For portability reasons we set the integer part of our result to 0. This is equivalent to using tv_usec % 1000000. | ||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | * fixed some #if/#ifdef issues | Stig Bakken | 1999-06-16 | 1 | -3/+3 |
| | | | | | | | | | | | | * hand-patched in php3 changes from 3.0.6 to HEAD in these files: fopen-wrappers.[ch] ext/standard/file.[ch] ext/standard/fsock.[ch] ext/standard/php3_string.h ext/standard/string.c * added some new file/socket macros for more readable code: FP_FGETS(buf,len,sock,fp,issock) FP_FREAD(buf,len,sock,fp,issock) FP_FEOF(sock,fp,issock) FP_FGETC(sock,fp,issock) | ||||
* | merge in some PHP3 stuff | Sascha Schumann | 1999-05-21 | 1 | -4/+73 |
| | |||||
* | conv_proto *.[ch] | Sascha Schumann | 1999-05-16 | 1 | -1/+1 |
| | |||||
* | A lot of cleanups... Removed old thread-safe code and other redundant code ↵ | Zeev Suraski | 1999-04-24 | 1 | -1/+0 |
| | | | | 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/+88 |
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. |