summaryrefslogtreecommitdiff
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Andrei Zmievski2002-03-011-3/+0
|
* Added todo item for Java extention documentation.Yasuo Ohgaki2002-03-011-1/+2
|
* Merge TODO-4.2.txt into TODO.Yasuo Ohgaki2002-03-011-57/+92
|
* Fixed by Sean Bright's commit.Sebastian Bergmann2002-01-201-2/+0
|
* Removed two issues resolved by the introduction of sapi/cli.Edin Kadribasic2002-01-191-6/+0
|
* Add TODO for DLSYM_NEEDS_UNDRESCOREStanislav Malyshev2001-08-231-0/+3
|
* Daniel fixed this for PHP 4.0.6.Sebastian Bergmann2001-04-161-1/+0
|
* PHP3_TLS_*() macros are no longer used in ext/dav/dav.c, ext/ldap/ldap.c.Sebastian Bergmann2001-02-271-1/+1
|
* ws fixStanislav Malyshev2001-02-271-1/+1
|
* Daniel told me he is working on this one, and he is pretty close to ↵Sebastian Bergmann2001-02-271-1/+1
| | | | finishing the job.
* Add UNC in the "todo" listStanislav Malyshev2001-02-271-0/+1
|
* Add note about removing the requirement that you need to include theSascha Schumann2001-02-141-0/+2
| | | | | | | | | | | 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
* *** empty log message ***Andrei Zmievski2001-02-081-1/+1
|
* Move todo items.Andrei Zmievski2001-02-081-1/+2
|
* 2 things to doDavid Croft2001-02-051-0/+3
|
* Whitespace.Andrei Zmievski2001-02-051-19/+19
|
* # *Brain Fart*Sterling Hughes2001-02-041-1/+1
|
* Add a bunch of stuff..Sterling Hughes2001-02-041-3/+27
|
* Already done.Andrei Zmievski2001-01-241-1/+0
|
* Desired functionality can be achieved with array_sum/array_count.Jason Greene2001-01-191-1/+0
|
* add a reminder about #3149Thies C. Arntzen2000-12-171-0/+4
|
* - Modified preg_replace() to take Perl-style $1 backreferences in additionAndrei Zmievski2000-11-151-1/+0
| | | | | | | to \\n ones. - Modified preg_grep() to always return the results with the keys from the original array.
* Add noteSascha Schumann2000-11-021-0/+3
|
* .Sascha Schumann2000-11-021-6/+1
|
* Added array_sum() function.Andrei Zmievski2000-10-251-1/+1
|
* Changed array_avg() to array_mean()Monte Ohrt2000-10-201-1/+1
|
* added array_sum() and array_avg() to TODO listMonte Ohrt2000-10-201-0/+1
|
* I have a dream...Stanislav Malyshev2000-10-121-0/+1
|
* added generalized SMTP code todoHartmut Holzgraefe2000-10-111-0/+2
|
* (PHP pathinfo) Fixed leaks, saved some memory allocations, addedAndrei Zmievski2000-09-111-13/+0
| | | | | more error checking.
* 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
|