Commit Graph

155 Commits

Author SHA1 Message Date
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
Andrei Zmievski
5369a7b7b4 Fix up. 2000-04-28 12:40:42 +00:00
Thies C. Arntzen
563c97cf82 . 2000-04-28 11:04:35 +00:00
Andrei Zmievski
3b77fd37a9 TODO update and fix for C++ comments. 2000-04-27 14:41:18 +00:00
Andrei Zmievski
5c5ec88292 @Added substr_count() from Peter Kovacs. (Andrei)
# also some todo stuff
2000-04-26 00:29:59 +00:00
Sterling Hughes
e5df341868 TODO:
Just did that.
PEAR:
  Fix typo
2000-04-23 19:19:56 +00:00
Sascha Schumann
e519d9ca6c Updates 2000-04-16 13:44:38 +00:00
Andrei Zmievski
2206a9f7dd fseek() idea. 2000-04-13 19:43:56 +00:00
Andrei Zmievski
bba955fd4f Claim some stuff. 2000-04-12 21:50:17 +00:00
Andrei Zmievski
25b95d2a97 Already done. 2000-04-12 20:41:52 +00:00
Andrei Zmievski
c8e1057d1f One off the list. 2000-04-11 17:38:48 +00:00
Andrei Zmievski
a66283c7b9 another option 2000-04-11 15:16:49 +00:00
Sascha Schumann
007c325cc1 . 2000-04-01 15:51:34 +00:00
Andrei Zmievski
cc6ca27dcb Would be good. 2000-03-31 21:57:09 +00:00
Andrei Zmievski
92ca446e47 Added get_class_methods(). 2000-03-23 17:54:02 +00:00
Thies C. Arntzen
033209b061 share some thoughts 2000-03-16 03:14:03 +00:00
Andrei Zmievski
8ad55cbd94 Reminder. 2000-03-10 22:23:01 +00:00
Stig Bakken
9dd0086785 crazy idea brought on by someone at FAST 2000-03-03 17:08:18 +00:00
Sascha Schumann
250118b1b1 . 2000-02-28 16:00:23 +00:00
Andrei Zmievski
78c9eaccd9 WDDX additions. 2000-02-28 14:04:57 +00:00
Thies C. Arntzen
42d553c8ae . 2000-02-27 18:21:18 +00:00
Sascha Schumann
ff84e15146 . 2000-02-27 18:12:57 +00:00
Thies C. Arntzen
68df5c5019 *** empty log message *** 2000-02-27 18:06:12 +00:00
Andrei Zmievski
051a30bc65 Add a couple of entries. 2000-02-26 16:14:34 +00:00
Andrei Zmievski
2b9b11d3af Fix bug #3599. 2000-02-24 14:37:05 +00:00
Zeev Suraski
739bdec582 Worked on beautifying rfc1867.c a bit
@- Introduced $HTTP_POST_FILES[], that contains information about files uploaded
@  through HTTP upload (Zeev)
2000-02-19 20:12:26 +00:00
Andrei Zmievski
6c330bd6bf New function instead of fix. 2000-02-19 16:05:26 +00:00
Andrei Zmievski
8f6a42f11b The list grows. 2000-02-17 23:36:10 +00:00
Andrei Zmievski
fc74c302be I'd really like that. 2000-02-16 14:50:48 +00:00
Thies C. Arntzen
af220872b9 speedup parse_url! 2000-02-16 11:48:58 +00:00
Thies C. Arntzen
d1db3691a1 having HTTP_UPLOAD_FILES[] seems logical to me 2000-02-12 18:03:09 +00:00
Thies C. Arntzen
aa539466f7 *** empty log message *** 2000-02-06 16:02:30 +00:00
Thies C. Arntzen
0ce0db5158 foreach note 2000-02-02 11:37:22 +00:00
Andrei Zmievski
a753430fb9 - Implemented socket_get_status() function. Some more stuff can be added
to it in the future.
- Renamed set_socket_timeout() to socket_set_timeout()
- Renamed set_socket_blocking() to socket_set_blocking() but kept the
  old name for compatibility. It now outputs a warning that
  set_socket_timeout() is deprecated but still goes through.
@ Added socket_get_status() function. Renamed:
@   set_socket_timeout() -> socket_set_timeout()
@   set_socket_blocking() -> socket_set_blocking(). (Andrei)
2000-02-01 20:02:44 +00:00
Andrei Zmievski
01e6ca33ab Socket note. 2000-02-01 17:17:08 +00:00
Andrei Zmievski
91bb21c522 Implemented realpath().
@ Added realpath() function. (Andrei)
2000-02-01 06:06:03 +00:00
Andrei Zmievski
1d1b59da76 Another todo. 2000-01-31 22:10:04 +00:00
Andrei Zmievski
409f06b330 Another point. 2000-01-31 15:37:22 +00:00
Andrei Zmievski
e02d610df8 Use sizeof on the proper string. 2000-01-28 17:29:37 +00:00
Sascha Schumann
7d5ba9d058 Add another point 2000-01-07 11:12:29 +00:00
Andrei Zmievski
4595bf1e20 * Implemented <boolean> and <null> types. We now support WDDX version 1.0
as best as we can.
* Cleaned up the API function names, _ was really not needed.
* Cleaned up the repetitive stack var name stuff with a macro.
* WDDX now no longer converts numbers to strings in arrays when during
  serialization.
