#
7dd8b901 |
| 17-May-2000 |
Egon Schmid |
Second parameter is optional.
|
#
e2e63634 |
| 17-May-2000 |
Andrei Zmievski |
Let's cast it.
|
#
08ff225a |
| 17-May-2000 |
Andrei Zmievski |
@- Improved round() to allow specification of rounding precision. @ (Andrei, Todd Kirby <kirbyt@yahoo.com>)
|
Revision tags: php-4.0RC2 |
|
#
f2ff9eee |
| 15-Apr-2000 |
Andi Gutmans |
@ Fix bug in number_format (Jon Forsberg)
|
#
744fe82e |
| 08-Apr-2000 |
Hartmut Holzgraefe |
added the other usefull constants besides M_PI from math.h as PHP constants
|
Revision tags: PHP-4.0-RC1 |
|
#
bb09ee95 |
| 12-Mar-2000 |
Sascha Schumann |
Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken.
|
#
caeaaf4d |
| 12-Mar-2000 |
Sascha Schumann |
Fix build on systems which lack snprintf or vsnprintf. PR: #3786
|
#
70893ff7 |
| 01-Mar-2000 |
Egon Schmid |
Only two lines are allowed here.
|
#
33cb181a |
| 01-Mar-2000 |
Hartmut Holzgraefe |
round(-0.1) will now return 0 instead of -0
|
#
fe615efb |
| 24-Feb-2000 |
Egon Schmid |
More protos.
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
86fa2aad |
| 19-Feb-2000 |
Zeev Suraski |
the pipe is breaking all the time
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH |
|
#
43ae2bff |
| 01-Jan-2000 |
Sascha Schumann |
Happy Y2K patch! Happy new year (or the new millennium, depending on whether you start counting at 0 or 1).
|
Revision tags: PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND |
|
#
a1ad2872 |
| 18-Dec-1999 |
Zeev Suraski |
- The tree compiles again
|
Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH |
|
#
be6dde26 |
| 22-Nov-1999 |
Evan Klinger |
Optimize a tiny bit
|
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
6025dd0b |
| 17-Oct-1999 |
Egon Schmid |
One typo corrected.
|
#
4a8cac08 |
| 15-Oct-1999 |
Andi Gutmans |
- Converted math.c to use new convert_to_number_ex() macro.
|
#
8bafcd3a |
| 13-Oct-1999 |
Thies C. Arntzen |
@- Upgraded math-funtions to use new Zend function API (Thies)
|
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
cff218cf |
| 07-Sep-1999 |
Andrey Hristov |
Kill compiler warning.
|
Revision tags: php-4.0b2 |
|
#
3cb1eb04 |
| 02-Aug-1999 |
Zeev Suraski |
Removed '3' from key functions in PHP (maintained compatibility through php3_compat.h)
|
#
eb3d12c6 |
| 31-Jul-1999 |
Zeev Suraski |
Fix bug #1914
|
Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1, BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1, BEFORE_PHP4_APACHE_MODULE_CHANGE |
|
#
39691bed |
| 16-May-1999 |
Sascha Schumann |
conv_proto *.[ch]
|
#
0818d96c |
| 24-Apr-1999 |
Zeev Suraski |
A lot of cleanups... Removed old thread-safe code and other redundant code and files
|
#
6f7c0ede |
| 23-Apr-1999 |
Zeev Suraski |
Remove tls.[ch]
|
#
257de2ba |
| 17-Apr-1999 |
Stig Bakken |
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" extensio
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.
show more ...
|