Revision tags: PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5 |
|
#
62eeb927 |
| 13-Nov-1999 |
Andrei Zmievski |
It's in array.c now.
|
#
438addf3 |
| 13-Nov-1999 |
Andrei Zmievski |
Split array functions into separate module.
|
Revision tags: php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
fdc6d630 |
| 09-Nov-1999 |
Stig Bakken |
@Fix min/max behaviour (Thies) #Andrei: I left the convert_to_long() in there, it doesn't really make #much of a difference.
|
#
0700ad34 |
| 06-Nov-1999 |
Zeev Suraski |
- Win32 fixes - COM module improvements from Boris Wedl
|
#
602cb959 |
| 04-Nov-1999 |
Andrei Zmievski |
(PHP multisort) More work, not yet done though.
|
#
b1c4f897 |
| 03-Nov-1999 |
Evan Klinger |
#I hope this is the correct way to 'fix' this. Fix compile warning
|
#
f31c9d7d |
| 02-Nov-1999 |
Andrei Zmievski |
Remove extraneous comment. # Pay no attention to multisort() at the moment.
|
#
229a26a4 |
| 02-Nov-1999 |
Evan Klinger |
(PHP getprotoby{name,number}) New Functions @- Implemented getprotoby{name,number} (Evan)
|
#
92f6a8b2 |
| 01-Nov-1999 |
Andrei Zmievski |
Added array_pad() function. # Ignore multisort() for now. @- Added array_pad() function. (Andrei)
|
#
f7440c02 |
| 01-Nov-1999 |
Evan Klinger |
(PHP getservby{name,port}) New functions. @- Added new getservby{name,port} functions. (Evan)
|
#
b8ecfa18 |
| 27-Oct-1999 |
Andrei Zmievski |
(PHP str_repeat) New function.
|
#
ea880d2b |
| 27-Oct-1999 |
Thies C. Arntzen |
moved output.c into ext/standart and made it thread-safe. moved output-buffering related functions from basic_functions to output.c Win32 project need to be updated to reflect new position.
moved output.c into ext/standart and made it thread-safe. moved output-buffering related functions from basic_functions to output.c Win32 project need to be updated to reflect new position. # i'm not really happy with this solution, but it seemed the easiest one! # the whole output code is a bit hard to understand... @- Output-Buffering system is now Thread-Safe. (Thies)
show more ...
|
#
1a2f6568 |
| 27-Oct-1999 |
Andrei Zmievski |
Forgot to remove function entry.
|
#
21ce8b7c |
| 26-Oct-1999 |
Andrei Zmievski |
(PHP array_map) Away with it.
|
#
6581d11c |
| 24-Oct-1999 |
Thies C. Arntzen |
folding fix (xemacs 21 loads the file again;-)
|
#
ee6c1ea7 |
| 19-Oct-1999 |
Andrei Zmievski |
(PHP extract): Fixed bug that would mess up global and referenced variables in certain cases.
|
#
ad84f02e |
| 16-Oct-1999 |
Andi Gutmans |
- Get windows version to compile again. No biggy if array_map is not #if 0'd out even if it doesn't work.
|
#
0a829ab1 |
| 15-Oct-1999 |
Andrei Zmievski |
(PHP array_map) Temporarily #if 0 this.
|
#
c671332b |
| 15-Oct-1999 |
Andrei Zmievski |
Massive change of zend_error() to php_error().
|
#
738c3693 |
| 15-Oct-1999 |
Andrei Zmievski |
@- Fixed shuffle() so that it no longer breaks on Solaris. (Andrei)
|
#
ac997bb6 |
| 15-Oct-1999 |
Thies C. Arntzen |
(is_resource, is_bool) new functions @- Added is_resource(), is_bool() functions. (Thies)
|
#
9e773dfd |
| 11-Oct-1999 |
Andrei Zmievski |
Modified sorting functions to use updated zend_hash() prototype.
|
#
9109d8dc |
| 08-Oct-1999 |
Jouni Ahto |
(PHP setlocale) Locale settings are now correctly restored to the values set in environment at request shutdown. @- setlocale doesn't anymore screw up things if you forgot to
(PHP setlocale) Locale settings are now correctly restored to the values set in environment at request shutdown. @- setlocale doesn't anymore screw up things if you forgot to change it back to the original settings. (Jouni) # Trying to conform to the rules set up by Andrei. Let's hope this works.
show more ...
|
#
657edcd5 |
| 06-Oct-1999 |
Thies C. Arntzen |
- replaced most getParamters against getParamtersEx calls - removed ParamterPassedByReference where appropiate
|
#
5a605ae6 |
| 05-Oct-1999 |
Thies C. Arntzen |
fix some warnings
|