@Implemented support for <boolean> and <null> types according
@to WDDX version 1.0 (Andrei)
2000-01-03 18:10:27 +00:00
Thies C. Arntzen
f04aeeb649 even better;-) 2000-01-03 16:02:13 +00:00
Thies C. Arntzen
a667251458 yes sir! 2000-01-03 15:57:18 +00:00
Thies C. Arntzen
c4b6a034f1 nice to have. 2000-01-02 17:56:02 +00:00
Sascha Schumann
e2961b5e11 Add some points 2000-01-01 21:20:35 +00:00
Thies C. Arntzen
3c8990eb36 clean up basic_functions 1999-12-23 15:18:56 +00:00
Thies C. Arntzen
a04805ce88 killed warning + added reminder 1999-12-23 12:52:12 +00:00
Andrei Zmievski
99b83a38de *** empty log message *** 1999-12-21 18:56:09 +00:00
Thies C. Arntzen
ff7a79c6cf some more thoughts 1999-12-21 16:55:07 +00:00
Thies C. Arntzen
51bea21b3b would be nice & clean 1999-12-21 14:51:41 +00:00
Andrei Zmievski
6e1dbe497c Made quotemeta() binary-safe.
@ Made quotemeta() binary-safe. (Andrei)
1999-12-20 20:43:47 +00:00
Andrei Zmievski
8f17fbb900 Added get_loaded_extensions(), extension_loaded(), and
get_extension_funcs() functions.
@ Added get_loaded_extensions(), extension_loaded(), and
get_extension_funcs() functions. (Andrei)
1999-12-16 23:47:10 +00:00
Andrei Zmievski
17b74af457 A little renaming. 1999-12-16 17:48:32 +00:00
Andrei Zmievski
679bfd11aa And still more stuff. 1999-12-15 23:39:52 +00:00
Andrei Zmievski
43e0ef5e72 More stuff for me to do. 1999-12-15 23:38:42 +00:00
Andrei Zmievski
a15916a47a Made strspn() and strcspn() binary-safe.
# Please test if you can, especially cases with embedded chr(0).

@ Made strspn() and strcspn() binary-safe.
1999-12-13 23:40:36 +00:00
Andrei Zmievski
457a13dac5 Finished array_multisort() function. Basically it sorts multiple arrays
similar to ORDER BY SQL clause.
@ Added array_multisort() function. (Andrei)
# Docs are coming soon
1999-12-13 19:42:26 +00:00
Andrei Zmievski
0c779c51c9 (PHP php_implode) Made binary-safe.
@ Made implode() binary-safe (Andrei)
1999-12-11 20:00:40 +00:00
Andrei Zmievski
17ff0f3af3 Made strstr(), stristr(), and ucwords() binary-safe(). Also corrected
stristr() behavior to match that of strstr() if needle is not a string.
@ Made strstr(), stristr(), and ucwords() binary-safe() (Andrei)
1999-12-11 19:50:01 +00:00
Andrei Zmievski
7e4bd9fb60 (PHP strtoupper, strtolower, substr_replace) Made binary-safe.
@Made strtoupper(), strtolower(), substr_replace() binary-safe. (Andrei)
1999-12-09 23:45:30 +00:00
Thies C. Arntzen
06489b6ebe just went thru string.c and wrote down the functions that are obviously NOT binary-safe 1999-12-09 14:44:54 +00:00
Andrei Zmievski
6068b5bdac Apparently already implemented by Thies. 1999-12-07 19:18:04 +00:00
Thies C. Arntzen
b1eb7855cd some more ideas 1999-12-04 17:30:39 +00:00
Andrei Zmievski
96e1d4a4b1 *** empty log message *** 1999-11-23 22:46:41 +00:00
Andrei Zmievski
cbf3bc3267 Re-arranging a bit. 1999-11-23 22:35:23 +00:00
Sascha Schumann
368e1960ea add some points 1999-11-23 20:53:20 +00:00
Thies C. Arntzen
92aaf17ba2 *** empty log message *** 1999-11-23 13:02:55 +00:00
Andrei Zmievski
2fb2c11c09 *** empty log message *** 1999-11-03 20:48:42 +00:00