Commit Graph

122 Commits

Author SHA1 Message Date
Stanislav Malyshev
d3ceaeb4e8 Add TODO for DLSYM_NEEDS_UNDRESCORE 2001-08-23 09:18:21 +00:00
Sebastian Bergmann
c7dcf9e0dc Daniel fixed this for PHP 4.0.6. 2001-04-16 13:55:18 +00:00
Sebastian Bergmann
043dcb64af PHP3_TLS_*() macros are no longer used in ext/dav/dav.c, ext/ldap/ldap.c. 2001-02-27 09:16:48 +00:00
Stanislav Malyshev
ade8417ad9 ws fix 2001-02-27 09:15:02 +00:00
Sebastian Bergmann
18f3c3900a Daniel told me he is working on this one, and he is pretty close to finishing the job. 2001-02-27 09:11:56 +00:00
Stanislav Malyshev
7335076b8a Add UNC in the "todo" list 2001-02-27 09:07:01 +00:00
Sascha Schumann
f5874e9758 Add note about removing the requirement that you need to include the
respective class definition before using a session variable of the type
object.

This has been the best suggestion so far and is very likely to be adopted
in the near future.

Submitted by: Hartmut Holzgraefe
2001-02-14 10:12:29 +00:00
Andrei Zmievski
6b0d9e19e1 *** empty log message *** 2001-02-08 19:11:47 +00:00
Andrei Zmievski
51c535f510 Move todo items. 2001-02-08 04:55:49 +00:00
David Croft
f182245c53 2 things to do 2001-02-05 14:29:21 +00:00
Andrei Zmievski
fce819effa Whitespace. 2001-02-05 14:27:10 +00:00
Sterling Hughes
1754a750d0 # *Brain Fart* 2001-02-04 09:20:31 +00:00
Sterling Hughes
ae3549d479 Add a bunch of stuff.. 2001-02-04 09:19:01 +00:00
Andrei Zmievski
585e76e121 Already done. 2001-01-24 19:16:43 +00:00
Jason Greene
c14a3c5072 Desired functionality can be achieved with array_sum/array_count. 2001-01-19 22:55:41 +00:00
Thies C. Arntzen
2c650cd178 add a reminder about #3149 2000-12-17 09:27:42 +00:00
Andrei Zmievski
3625a729a7 - Modified preg_replace() to take Perl-style $1 backreferences in addition
to \\n ones.
- Modified preg_grep() to always return the results with the keys
  from the original array.
2000-11-15 05:09:55 +00:00
Sascha Schumann
d26cb379c8 Add note 2000-11-02 17:18:21 +00:00
Sascha Schumann
32dcafc669 . 2000-11-02 17:07:19 +00:00
Andrei Zmievski
a35bf41670 Added array_sum() function. 2000-10-25 17:40:11 +00:00
Monte Ohrt
a0cfab65ea Changed array_avg() to array_mean() 2000-10-20 15:53:16 +00:00
Monte Ohrt
07d781be66 added array_sum() and array_avg() to TODO list 2000-10-20 15:40:26 +00:00
Stanislav Malyshev
d82c344869 I have a dream... 2000-10-12 09:20:29 +00:00
Hartmut Holzgraefe
5a48521049 added generalized SMTP code todo 2000-10-11 22:54:56 +00:00
Andrei Zmievski
5ed3e24f47 (PHP pathinfo) Fixed leaks, saved some memory allocations, added
more error checking.
2000-09-11 13:52:22 +00:00
Andrei Zmievski
681f6d53bb Andi's suggestion. 2000-08-24 17:09:26 +00:00
Sascha Schumann
03049aa8ac Add note about need to fix INI system 2000-08-22 07:23:24 +00:00
Andrei Zmievski
4aef5ef830 WDDX now implements __sleep()/__wakeup() functionality. 2000-07-06 21:00:18 +00:00
Andrei Zmievski
08011e1701 preg_replace() can be non-greedy now. 2000-07-06 19:32:22 +00:00
Sascha Schumann
69724dbc7c . 2000-06-30 00:40:07 +00:00
Andrei Zmievski
fa5e623e95 Would be a useful thing to have. 2000-06-28 21:24:23 +00:00
Thies C. Arntzen
424b2e83b8 reminder 2000-06-14 17:01:01 +00:00
Andrei Zmievski
307a234879 array_uniq() has been implemented by someone else. 2000-06-13 17:47:05 +00:00
Andrei Zmievski
b928bdceb8 @- Added str_pad() for padding a string with an arbitrary string on left or
@  right. (Andrei)

Added str_pad() for padding a string with an arbitrary string on left or right.

# With all those macros, the code is starting to eerily resemble Perl's guts.
2000-06-06 20:42:33 +00:00
Andrei Zmievski
3b649d637d I guess Zeev's done it already. 2000-06-06 19:46:54 +00:00
Zeev Suraski
5673378ea6 - Allow all functions that receive user-defined function callbacks to accept
an array that contains an object and a method name, in place of a function
  name, e.g. usort($array, array($obj, "ObjSort"))
(I checked the code in array.c and basic_functions.c, other code which uses
call_user_function() may still force the function_name argument to be of type
IS_STRING, which prevents this feature from working - and is no longer necessary)
2000-06-03 04:16:46 +00:00
Zeev Suraski
d1f1d40527 - Make the INI entries sorted in phpinfo() 2000-06-03 03:05:29 +00:00
Andrei Zmievski
4c818aec33 @- Added third argument to in_array(). If it's true, then in_array()
@  will use strict comparison instead of the default one. (Andrei)

Fixes bug #4753
2000-06-01 13:52:08 +00:00
Thies C. Arntzen
ecd354ada1 just do phpinfo() and "collect" all error_reporting related ini-entries -
you'll get my point;-)
2000-05-31 09:25:51 +00:00
Andrei Zmievski
0aed5fd91c retab 2000-05-30 15:45:09 +00:00
Andrei Zmievski
7fcaa66bcd Finally figured out what pathinfo() was all about. 2000-05-30 15:44:26 +00:00
Thies C. Arntzen
56dcb7ed07 detab 2000-05-29 15:55:15 +00:00
Thies C. Arntzen
844938ec4e add some notes 2000-05-29 15:54:38 +00:00
Andrei Zmievski
fdbea075fa @- Added array_rand() function. (Andrei) 2000-05-09 19:27:00 +00:00
Andrei Zmievski
494ed67194 Done. 2000-05-04 20:04:38 +00:00
Thies C. Arntzen
dedc130786 . 2000-05-04 01:01:38 +00:00
Thies C. Arntzen
da7a5fc29d have to work now - maybe iÄll do it tonight 2000-05-04 00:53:39 +00:00
Andrei Zmievski
5da6bf51a4 It's nice to keep them alphabetized. 2000-05-01 17:58:39 +00:00
Andrei Zmievski
0825ae458d Nother entry. 2000-05-01 16:39:05 +00:00
Thies C. Arntzen
0118f62195 . 2000-04-29 09:21:57 +00:00