Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix for bug #5672 | Hartmut Holzgraefe | 2000-07-30 | 1 | -5/+4 | |
| | ||||||
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -1/+1 | |
| | | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers. | |||||
* | Make it possible to specify an empty string as a thousands-seperator | Rasmus Lerdorf | 2000-07-14 | 1 | -3/+5 | |
| | | | | | | | in number_format() @ Make it possible to specify an empty string as a thousands-seperator @ in number_format() | |||||
* | Corrected a mispelled word. | Egon Schmid | 2000-07-09 | 1 | -1/+1 | |
| | ||||||
* | Rename phpmath.h to php_math.h. | Sascha Schumann | 2000-06-13 | 1 | -1/+1 | |
| | ||||||
* | (php_math_number_format) Simplifying the logic also fixed bugs #4954 | Andrei Zmievski | 2000-06-13 | 1 | -10/+3 | |
| | | | | | and #4998. | |||||
* | Fixed a proto. | Egon Schmid | 2000-06-12 | 1 | -1/+1 | |
| | ||||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -25/+25 | |
| | ||||||
* | Small optimization | Zeev Suraski | 2000-06-02 | 1 | -3/+6 | |
| | ||||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 | |
| | ||||||
* | (PHP round) Fix proto. | Andrei Zmievski | 2000-05-18 | 1 | -1/+1 | |
| | ||||||
* | Second parameter is optional. | Egon Schmid | 2000-05-17 | 1 | -1/+1 | |
| | ||||||
* | Let's cast it. | Andrei Zmievski | 2000-05-17 | 1 | -1/+2 | |
| | ||||||
* | @- Improved round() to allow specification of rounding precision. | Andrei Zmievski | 2000-05-17 | 1 | -27/+41 | |
| | | | | | @ (Andrei, Todd Kirby <kirbyt@yahoo.com>) | |||||
* | @ Fix bug in number_format (Jon Forsberg) | Andi Gutmans | 2000-04-15 | 1 | -1/+2 | |
| | ||||||
* | added the other usefull constants besides M_PI from math.h | Hartmut Holzgraefe | 2000-04-08 | 1 | -0/+1 | |
| | | | | | as PHP constants | |||||
* | Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken. | Sascha Schumann | 2000-03-12 | 1 | -1/+1 | |
| | ||||||
* | Fix build on systems which lack snprintf or vsnprintf. | Sascha Schumann | 2000-03-12 | 1 | -1/+0 | |
| | | | | | PR: #3786 | |||||
* | Only two lines are allowed here. | Egon Schmid | 2000-03-01 | 1 | -1/+0 | |
| | ||||||
* | round(-0.1) will now return 0 instead of -0 | Hartmut Holzgraefe | 2000-03-01 | 1 | -1/+5 | |
| | ||||||
* | More protos. | Egon Schmid | 2000-02-24 | 1 | -2/+2 | |
| | ||||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 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). | |||||
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -28/+28 | |
| | ||||||
* | Optimize a tiny bit | Evan Klinger | 1999-11-22 | 1 | -1/+1 | |
| | ||||||
* | One typo corrected. | Egon Schmid | 1999-10-17 | 1 | -1/+1 | |
| | ||||||
* | - Converted math.c to use new convert_to_number_ex() macro. | Andi Gutmans | 1999-10-15 | 1 | -25/+11 | |
| | ||||||
* | @- Upgraded math-funtions to use new Zend function API (Thies) | Thies C. Arntzen | 1999-10-13 | 1 | -218/+244 | |
| | ||||||
* | Kill compiler warning. | Andrey Hristov | 1999-09-07 | 1 | -1/+1 | |
| | ||||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -3/+3 | |
| | | | | | php3_compat.h) | |||||
* | Fix bug #1914 | Zeev Suraski | 1999-07-31 | 1 | -0/+5 | |
| | ||||||
* | conv_proto *.[ch] | Sascha Schumann | 1999-05-16 | 1 | -27/+27 | |
| | ||||||
* | A lot of cleanups... Removed old thread-safe code and other redundant code ↵ | Zeev Suraski | 1999-04-24 | 1 | -10/+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/+708 | |
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. |