Antony Dovgal
|
cecbe87656
|
MFH: add NULL check (coverity issue #385) and fix CS
|
2007-09-21 14:17:06 +00:00 |
|
Jani Taskinen
|
9025c2a891
|
- Can not remove because of the idiotic ZEND_STR*() macros
|
2007-09-07 14:15:17 +00:00 |
|
Jani Taskinen
|
2b69d18e49
|
- Added reminder for 5.3
|
2007-09-07 10:00:45 +00:00 |
|
Jani Taskinen
|
822400d78f
|
- Missed this from previous commit to zend_ini.h
|
2007-09-07 09:59:50 +00:00 |
|
Jani Taskinen
|
82626c1868
|
MFH: - Fixed the rest of bug #41561 ( @ operator not working )
|
2007-09-07 09:37:38 +00:00 |
|
Jani Taskinen
|
510ad20616
|
MFH: folding tags
|
2007-09-07 09:35:06 +00:00 |
|
Jani Taskinen
|
6066b01d1b
|
MFH: Revert revert.
|
2007-08-31 07:52:29 +00:00 |
|
Antony Dovgal
|
8a3b3e9365
|
MFH: revert the patch which breaks multithreaded servers
|
2007-08-23 18:42:42 +00:00 |
|
Ilia Alshanetsky
|
32c5a87a14
|
Fixed zend_alter_ini_entry() memory_limit interruption vulnerability.
|
2007-06-17 14:31:12 +00:00 |
|
Antony Dovgal
|
0ca8dab47d
|
MFH: fix #41561 (Values set with php_admin_* in httpd.conf can be overwritten with ini_set())
|
2007-06-08 14:47:45 +00:00 |
|
Dmitry Stogov
|
e1814f0dbe
|
WIN64 support
|
2007-04-16 08:09:56 +00:00 |
|
Antony Dovgal
|
a806ce9700
|
MFH
|
2007-03-06 21:08:05 +00:00 |
|
Sebastian Bergmann
|
4223aa4d5e
|
MFH: Bump year.
|
2007-01-01 09:36:18 +00:00 |
|
Ilia Alshanetsky
|
b85f1345a6
|
Ensure that OnUpdateLongGEZero is greater or equal to 0.
Added a update wrapper for ensuring >0 values
|
2006-12-25 23:55:59 +00:00 |
|
Dmitry Stogov
|
a84a2eae6a
|
Fixed bug #39344 (Unnecessary calls to OnModify callback routine for an extension INI directive). (wharmby at uk dot ibm dot com, Dmitry)
|
2006-11-08 11:04:27 +00:00 |
|
Dmitry Stogov
|
0c3c55edac
|
Fixed php_admin* bypass by ini_restore()
|
2006-09-06 08:54:44 +00:00 |
|
Dmitry Stogov
|
cdb0ed7587
|
Fixed random crashes in ZTS mode becouse of uninitialized EG(modified_ini_directives).
|
2006-05-19 15:31:25 +00:00 |
|
Dmitry Stogov
|
14cad8fdc3
|
Optimized shutdown sequence to iterate only over modified ini directives
|
2006-05-15 14:52:35 +00:00 |
|
Andi Gutmans
|
61e93ccfe8
|
- Update copyright notices to 2006
|
2006-01-04 23:53:05 +00:00 |
|
Andrei Zmievski
|
0eabbc9f89
|
Fix bug #34307. We were not calling on_modify handler to set the default
value in case setting the one from .ini file failed.
|
2005-09-02 20:51:15 +00:00 |
|
foobar
|
916815b779
|
Bump up the year
|
2005-08-03 13:30:58 +00:00 |
|
Antony Dovgal
|
1c68938c60
|
- allow to use "yes" and "true" with ini_set() and in commandline (through -d flag)
- fix #15854 that was caused by wrong consideration that zend_ini_boolean_displayer_cb()
always recieves converted to "0"/"1" values.
|
2005-06-22 12:02:47 +00:00 |
|
Stanislav Malyshev
|
5ddf66e004
|
fix memory corruption if one on the on_modify handlers errors out
|
2005-04-12 13:06:39 +00:00 |
|
Zeev Suraski
|
1dbc47c43f
|
Clarify logic
|
2005-03-14 12:53:34 +00:00 |
|
Derick Rethans
|
e612284ea4
|
- Fixed bug #30630: Added a BSD based strtod function that is
locale-independent.
|
2004-11-03 23:13:32 +00:00 |
|
Wez Furlong
|
b1667b579b
|
Fix: ini entries for dl()'d modules now work under ZTS
Side-effect: avoid possible crashes when multiple threads load/unload
modules and mess with the global hash table.
|
2004-07-28 22:56:01 +00:00 |
|
Andi Gutmans
|
67502a2e7d
|
- modifyable -> modifiable
|
2004-04-12 12:22: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 |
|
James Cox
|
f68c7ff249
|
updating license information in the headers.
|
2003-06-10 20:04:29 +00:00 |
|
Ilia Alshanetsky
|
d53b487633
|
MFHZE2
|
2003-03-24 14:53:30 +00:00 |
|
foobar
|
3c9155e0cb
|
Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.
# Intentionally left out any 'alias' for it, this way 3rd party extension
# maintainers will really NOTICE the change.
|
2003-03-07 05:15:28 +00:00 |
|
foobar
|
333406bdc2
|
- Added some missing CVS $Id$ tags, headers and footers.
|
2003-02-01 01:49:15 +00:00 |
|
Zeev Suraski
|
424e98f4e2
|
Implemented compatibility mode
To enable - zend2.implicit_clone = on in php.ini or using ini_set()
|
2003-01-12 12:39:06 +00:00 |
|
Sebastian Bergmann
|
2c5d4b8c23
|
Bump year.
|
2002-12-31 15:59:15 +00:00 |
|
Andi Gutmans
|
8831b9cfd0
|
- MFZE1.
|
2002-09-23 17:20:59 +00:00 |
|
Derick Rethans
|
5acf8709c2
|
- Make Colin happy
|
2002-09-19 22:23:56 +00:00 |
|
Andi Gutmans
|
43139dc755
|
- WS - Always use "if (" and not "if("
|
2002-09-15 07:45:26 +00:00 |
|
Zeev Suraski
|
5f3e75a725
|
MFZE1
|
2002-09-03 10:06:13 +00:00 |
|
Derick Rethans
|
45a203b411
|
- Revert
#- Sorry... was too busy with it to notice discussion on php.dev
|
2002-09-03 09:57:27 +00:00 |
|
Derick Rethans
|
74049eb191
|
- MFH for: Apply rest of html errors fix (Patch by Jan Lehnardt <jan@php.net>)
|
2002-09-03 09:56:20 +00:00 |
|
Harald Radi
|
99c90db11a
|
make win32 debug output more verbose
|
2002-08-07 14:47:42 +00:00 |
|
Sebastian Bergmann
|
62dc854bb0
|
Happy New Year.
|
2002-01-06 15:21:36 +00:00 |
|
Sebastian Bergmann
|
d863d52a5d
|
Update headers.
|
2001-12-11 15:16:21 +00:00 |
|
Sebastian Bergmann
|
3bdddb4910
|
MFZE1
|
2001-09-19 10:25:04 +00:00 |
|
Zeev Suraski
|
0b7fdbb690
|
More TSRMLS_FETCH work
|
2001-07-31 06:07:25 +00:00 |
|
Zeev Suraski
|
d76cf1da18
|
More TSRMLS_FETCH work
|
2001-07-31 04:53:54 +00:00 |
|
Zeev Suraski
|
4187439cff
|
More TSRMLS_FETCH work
|
2001-07-30 07:43:02 +00:00 |
|
Zeev Suraski
|
e8ac55d03c
|
More TSRMLS_FETCH work
|
2001-07-30 06:12:15 +00:00 |
|
Zeev Suraski
|
2c254ba762
|
Get rid of ELS_*(), and use TSRMLS_*() instead.
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any uncommon extension, please try to build it...
|
2001-07-27 10:10:39 +00:00 |
|
Andi Gutmans
|
d2c9e8074c
|
- Update copyright year
|
2001-02-26 05:43:27 +00:00 |
|