Kalle Sommer Nielsen
dd8e59da8f
Removed safe_mode
...
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
2010-04-26 23:53:30 +00:00
Sebastian Bergmann
9ba1e81665
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
2010-01-03 09:23:27 +00:00
Felipe Pena
16be0343d7
- Fixed possible crash when calling SQLiteDatabase::{ArrayQuery, SingleQuery} methods using Reflection
2009-10-12 19:04:00 +00:00
Johannes Schlüter
84940122a9
MFH Fix bug #48679 - Crash in SQLite with count on an unbuffered query set (Scott)
2009-06-25 09:38:04 +00:00
Ilia Alshanetsky
03a27e3373
Improved parameter parsing
2009-03-22 15:05:20 +00:00
Sebastian Bergmann
08659c2dcd
MFH: Bump copyright year, 3 of 3.
2008-12-31 11:15:49 +00:00
Felipe Pena
8d161f97cd
- MFH: Fixed memory leak
2008-12-01 12:27:35 +00:00
Dmitry Stogov
7d4fd3fd38
Fixed bug #46409 (__invoke method called outside of object context when using array_map)
2008-11-27 19:01:23 +00:00
Scott MacVicar
7ba273e3b5
MFH Error handler isn't properly restored when using fetchObject() with SQLite
2008-11-22 11:48:42 +00:00
Etienne Kneuss
3919b16f04
MFH: Fix #46241 (stacked error_handlers, error_handling in general)
2008-11-19 02:00:53 +00:00
Felipe Pena
fc2fb50d09
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
2008-11-17 11:28:01 +00:00
Felipe Pena
7a37fa2d6b
- Revert ZEND_BEGIN_ARG_INFO change
2008-11-02 21:19:39 +00:00
Felipe Pena
df10005563
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
2008-10-24 14:35:40 +00:00
Alexey Zakhlestin
35780b69a8
Updated functions-signatures (const)
2008-10-16 12:52:38 +00:00
Etienne Kneuss
c77ca4c34a
MFH: Fix error_handling usage in various extensions
2008-08-08 22:07:07 +00:00
Felipe Pena
e304515ddb
- MFH: Added parameter TSRMLS_DC in zend_is_callable()
2008-08-02 04:46:07 +00:00
Dmitry Stogov
691d4a6999
Fixed uninitialised data
2008-07-25 08:23:07 +00:00
Felipe Pena
e51b1412da
- Added arginfo (methods)
...
- Removed #include "zend_arg_defs.c"
2008-07-05 20:12:56 +00:00
Felipe Pena
9c3c7e8803
- Added arginfo (functions)
2008-07-01 18:28:54 +00:00
Felipe Pena
84a8bb038a
MFH: New way for check void parameters
2008-03-10 22:15:36 +00:00
Scott MacVicar
08b5500f4b
Fix memory issues with statement being deleted twice
2008-03-09 21:30:28 +00:00
Scott MacVicar
32c03b5f32
MFB: Fixed bug #42203 (Clear SQLite result sets before closing database.)
2008-03-08 04:18:29 +00:00
Sebastian Bergmann
d1dded8751
MFH: Bump copyright year, 2 of 2.
2007-12-31 07:17:19 +00:00
Yiduo (David) Wang
4b4d634cb9
MFH: Added macros for managing zval refcounts and is_ref statuses
2007-10-07 05:22:07 +00:00
Dmitry Stogov
6c810b0d4c
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
2007-09-27 18:00:48 +00:00
Ilia Alshanetsky
9db4812366
Remove pointless RINIT
2007-05-19 17:58:22 +00:00
Ilia Alshanetsky
502d68e1e7
Fixed bug #41285 (Improved fix for CVE-2007-1887 to work with non-bundled
...
sqlite2 lib).
2007-05-05 15:36:15 +00:00
Stanislav Malyshev
896abc5e34
use safe_realloc
2007-03-06 02:17:13 +00:00
Sebastian Bergmann
4223aa4d5e
MFH: Bump year.
2007-01-01 09:36:18 +00:00
Antony Dovgal
5af7f12eb8
fix ZTS build without SPL enabled
2006-10-20 21:28:31 +00:00
Ilia Alshanetsky
4c65e0e1cd
Added missing validation checks around expand_filepath()
2006-09-16 18:10:32 +00:00
Dmitry Stogov
1dbaae2795
Added automatic module globals management
2006-06-15 18:33:09 +00:00
Ilia Alshanetsky
18870e3afc
E_ERROR -> E_RECOVERABLE_ERROR
2006-06-14 16:04:13 +00:00
Marcus Boerger
77c1b56cd7
- Update after api changes
2006-05-10 00:00:13 +00:00
Ilia Alshanetsky
1c0d8a536a
Fixed bug #29476 (sqlite_fetch_column_types() locks the database forever).
2006-04-18 14:30:16 +00:00
Antony Dovgal
59b8592c8c
fix bug #36898 (__set() leaks in classes extending internal ones)
...
Added:
ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC)
ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC)
to initialize and destroy zend_object structs
2006-03-29 14:28:43 +00:00
foobar
5bd93221a8
bump year and license version
2006-01-01 12:51:34 +00:00
foobar
3e669bc950
MFH: nuke php3 legacy
2005-12-06 02:28:41 +00:00
foobar
a3af52c11e
MFH: list_entry -> zend_rsrc_list_entry
2005-12-05 23:38:04 +00:00
Brian France
7154c617bf
Wrap the php_session.h include in the same ifdef as the rest of the
...
session code.
2005-12-05 20:40:54 +00:00
foobar
366832fbd2
MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :)
2005-11-25 16:01:41 +00:00
Ilia Alshanetsky
d734669230
Fixed bug #35248 (sqlite_query() doesnt set error_msg when return value is
...
being used).
2005-11-17 14:38:36 +00:00
Antony Dovgal
241aa9a59d
MFH: fix #35197 (Destructor is not called) and similar issues in other extensions
2005-11-14 22:03:02 +00:00
Ilia Alshanetsky
cbb928b8eb
MFH: Do not set authorizer unless safe_mode or open_basedir are being used.
2005-10-18 22:51:10 +00:00
Antony Dovgal
fb57a8363e
unused var
2005-10-18 14:50:48 +00:00
Ilia Alshanetsky
b0f1719ee5
MFH: Fixed bug #34884 (Possible crash in ext/sqlite when sqlite.assoc_case
...
is being used).
2005-10-17 14:30:35 +00:00
Ilia Alshanetsky
26bf79a15e
MFH: Allow retrieval of query parse errors from SQLite.
2005-09-08 21:07:40 +00:00
foobar
23e671a51e
- Bumber up year
2005-08-03 14:08:58 +00:00
foobar
19639aa9ab
Use the new dependency system
2005-06-17 16:42:54 +00:00
Dmitry Stogov
f47c78487b
Improved PHP extension loading mechanism with support for module dependencies and conflicts
2005-06-17 09:39:23 +00:00