
CVS log for functions/basic_functions.h
Up to functions/
Request diff between arbitrary revisions
No default branch
1.44 Tue Sep 21 17:31:47 MET 1999
UTC by rasmus
CVS Tags: php_3_0_13, HEAD
Changed since 1.43: +2 -1
lines
Diffs to 1.43
(nice version)
Missing prototype here
1.43 Fri Jun 25 22:53:23 MET 1999
UTC by sas
CVS Tags: php_3_0_12, php_3_0_11
Changed since 1.42: +2 -1
lines
Diffs to 1.42
(nice version)
basic alarm functionality.
1.42 Sun May 16 18:55:08 MET 1999
UTC by jim
CVS Tags: php_3_0_10, php_3_0_9, php_3_0_8
Changed since 1.41: +3 -1
lines
Diffs to 1.41
(nice version)
Add range() and shuffle() functions (with documentation!). (Yes, shuffle() can be done using usort(). I've got a hankering for speed.)
1.41 Thu Feb 11 6:23:40 MET 1999
UTC by andrey
CVS Tags: php_3_0_7, php_3_0_7pre
Changed since 1.40: +4 -2
lines
Diffs to 1.40
(nice version)
Added extract() fucntion and docs for it. Feel free to suggest a different name for it.
1.40 Thu Feb 4 3:34:52 MET 1999
UTC by andrey
Changed since 1.39: +2 -1
lines
Diffs to 1.39
(nice version)
Added function_exists() and docs for it.
1.39 Fri Jan 29 2:39:52 MET 1999
UTC by rasmus
Changed since 1.38: +3 -1
lines
Diffs to 1.38
(nice version)
- Add connection_status() function. This returns the raw bitfield which
indicates whether the script terminated due to a user abort, a timeout
or normally. Note that if ignore_user_abort is enabled, then both the
timeout state and the user abort state can be active
- Add connection_timeout() function. This one can be called in a shutdown
function to tell you if you got there because of a timeout
1.38 Wed Jan 27 21:55:54 MET 1999
UTC by rasmus
Changed since 1.37: +2 -1
lines
Diffs to 1.37
(nice version)
Add ignore_user_abort .ini/.conf directive as well as the corresponding
user-level ignore_user_abort() function to let people define whether or
not they want their scripts to run to completion if the user aborts.
1.37 Wed Jan 27 19:18:13 MET 1999
UTC by rasmus
Changed since 1.36: +2 -1
lines
Diffs to 1.36
(nice version)
Heads up! The following completely cleans up the aborted connection
mess that never worked reliably. Thanks to Thies C. Arntzen for getting
me started on this. There was a bit more to it than his initial work.
As discussed with some Apache guys, we are now checking the return status
of each write and set a global connection_aborted variable if the number of
bytes written do not match the number of bytes sent. A user-level
connection_aborted() function has been added. This returns true if the
connection was aborted, obviously. This is useful in a user-level
registered shutdown function if something needs to be cleaned up
differently if the remote user hit his stop button.
1.36 Fri Jan 1 17:59:07 MET 1999
UTC by zeev
Changed since 1.35: +2 -2
lines
Diffs to 1.35
(nice version)
1999 patch, happy new year everybody!
1.35 Sat Dec 19 12:47:59 MET 1998
UTC by sas
CVS Tags: php_3_0_6
Changed since 1.34: +3 -1
lines
Diffs to 1.34
(nice version)
added get_magic_quotes_gpc and get_magic_quotes_runtime
added proper documentation for get_magic_quotes_gpc and
(set|get)_magic_quotes_runtime
1.34 Tue Sep 22 19:39:33 MET 1998
UTC by zeev
CVS Tags: php_3_0_5, php_3_0_4
Changed since 1.33: +2 -1
lines
Diffs to 1.33
(nice version)
Add uksort()
1.33 Mon Sep 21 16:03:37 MET 1998
UTC by zeev
Changed since 1.32: +0 -1
lines
Diffs to 1.32
(nice version)
Reversed the changes to register_shutdown_function()
Removed register_shutdown_method()
These were causing random crash problems
1.32 Thu Sep 17 9:24:05 MET 1998
UTC by cslawi
Changed since 1.31: +2 -1
lines
Diffs to 1.31
(nice version)
Added register_shutdown_method().
Allow register_shutdown_(method|function) to accept arguments (using
call_user_*() as a model) to pass to the registered function.
Still need to clarify a couple of error messages.
1.31 Sun Sep 6 15:12:36 MET 1998
UTC by zeev
Changed since 1.30: +2 -2
lines
Diffs to 1.30
(nice version)
Give smarter names to the new function macros
1.30 Tue Aug 25 12:26:53 MET 1998
UTC by ssb
Changed since 1.29: +2 -1
lines
Diffs to 1.29
(nice version)
new functions: deg2rad(), rad2deg()
new constant: M_PI
1.29 Tue Aug 18 21:08:58 MET 1998
UTC by rasmus
Changed since 1.28: +2 -1
lines
Diffs to 1.28
(nice version)
Add uasort()
1.28 Sat Aug 8 11:18:13 MET 1998
UTC by zeev
CVS Tags: php_3_0_3
Changed since 1.27: +3 -1
lines
Diffs to 1.27
(nice version)
* Added the ability to register shutdown functions.
* Added macros to simplify the decleration of PHP built in functions. MFC
got me hooked on these nifty macros :)
1.27 Sat Jul 25 22:16:09 MET 1998
UTC by rasmus
Changed since 1.26: +2 -1
lines
Diffs to 1.26
(nice version)
array_walk function
1.26 Sat Jul 25 9:50:47 MET 1998
UTC by zeev
Changed since 1.25: +2 -1
lines
Diffs to 1.25
(nice version)
Added usort()! Some TLS stuff is required here... When's Shane coming back?
1.25 Fri Jul 24 23:17:43 MET 1998
UTC by zeev
Changed since 1.24: +4 -1
lines
Diffs to 1.24
(nice version)
tadam tadam tadam
tadam tadam tadam
tadam tadam tadam!
and now, the moment you've all been waiting for...
Call userland functions from C on demand!
1.24 Fri May 15 10:57:19 MET 1998
UTC by zeev
CVS Tags: php_3_0_2a, php_3_0_2, php_3_0_1, php_3_0, php_3_0RC5
Changed since 1.23: +2 -2
lines
Diffs to 1.23
(nice version)
Changed INITFUNCARGS to INIT_FUNC_ARGS
Changed YYSTYPE to pval (php value)
1.23 Mon May 11 19:57:08 MET 1998
UTC by zeev
Changed since 1.22: +2 -2
lines
Diffs to 1.22
(nice version)
Rename INITFUNCARG to INITFUNCARGS
1.22 Wed Apr 29 13:24:07 MET 1998
UTC by ssb
Changed since 1.21: +2 -2
lines
Diffs to 1.21
(nice version)
minor license clarification
1.21 Mon Apr 27 12:42:27 MET 1998
UTC by ssb
Changed since 1.20: +12 -7
lines
Diffs to 1.20
(nice version)
license change
1.20 Fri Apr 17 13:38:30 MET 1998
UTC by zeev
CVS Tags: php_3_0RC4
Changed since 1.19: +10 -1
lines
Diffs to 1.19
(nice version)
Rewrote putenv(). We should test it under as many platforms as we can, in Apache mode.
Works fine under Linux, will soon test under Solaris.
1.19 Sun Mar 22 14:03:08 MET 1998
UTC by zeev
CVS Tags: php_3_0RC3, php_3_0RC2, pre_loop_patch, php_3_0RC
Changed since 1.18: +1 -1
lines
Diffs to 1.18
(nice version)
3.1 -> 3.0 megapatch
1.18 Thu Mar 5 23:06:57 MET 1998
UTC by zeev
Changed since 1.17: +2 -1
lines
Diffs to 1.17
(nice version)
Added each()
1.17 Fri Feb 20 20:57:08 MET 1998
UTC by shane
CVS Tags: php_3_0b6, php_3_0b5
Changed since 1.16: +2 -2
lines
Diffs to 1.16
(nice version)
many compile fixes on windows.
1.16 Fri Feb 20 15:17:22 MET 1998
UTC by zeev
Changed since 1.15: +3 -2
lines
Diffs to 1.15
(nice version)
Fixed the strtok memory leak
1.15 Sat Feb 7 21:08:10 MET 1998
UTC by andi
Changed since 1.14: +3 -1
lines
Diffs to 1.14
(nice version)
Added rsort() and arsort()
1.14 Fri Jan 30 4:40:46 MET 1998
UTC by jim
CVS Tags: php_3_0b4
Changed since 1.13: +3 -1
lines
Diffs to 1.13
(nice version)
Rasmus makes a very good point. I was in a hurry before. :)
1.13 Sat Jan 17 21:24:00 MET 1998
UTC by andi
CVS Tags: php_3_0b3
Changed since 1.12: +2 -2
lines
Diffs to 1.12
(nice version)
Fixed some whitespace stuff to do with my Email address change
1.12 Sat Jan 17 20:53:00 MET 1998
UTC by andi
Changed since 1.11: +2 -2
lines
Diffs to 1.11
(nice version)
- Changed my Email address in PHP, to the official php address andi@php.net
1.11 Wed Jan 14 18:28:43 MET 1998
UTC by zeev
Changed since 1.10: +3 -1
lines
Diffs to 1.10
(nice version)
* Don't display configuration scanner warnings unless error_reporting & E_NOTICE
* Log memory leaks to the apache log files when in apache module mode
* Add leak() to test the memory leak detection
1.10 Fri Jan 9 18:24:09 MET 1998
UTC by zeev
Changed since 1.9: +8 -1
lines
Diffs to 1.9
(nice version)
Added is_long(), is_double(), is_string(), is_array() and is_object()
1.9 Sun Jan 4 20:09:42 MET 1998
UTC by zeev
Changed since 1.8: +2 -1
lines
Diffs to 1.8
(nice version)
Added magic_quotes_runtime()
1.8 Sat Jan 3 10:55:55 MET 1998
UTC by zeev
Changed since 1.7: +3 -1
lines
Diffs to 1.7
(nice version)
Added get_cfg_var()
Added an automatically setting cfg variable, cfg_file_path, that gets updated
with the path of the successfully opened cfg file.
1.7 Wed Dec 31 15:56:19 MET 1997
UTC by rasmus
Changed since 1.6: +2 -2
lines
Diffs to 1.6
(nice version)
Happy New Year. Mondo 1997,1998 copyright patch
1.6 Sat Dec 20 0:44:01 MET 1997
UTC by zeev
CVS Tags: php_3_0b2a, php_3_0b2
Changed since 1.5: +2 -1
lines
Diffs to 1.5
(nice version)
Added set_time_limit() to change the CPU limit in runtime
1.5 Sun Dec 7 7:09:17 MET 1997
UTC by jaakko
CVS Tags: php_3_0b1
Changed since 1.4: +1 -9
lines
Diffs to 1.4
(nice version)
Go away, warnings, before b1.
1.4 Tue Dec 2 22:01:34 MET 1997
UTC by andi
CVS Tags: php_3_0a4
Changed since 1.3: +3 -1
lines
Diffs to 1.3
(nice version)
Major cool improvement to the internal functions API - more on the php-dev list
1.3 Tue Nov 18 23:00:44 MET 1997
UTC by zeev
CVS Tags: php_3_0a3
Changed since 1.2: +3 -1
lines
Diffs to 1.2
(nice version)
Added _php3_get_current_user()
1.2 Mon Nov 17 20:13:58 MET 1997
UTC by andi
Changed since 1.1: +4 -1
lines
Diffs to 1.1
(nice version)
Generalized the module API even more.
You almost have to do nothing in order to convert to the new API, except
define the functions array and a module structure (see our letter to
the mailing list coming soon)
1.1 Thu Oct 30 14:05:21 MET 1997
UTC by jaakko
CVS Tags: php_3_0a2
The new include files, declarations moved from internal_functions_registry.h.
More of them coming soon.
This form allows you to request diff's between any two
revisions of a file. You may select a symbolic revision
name using the selection box or you may type in a numeric
name using the type-in text box.
You may select to see revision information from only
a single branch.
webmaster@php.net