#
afccb586 |
| 27-May-2000 |
Andi Gutmans |
- 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()
|
#
69d1e788 |
| 26-May-2000 |
Hartmut Holzgraefe |
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 inst
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'
show more ...
|
#
df4547a3 |
| 23-May-2000 |
Hartmut Holzgraefe |
another bunch of proto fixes
|
#
4571d8dd |
| 23-May-2000 |
Hartmut Holzgraefe |
name changed from levdist() to levenshtein() (although i bet we'll get a levenstein() alias some day)
|
#
0eb51100 |
| 23-May-2000 |
Hartmut Holzgraefe |
added function "int levdist(string str1, string str2)" that will calculate the Levenshtein distance between two strings (faster and possibly more accurate than similar_text())
|
Revision tags: php-4.0.0 |
|
#
e80b2b13 |
| 21-May-2000 |
Jouni Ahto |
Fix #4230. Putenv() was modifying its argument, a no-no.
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6
|
#
fdbea075 |
| 09-May-2000 |
Andrei Zmievski |
@- Added array_rand() function. (Andrei)
|
Revision tags: php-4.0RC2 |
|
#
2df8e734 |
| 07-May-2000 |
Sascha Schumann |
Move <syslog.h> inclusion into php_syslog.h. This will make sure that all source files "get it."
|
#
54fa1a77 |
| 06-May-2000 |
Sascha Schumann |
On some systems, <syslog.h> defines syslog to another symbol, so that syslog.lo does not contain the expected symbols. Including <symbol.h> in basic_functions.c fixes the resulting linking pr
On some systems, <syslog.h> defines syslog to another symbol, so that syslog.lo does not contain the expected symbols. Including <symbol.h> in basic_functions.c fixes the resulting linking problem.
show more ...
|
#
5c5ec882 |
| 26-Apr-2000 |
Andrei Zmievski |
@Added substr_count() from Peter Kovacs. (Andrei) # also some todo stuff
|
#
a15b08a7 |
| 19-Apr-2000 |
Andrei Zmievski |
Just a type cast is sufficient.
|
#
d6c66f3b |
| 18-Apr-2000 |
Evan Klinger |
@- Fixed long2ip() to return the correct IP address. (Evan) # ip2long() is still broken.
|
#
c7100c4a |
| 12-Apr-2000 |
Andrei Zmievski |
Added natural comparison/sorting routines using code from Martin Pool. @- Added natural comparison/sorting routines strnatcmp(), strnatcasecmp(), @ natsort(), and natcasesort(). These a
Added natural comparison/sorting routines using code from Martin Pool. @- Added natural comparison/sorting routines strnatcmp(), strnatcasecmp(), @ natsort(), and natcasesort(). These are useful for comparing and sorting @ strings that contain numbers. Based on the code from Martin Pool @ <mbp@humbug.org.au>. See http://www.linuxcare.com.au/projects/natsort/ @ for more info on natural sorting. (Andrei)
show more ...
|
#
64f91d80 |
| 10-Apr-2000 |
Zeev Suraski |
Object overloading API changed slightly (llist is now a pointer)
|
#
744fe82e |
| 08-Apr-2000 |
Hartmut Holzgraefe |
added the other usefull constants besides M_PI from math.h as PHP constants
|
#
0c2b366c |
| 05-Apr-2000 |
Colin Viebrock |
phpinfo() prettying
|
#
6c8f9bf3 |
| 29-Mar-2000 |
Sascha Schumann |
Do not add dl function, if libdl is not present. PR: #3947 Declare user_shutdown_function_name() as static to kill warning.
|
#
6db22621 |
| 29-Mar-2000 |
Sterling Hughes |
Tis protoriffic.
|
#
74d30dff |
| 28-Mar-2000 |
Sterling Hughes |
*** empty log message ***
|
#
f76e0a40 |
| 28-Mar-2000 |
Sterling Hughes |
*** empty log message ***
|
Revision tags: PHP-4.0-RC1 |
|
#
ddf3740c |
| 16-Mar-2000 |
Andrei Zmievski |
@ Added is_numeric() that returns true if the argument is a number @ or a numeric string. (Andrei)
|
#
ec8add1a |
| 07-Mar-2000 |
Sam Ruby |
Only define crypt if it is present
|
#
99e0b363 |
| 06-Mar-2000 |
Stig Bakken |
@Cleaned up extension namespace (Stig) Cleaned up extension namespace, and changed ext/standard into one single extension.
|
#
d02fe90b |
| 06-Mar-2000 |
Stig Bakken |
Change extension names in all extensions' zend_module_entry to their directory name.
|