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
/
Zend
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-21
- Fix bug #55471, fix zts build with dtrace (Laruense)
Pierre Joye
1
-1/+2
2011-08-17
Fix bug #55445 (Incomplete implementation of <?= being independant of short_o...
Etienne Kneuss
4
-4/+12
2011-08-16
- Drop T_SCALAR_CAST
Felipe Pena
1
-1/+0
2011-08-16
- Fixed ZTS build
Felipe Pena
1
-1/+1
2011-08-16
Improve errormessage on wrong use statements
Hannes Magnusson
1
-0/+3
2011-08-16
Callable typehint following the rules of is_callable($arg, false);
Hannes Magnusson
10
-668/+836
2011-08-15
Bug #55424 Fatal error when calling a method from a trait that is defined in ...
Stefan Marr
2
-4/+42
2011-08-15
Fixed Bug #55355: Inheritance chain was not regarded when checking whether th...
Stefan Marr
2
-0/+54
2011-08-15
Fixed Bug #55372 Incorrect handling of literals led to memory corruption.
Stefan Marr
2
-24/+76
2011-08-15
Addendum for patch to bug #55214: Class name was freed before method literal ...
Stefan Marr
1
-2/+2
2011-08-08
Fix typo
Etienne Kneuss
1
-1/+1
2011-08-08
Fix typo
Pierrick Charron
1
-1/+1
2011-08-08
Use snprintf to make the static analyzers happy
Pierrick Charron
1
-1/+1
2011-08-08
- Document the new ZEND_DONT_UNLOAD_MODULES environment variable.
Derick Rethans
1
-1/+10
2011-08-08
Use snprintf and strncat to make the static analyzers happy
Pierrick Charron
1
-3/+3
2011-08-07
- Fixed bug #55378: binary number literal returns float number though its value
Derick Rethans
4
-3/+311
2011-08-07
For 5.4, fix C++-style comments. For trunk, forward-port build fix.
Gwynne Raskind
1
-0/+8
2011-08-07
- Revert r314387
Felipe Pena
1
-1/+1
2011-08-07
function_name cannot be false
Pierrick Charron
1
-1/+1
2011-08-07
Since we have fci_cache = &fci_cache_local inside that block
Rasmus Lerdorf
1
-1/+1
2011-08-07
Use snprintf here instead to make the static analyzers happy.
Rasmus Lerdorf
1
-1/+1
2011-08-07
Use property_info.name here instead since *name might be free'ed at this point
Rasmus Lerdorf
1
-1/+1
2011-08-06
- Added ZEND_MOD_END macro to use in the end of zend_module_dep[]
Felipe Pena
1
-0/+2
2011-08-06
- Added missing PHP_FE_END/ZEND_FE_END
Felipe Pena
1
-2/+2
2011-08-05
Another potential missing va_end() found by Coverity
Rasmus Lerdorf
1
-0/+1
2011-08-05
Fix missing va_end() found by Coverity
Rasmus Lerdorf
1
-0/+1
2011-08-02
Fixed bug #55339 (Segfault with allow_call_time_pass_reference = Off)
Dmitry Stogov
1
-0/+41
2011-08-01
Fixed bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w...
Dmitry Stogov
3
-0/+42
2011-08-01
Added support for Class::{expr}() syntax (Pierrick)
Dmitry Stogov
2
-2/+35
2011-08-01
Fixed bug #50816 (Using class constants in array definition fails).
Dmitry Stogov
3
-83/+173
2011-07-31
- Fixed tests
Felipe Pena
5
-6/+6
2011-07-31
Fixed Bug #55214 use of __CLASS__ within trait returns trait name not class ...
Stefan Marr
5
-193/+296
2011-07-31
Added __TRAIT__ magic constant [TRAITS] [DOC]
Stefan Marr
6
-1659/+1802
2011-07-31
Fixed test which was assuming that E_STRICT is not on by default.
Stefan Marr
1
-0/+1
2011-07-31
- Fixed bug #55326 (Trait method copying misindentifies serialization callbacks)
Felipe Pena
1
-2/+0
2011-07-28
Reverted Gopal's patch that allowed plugable interned string check
Dmitry Stogov
2
-10/+1
2011-07-28
merge to trunk - Allow zend_is_interned_string to be pluggable
Gopal Vijayaraghavan
2
-1/+10
2011-07-27
Check if given string is long enough in zend_*_strtod
David Soria Parra
1
-0/+15
2011-07-27
- add binary suport, FR #50638, as defined in RFC https://wiki.php.net/rfc/bi...
Pierre Joye
5
-2242/+2372
2011-07-25
- Fix compiler warning
Felipe Pena
1
-1/+1
2011-07-25
- Use ZEND_FE_END macro here
Felipe Pena
1
-1/+1
2011-07-25
- Added new macro to be used in the end of zend_function_entry declaration (G...
Felipe Pena
1
-0/+2
2011-07-23
Change E_ALL to include E_STRICT
Stanislav Malyshev
2
-2/+2
2011-07-23
- add short array syntax as defined in https://wiki.php.net/rfc/shortsyntaxfo...
Pierre Joye
1
-0/+2
2011-07-23
Fixed incorrect initialization when copied op_array.vars was NULL (TRAITS)
Stefan Marr
1
-9/+14
2011-07-23
Fixed bug in the handling of conflicting property initializers for traits.
Stefan Marr
2
-6/+31
2011-07-22
- should not have been applied
Pierre Joye
2
-1/+2
2011-07-22
- remove magic quotes support, functions are kept (see the NEWS entry for the...
Pierre Joye
6
-6/+5
2011-07-14
- Added a check for an enviroment variable (ZEND_DONT_UNLOAD_MODULES) that, if
Derick Rethans
1
-1/+1
2011-07-12
remove warning for is_a() BC
Stanislav Malyshev
1
-1/+0
[next]