index
:
php
PHP-5.3
PHP-5.4
dev/master/ldap-vlv
dev/php-5.3/ldap-vlv
dev/php-5.4/ldap-vlv
master
PHP Development
kolab-devel@kolab.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
NEWS
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-21
Removed register_globals
Kalle Sommer Nielsen
1
-0/+2
2010-04-20
Added a number of small performance tweaks and optimizations
Dmitry Stogov
1
-0/+4
2010-04-20
Added concept of interned strings. All strings constants known at compile tim...
Dmitry Stogov
1
-0/+2
2010-04-20
Changed the structure of op_array.opcodes. The constant values are moved from...
Dmitry Stogov
1
-0/+2
2010-04-20
Added an optimization which saves memory and emalloc/efree calls for empty Ha...
Dmitry Stogov
1
-0/+2
2010-04-19
restore $this support for closures to its former glory
Stanislav Malyshev
1
-0/+1
2010-04-15
Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ext/sess...
Kalle Sommer Nielsen
1
-0/+1
2010-04-12
Removed y2k_compliance ini option, making it "always" enabled internally
Kalle Sommer Nielsen
1
-3/+5
2010-04-12
NEWS entry for the define_syslog_variables commit
Kalle Sommer Nielsen
1
-1/+4
2010-03-31
Moved to 5.3
Rasmus Lerdorf
1
-1/+1
2010-03-31
Added the full htmlspecialchars() functionality which includes utf-8
Rasmus Lerdorf
1
-0/+1
2010-03-31
Set session.entropy_file to /dev/urandom or /dev/arandom by
Rasmus Lerdorf
1
-1/+3
2010-03-30
Add ReflectionZendExtension class and --rz option to CLI
Johannes Schlüter
1
-0/+2
2010-03-30
Add ReflectionExtension::isTemporary() and ReflectionExtension::isPersistent().
Johannes Schlüter
1
-0/+3
2010-03-30
Upgraded bundled sqlite to version 3.6.23.1
Ilia Alshanetsky
1
-0/+1
2010-03-29
Upgraded bundled PCRE to version 8.02.
Ilia Alshanetsky
1
-0/+2
2010-03-24
Add Tokyo Cabinet abstract DB support to ext/dba
Michael Maclean
1
-0/+1
2010-03-24
Added Jenkins's one-at-a-time hash support to ext/hash.
Martin Jansen
1
-0/+1
2010-03-23
Minor fix to constants registered in ext/hash, and update NEWS
Michael Maclean
1
-0/+1
2010-03-23
Switch default_charset, if not specified, from ISO-8859-1 to UTF-8
Rasmus Lerdorf
1
-0/+1
2010-03-23
- Set trunk version.
Derick Rethans
1
-0/+2
2010-03-22
Fixed bug #51338 (URL-Rewriter is still enabled if use_only_cookies is on).
Ilia Alshanetsky
1
-0/+2
2010-03-20
- Fixed bug #49429, #51331 (odbc_autocommit doesn't work)
Felipe Pena
1
-0/+1
2010-03-13
Fix CVE-2010-0397: null pointer dereference when processing invalid XML-RPC
Raphael Geissert
1
-0/+3
2010-03-11
Fixed bug #51269 (zlib.output_compression Overwrites Vary Header).
Adam Harvey
1
-0/+1
2010-03-10
- Fixed bug #51257 (CURL_VERSION_LARGEFILE incorrectly used after libcurl ver...
Felipe Pena
1
-0/+2
2010-03-09
Fixed bug #51242 (Empty mysql.default_port does not default to 3306 anymore, ...
Adam Harvey
1
-0/+2
2010-03-08
- Fixed bug #51237 (milter SAPI crash on startup)
Felipe Pena
1
-0/+1
2010-03-08
Fixed bug #51213 (pdo_mssql is trimming value of the money column).
Ilia Alshanetsky
1
-0/+2
2010-03-07
- Fixed bug #46111 (Some timezone identifiers can not be parsed).
Derick Rethans
1
-0/+1
2010-03-07
- Fixed bug #48902 (Timezone database fallback map is outdated).
Derick Rethans
1
-0/+1
2010-03-07
- Fixed bug #49059 (DateTime::diff() repeats previous sub() operation).
Derick Rethans
1
-0/+2
2010-03-07
- Fixed bug #40778 (DateInterval::format("%a") is always zero when an interval
Derick Rethans
1
-0/+2
2010-03-07
- Fix order
Felipe Pena
1
-1/+1
2010-03-07
- Fixed bug #50555 (DateTime::sub() allows 'relative' time modifications).
Derick Rethans
1
-0/+2
2010-03-07
- Fixed bug #50392 (date_create_from_format enforces 6 digits for 'u' format
Derick Rethans
1
-0/+2
2010-03-07
- Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include...
Felipe Pena
1
-0/+2
2010-03-07
- Fixed bug #50810 (property_exists does not work for private)
Felipe Pena
1
-0/+1
2010-03-06
Add NEWS entries for filter overflow fix
Raphael Geissert
1
-0/+2
2010-03-06
- Fixed bug #51096 ('last day' and 'first day' are handled incorrectly when
Derick Rethans
1
-0/+2
2010-03-06
- Fixed bug #50358 (Compile failure compiling ext/phar/util.lo)
Felipe Pena
1
-0/+1
2010-03-05
Fixed bug #51086 (DBA DB4 doesn't work with Berkeley DB 4.8)
Christopher Jones
1
-0/+2
2010-03-05
- BFN #50999
Felipe Pena
1
-0/+1
2010-03-04
Fixed bug #51190 (ftp_put() returns false when transfer was successful).
Ilia Alshanetsky
1
-0/+2
2010-03-03
- Entry in wrong place...
Felipe Pena
1
-4/+4
2010-03-03
- Fixed bug #50731 (Inconsistent namespaces sent to functions registered with...
Felipe Pena
1
-0/+2
2010-03-02
Fixed bug #51171 (curl_setopt() doesn't output any errors or warnings when an...
Ilia Alshanetsky
1
-0/+2
2010-03-02
- Fixed bug #51176 (Static calling in non-static method behaves like $this->)
Felipe Pena
1
-1/+3
2010-02-24
- merge/update/fix
Pierre Joye
1
-8/+5
2010-02-22
- restore the credit, always been this name, will always be
Pierre Joye
1
-1/+2
[next]