Rasmus Lerdorf
3baf795c17
Get rid of more useless RINIT/RSHUTDOWN calls
2005-02-07 23:04:00 +00:00
Ilia Alshanetsky
bdfd8c60ea
Another instance where alloca() is not needed.
2004-06-30 13:43:16 +00:00
Ilia Alshanetsky
e81addb5ca
C++ comments.
2004-04-29 12:59:26 +00:00
foobar
ccfc46b0aa
- Happy new year and PHP 5 for rest of the files too..
...
# Should the LICENSE and Zend/LICENSE dates be updated too?
2004-01-08 17:33:29 +00:00
Ilia Alshanetsky
93bcd55eaf
emalloc -> safe_emalloc
2003-08-12 00:58:52 +00:00
James Cox
f68c7ff249
updating license information in the headers.
2003-06-10 20:04:29 +00:00
Stefan Esser
af4aa97d1e
Fixing functionicalls with variable number of parameters...
2003-03-06 20:31:20 +00:00
Mark L. Woodward
8fee867865
Fix for GCC 3
2003-02-12 18:34:21 +00:00
Ilia Alshanetsky
aa8b1d6db3
Restore php_error -> php_error_docref patch.
2003-01-20 16:15:18 +00:00
Mark L. Woodward
7eeea7e55d
Updated for Msession 1.2.
...
Includes new APIs
2003-01-20 03:16:24 +00:00
Ilia Alshanetsky
aebb39b014
Changed php_error to php_error_docref.
...
Thanks to Marcus Börger for writing a script that significantly simplifies
this process.
2003-01-18 21:31:11 +00:00
Sebastian Bergmann
b506f5c8f8
Bump year.
2002-12-31 16:08:15 +00:00
Mark L. Woodward
7711aac1d8
Removed C++ comments
2002-08-22 13:30:03 +00:00
Derick Rethans
787ee41beb
- Fix more TSRM gotchas
2002-06-28 14:51:12 +00:00
Derick Rethans
20213ed1b7
Unify error messages
2002-06-26 08:48:55 +00:00
Mark L. Woodward
63ded04ef5
Added persistent connections, and automattic reconnect on
...
lost connections. Requires Phoenix 1.0
2002-06-04 13:59:46 +00:00
Mark L. Woodward
c000d491d7
Chages for beta3
2002-04-15 22:00:56 +00:00
Mark L. Woodward
5e5bccccaa
Added new features for msession beta 2
2002-04-08 23:07:23 +00:00
Yasuo Ohgaki
0cace44107
Fixed ZTS build
2002-04-07 05:20:16 +00:00
Mark L. Woodward
3828c26a8d
PHP_SESSION_API not always defined.
2002-04-01 01:38:53 +00:00
Mark L. Woodward
f83d005d46
Fixed conditional compilation based on macros changed in
...
ext/session/php_session.h which changed.
2002-03-31 05:38:10 +00:00
Mark L. Woodward
4211c9fed2
Added support for session manager ID creation, works with patch submitted earlier
2002-03-24 17:54:19 +00:00
Sascha Schumann
5cba3a99c2
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
2002-03-12 16:44:00 +00:00
Yasuo Ohgaki
5fa8b2087f
Fix compiler warnings and header file path.
2002-03-01 12:01:53 +00:00
Sebastian Bergmann
90613d2282
Maintain headers.
2002-02-28 08:29:35 +00:00
Mark L. Woodward
3edf26b509
Added one more tweak for 4.0.x compatibility.
...
Used "#warning" to inform users of a hard dependency.
(If #warning is unaccptable, let me know!)
2002-02-11 18:32:00 +00:00
Mark L. Woodward
e8285d6bba
Backward compatibility to 4.0.6 does not have "HAVE_PHP_SESSION" define
...
Renamed PHP_4_x_API to PHP_4_x
2002-02-08 03:05:21 +00:00
Mark L. Woodward
a8013517f5
Sorry guys, PHP 4.0.6's ZEND_MODULE_API_NO is whacked, it has an extra
...
zero, thus ZEND_MODULE_API_NO >= xxxx, will not work for about 18000 years.
Added better checking, and cleaned up some of the #ifdef you seem to love
so much.
2002-02-05 20:02:34 +00:00
Hartmut Holzgraefe
8b9b916ce9
removed the new-style parameter parser code for bc *and* readability
...
reasons, changed the remaining #ifdefs to check the api version
directly instead of using the not really related OLD_ZEND_PARAM macro
2002-02-05 17:00:28 +00:00
Mark L. Woodward
5f52b45708
More 4.0.6 compatibility.
2002-02-04 18:33:46 +00:00
Mark L. Woodward
aa96e0e756
Restored backward compatibility to PHP 4.0.6
2002-02-04 18:01:40 +00:00
Yasuo Ohgaki
488f6a706d
Fix ZTS build
2002-02-04 11:43:07 +00:00
Mark L. Woodward
05fd3d04f3
Moved "ifdef HAVE_PHP_SESSION" oops!
2001-12-26 00:50:09 +00:00
Mark L. Woodward
04999445d7
Major cleanup
2001-12-23 19:58:22 +00:00
Mark L. Woodward
5514a3e582
A php script which shows how to use msession with PHP sessions
2001-12-23 19:58:00 +00:00
Mark L. Woodward
84d3bfc0ea
Added php.ini entry info.
2001-12-23 19:57:33 +00:00
Mark L. Woodward
c20deee43d
Renamed msession_getdata and msession_setdata to
...
msession_get_data and msession_set_data respectively.
2001-12-23 02:22:09 +00:00
Hartmut Holzgraefe
ebe7376243
re-added prototype folding hooks
2001-12-22 18:54:40 +00:00
Hartmut Holzgraefe
0d69607ebd
*now* it is backwards compatible ...
2001-12-22 18:47:59 +00:00
Mark L. Woodward
dc474647e9
Toned down a comment that was written in the heat of the moment.
2001-12-22 13:33:19 +00:00
Mark L. Woodward
f6c98834ea
Added msession_call
2001-12-22 02:10:43 +00:00
Mark L. Woodward
1c057aaf67
reverted chages
...
Restored zend_get_parameters_ex
Put back ansi brackets
Added author note.
Added msession_call
2001-12-22 02:10:19 +00:00
Sebastian Bergmann
38933514e1
Update headers.
2001-12-11 15:32:16 +00:00
Hartmut Holzgraefe
126e776bb1
- proto descriptions
...
- changed to new parameter parser api
- changed to K&R style
- various cleanups
2001-12-07 09:49:26 +00:00
Hartmut Holzgraefe
8b95f1005f
added protos (but without description yet)
2001-12-06 22:27:49 +00:00
Hartmut Holzgraefe
6ebc57505c
some cleanup of ext_skel stuff
2001-12-06 21:55:34 +00:00
Hartmut Holzgraefe
bd1ac39821
whitespace/indent
2001-12-06 21:51:52 +00:00
foobar
f1397d5339
Unified the configure messages.
2001-11-30 19:00:13 +00:00
foobar
4a99c5ee5c
Fixed bug: #13844
2001-10-27 06:26:02 +00:00
foobar
67b53c04eb
This file is generated.
2001-10-13 14:55:51 +00:00