Sebastian Bergmann
|
d1dded8751
|
MFH: Bump copyright year, 2 of 2.
|
2007-12-31 07:17:19 +00:00 |
|
Nuno Lopes
|
a431a09f47
|
MFH
|
2007-01-06 20:44:51 +00:00 |
|
Sebastian Bergmann
|
4223aa4d5e
|
MFH: Bump year.
|
2007-01-01 09:36:18 +00:00 |
|
Ilia Alshanetsky
|
b154f188d1
|
Simplify code and eliminate strcat() usage
|
2006-12-28 15:09:29 +00:00 |
|
Nuno Lopes
|
a16935fd42
|
const/static keywording
|
2006-08-12 19:33:54 +00:00 |
|
Ilia Alshanetsky
|
9c125eeb27
|
Fixed compiler warnings.
|
2006-07-13 15:05:30 +00:00 |
|
foobar
|
5bd93221a8
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
|
foobar
|
23e671a51e
|
- Bumber up year
|
2005-08-03 14:08:58 +00:00 |
|
Andi Gutmans
|
dbeb4158d2
|
- A belated happy holidays and PHP 5
|
2004-01-08 08:18:22 +00:00 |
|
James Cox
|
f68c7ff249
|
updating license information in the headers.
|
2003-06-10 20:04:29 +00:00 |
|
foobar
|
8e3f23e3c0
|
ws fixes + missing $Id$ tags, headers added
|
2003-02-19 08:40:19 +00:00 |
|
Sebastian Bergmann
|
2c5d4b8c23
|
Bump year.
|
2002-12-31 15:59:15 +00:00 |
|
Hartmut Holzgraefe
|
8bd550825f
|
email address change
|
2002-11-25 12:30:28 +00:00 |
|
Sebastian Bergmann
|
90613d2282
|
Maintain headers.
|
2002-02-28 08:29:35 +00:00 |
|
Sebastian Bergmann
|
38933514e1
|
Update headers.
|
2001-12-11 15:32:16 +00:00 |
|
Derick Rethans
|
78747bd2df
|
- Don't wrap lines... this is annoying while coding.
|
2001-09-09 13:29:31 +00:00 |
|
Zeev Suraski
|
1159c84ab7
|
- TSRMLS_FETCH work
- whitespace fixes
|
2001-08-05 01:43:02 +00:00 |
|
Zeev Suraski
|
bc42c37513
|
More TSRMLS_FETCH work. Got it under 400 now.
|
2001-07-31 06:28:05 +00:00 |
|
Rasmus Lerdorf
|
81e2cf03ac
|
Fix folding and clean up some extensions
|
2001-06-06 13:06:12 +00:00 |
|
Rasmus Lerdorf
|
25c3a3a39d
|
vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
|
2001-06-05 13:12:10 +00:00 |
|
Andi Gutmans
|
98c2329b0b
|
- Fix name of function.
|
2001-05-21 17:48:49 +00:00 |
|
Andi Gutmans
|
eb6ba01d1c
|
- Fix copyright notices with 2001
|
2001-02-26 06:11:02 +00:00 |
|
Sascha Schumann
|
05dc226919
|
Fix a memory leak
|
2000-12-08 12:32:16 +00:00 |
|
Sascha Schumann
|
79fd4ad841
|
zend_hash_find() treats this argument as const, but fails to declare
the function properly.
|
2000-11-06 23:36:15 +00:00 |
|
Sascha Schumann
|
43ff395b65
|
Const'ify part of sapi_request_info.
query_string, post_data, path_translated, request_uri, auth_user,
auth_password and argv0 are modified, so they cannot become const.
|
2000-11-02 15:47:02 +00:00 |
|
Zeev Suraski
|
e8e3be00d5
|
Fix a few warnings
|
2000-11-02 14:18:34 +00:00 |
|