summaryrefslogtreecommitdiff
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* Andi's suggestion.Andrei Zmievski2000-08-241-0/+1
|
* Add note about need to fix INI systemSascha Schumann2000-08-221-0/+1
|
* WDDX now implements __sleep()/__wakeup() functionality.Andrei Zmievski2000-07-061-1/+0
|
* preg_replace() can be non-greedy now.Andrei Zmievski2000-07-061-1/+0
|
* .Sascha Schumann2000-06-301-0/+2
|
* Would be a useful thing to have.Andrei Zmievski2000-06-281-0/+2
|
* reminderThies C. Arntzen2000-06-141-0/+1
|
* array_uniq() has been implemented by someone else.Andrei Zmievski2000-06-131-1/+1
|
* @- Added str_pad() for padding a string with an arbitrary string on left orAndrei Zmievski2000-06-061-1/+0
| | | | | | | | | @ 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.
* I guess Zeev's done it already.Andrei Zmievski2000-06-061-1/+0
|
* - Allow all functions that receive user-defined function callbacks to acceptZeev Suraski2000-06-031-1/+0
| | | | | | | | | 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)
* - Make the INI entries sorted in phpinfo()Zeev Suraski2000-06-031-1/+0
|
* @- Added third argument to in_array(). If it's true, then in_array()Andrei Zmievski2000-06-011-1/+1
| | | | | | | @ will use strict comparison instead of the default one. (Andrei) Fixes bug #4753
* just do phpinfo() and "collect" all error_reporting related ini-entries -Thies C. Arntzen2000-05-311-0/+1
| | | | | you'll get my point;-)
* retabAndrei Zmievski2000-05-301-7/+7
|
* Finally figured out what pathinfo() was all about.Andrei Zmievski2000-05-301-1/+13
|
* detabThies C. Arntzen2000-05-291-1/+1
|
* add some notesThies C. Arntzen2000-05-291-0/+9
|
* @- Added array_rand() function. (Andrei)Andrei Zmievski2000-05-091-1/+1
|
* Done.Andrei Zmievski2000-05-041-1/+0
|
* .Thies C. Arntzen2000-05-041-0/+1
|
* have to work now - maybe iÄll do it tonightThies C. Arntzen2000-05-041-0/+1
|
* It's nice to keep them alphabetized.Andrei Zmievski2000-05-011-21/+22
|
* Nother entry.Andrei Zmievski2000-05-011-0/+1
|
* .Thies C. Arntzen2000-04-291-0/+1
|
* Fix up.Andrei Zmievski2000-04-281-18/+18
|
* .Thies C. Arntzen2000-04-281-1/+3
|
* TODO update and fix for C++ comments.Andrei Zmievski2000-04-271-1/+1
|
* @Added substr_count() from Peter Kovacs. (Andrei)Andrei Zmievski2000-04-261-0/+2
| | | | | # also some todo stuff
* TODO:Sterling Hughes2000-04-231-1/+0
| | | | | | | Just did that. PEAR: Fix typo
* UpdatesSascha Schumann2000-04-161-5/+4
|
* fseek() idea.Andrei Zmievski2000-04-131-0/+1
|
* Claim some stuff.Andrei Zmievski2000-04-121-2/+3
|
* Already done.Andrei Zmievski2000-04-121-4/+0
|
* One off the list.Andrei Zmievski2000-04-111-2/+1
|
* another optionAndrei Zmievski2000-04-111-0/+1
|
* .Sascha Schumann2000-04-011-3/+3
|
* Would be good.Andrei Zmievski2000-03-311-0/+1
|
* Added get_class_methods().Andrei Zmievski2000-03-231-1/+0
|
* share some thoughtsThies C. Arntzen2000-03-161-0/+7
|
* Reminder.Andrei Zmievski2000-03-101-0/+1
|
* crazy idea brought on by someone at FASTStig Bakken2000-03-031-0/+4
|
* .Sascha Schumann2000-02-281-0/+1
|
* WDDX additions.Andrei Zmievski2000-02-281-1/+8
|
* .Thies C. Arntzen2000-02-271-0/+4
|
* .Sascha Schumann2000-02-271-0/+4
|
* *** empty log message ***Thies C. Arntzen2000-02-271-0/+2
|
* Add a couple of entries.Andrei Zmievski2000-02-261-2/+3
|
* Fix bug #3599.Andrei Zmievski2000-02-241-2/+0
|
* Worked on beautifying rfc1867.c a bitZeev Suraski2000-02-191-1/+0
| | | | | | @- Introduced $HTTP_POST_FILES[], that contains information about files uploaded @ through HTTP upload (Zeev)