Ilia Alshanetsky
b6817f82b1
Nuke unused vars
2007-09-30 16:53:10 +00:00
Dmitry Stogov
fedf2eddfd
Updated API version numbers
2007-09-29 11:25:16 +00:00
Dmitry Stogov
ae14f6ba78
Added "compact" handler for Zend MM storage.
2007-09-29 10:37:29 +00:00
Dmitry Stogov
72d0454bf6
Added support for __callstatic() magic method (missing part). (Sara)
2007-09-29 09:34:24 +00:00
Dmitry Stogov
b20ed0d2e0
Added support for __callstatic() magic method. (Sara)
2007-09-29 08:52:40 +00:00
Dmitry Stogov
c560a96848
Removed commented code
2007-09-29 08:29:56 +00:00
Dmitry Stogov
166266df68
Added support for Late Static Binding. (Dmitry, Etienne Kneuss)
2007-09-29 07:28:34 +00:00
Dmitry Stogov
f32ffe9b43
Namespaces
2007-09-28 19:52:53 +00:00
Jani Taskinen
09b6f37f20
MFH:
...
- Added ".htaccess" style user-defined php.ini files support for
CGI/FastCGI.
- Added support for special [PATH=/opt/httpd/www.example.com/] sections
in php.ini. All directives set in these sections will not be able to be
overridden in user-defined ini-files or during runtime in the specified
path.
- Improved php.ini handling:
. Added better error reporting for syntax errors in php.ini files
. Allowed "ini-variables" to be used almost everywhere ini php.ini files
. Allowed using alphanumeric/variable indexes in "array" ini options
. Fixed get_cfg_var() to be able to return "array" ini options
- Fixed bug #27372 (parse error loading browscap.ini at apache startup)
- Fixed bug #42069 (parse_ini_file() allows using some non-alpha numeric
characters)
2007-09-28 02:05:10 +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
f6d9901873
Fixed coverity issue #470 Unitialized integer value used inside
...
zend_ini_boolean_displayer_cb
2007-09-27 17:26:47 +00:00
Jani Taskinen
fc0e59073e
MFH:- Fixed bug #42657 (ini_get() returns incorrect value when default is NULL)
2007-09-27 17:05:23 +00:00
Jani Taskinen
6700a20e64
MFH: BC (missed from the patch :)
2007-09-27 16:59:25 +00:00
Jani Taskinen
338a12a018
MFH: Nuked unnecessary TSRMLS_FETCH() call
2007-09-27 16:55:25 +00:00
Jani Taskinen
72e7721393
MFH: missing folding tag + use Z_STR* macros
2007-09-27 16:44:27 +00:00
Jani Taskinen
7668572e26
last ws
2007-09-27 15:59:42 +00:00
Jani Taskinen
c3c0fd2819
ws
2007-09-27 15:56:49 +00:00
Jani Taskinen
c1a4cc358c
MFH: ws + cs (more to follow)
2007-09-27 15:53:28 +00:00
Sebastian Bergmann
a748ada212
Bump version.
2007-09-27 05:24:50 +00:00
Johannes Schlüter
9483a2ff23
- Readd support for ynamic access of static members (Etienne)
2007-09-27 00:32:40 +00:00
Ilia Alshanetsky
b26d5f6077
Fixed bug #42767 (highlight_string() truncates trailing comment)
2007-09-26 15:43:58 +00:00
Antony Dovgal
cecbe87656
MFH: add NULL check (coverity issue #385 ) and fix CS
2007-09-21 14:17:06 +00:00
Jani Taskinen
ba144fd417
- Fix test and tuned error message
2007-09-20 14:11:32 +00:00
Antony Dovgal
77951494b7
MFH
2007-09-19 11:25:57 +00:00
Jani Taskinen
c29136bd08
- Fixed bug #42629 (Dynamically loaded PHP extensions need symbols exported on MacOSX)
2007-09-18 09:24:04 +00:00
Ilia Alshanetsky
8ff31493b7
Fixed bug #42590 (Make the engine recornize \v and \f escape sequences)
2007-09-09 16:33:34 +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
2a528a158a
- No need to break binary compatibility here
2007-09-07 09:55:37 +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
Antony Dovgal
2198abb1c4
MFH: detect endianness in compile time when using Apple's GCC (fixes universal binary build)
2007-09-04 18:46:21 +00:00
Antony Dovgal
90d58d4668
MFH: prohibit arguments by ref in magic methods
2007-08-31 12:36:14 +00:00
Jani Taskinen
6066b01d1b
MFH: Revert revert.
2007-08-31 07:52:29 +00:00
Sebastian Bergmann
d0d1e42c75
Add optional parameter to debug_backtrace().
2007-08-30 07:43:21 +00:00
Antony Dovgal
8a3b3e9365
MFH: revert the patch which breaks multithreaded servers
2007-08-23 18:42:42 +00:00
Dmitry Stogov
1aab36e3f2
Fixed bug #42009 (is_a() and is_subclass_of() should NOT call autoload, in the same way as "instanceof" operator).
2007-08-22 13:19:48 +00:00
Stanislav Malyshev
c8f090c13e
Revert variable class patch for 5.2
2007-08-13 21:16:57 +00:00
Dmitry Stogov
ef71664817
Fixed bug #42211 (property_exists() fails to find protected properties from a parent class)
2007-08-08 13:32:46 +00:00
Dmitry Stogov
6aa06fc7fb
Fixed test
2007-08-08 06:42:10 +00:00
Antony Dovgal
fd088beb06
fix test names
2007-08-03 13:50:20 +00:00
Stanislav Malyshev
0ad85237ea
add stage for .htaccess
2007-08-02 23:57:52 +00:00
Stanislav Malyshev
a019d99e3f
it's 4 either way, but it's customary to use 1<<
2007-08-02 23:54:19 +00:00
Antony Dovgal
00b3df2ad3
fix test
2007-08-02 22:28:06 +00:00
Johannes Schlüter
b3c6a9dffc
- Add possibility to call static class members using variables (Etienne Kneuss)
2007-08-02 21:55:23 +00:00
Antony Dovgal
48d5519378
MFH: int -> zend_bool
2007-08-02 20:32:44 +00:00
Johannes Schlüter
c0667eeaff
- MFH: Respect value of the parameter for get_loaded_extensions() and only
...
print zend extensions if set to true
2007-08-02 16:54:44 +00:00
Dmitry Stogov
a382ede3e8
Fixed bug #42119 (array_push($arr,&$obj) doesn't work with zend.ze1_compatibility_mode On)
2007-08-01 10:56:45 +00:00
Johannes Schlüter
ebaba40774
- MFH: Add additional param to get_loaded_extensions() for returning Zend
...
extensions (Fixes #41278 ) [DOC]
2007-07-31 22:47:25 +00:00