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
2010-04-21
Removed register_globals
Kalle Sommer Nielsen
1
-12/+5
2010-04-20
add test for self:: and static::
Stanislav Malyshev
1
-0/+47
2010-04-20
WS
Johannes Schlüter
1
-2/+2
2010-04-20
fix ZTS build
Antony Dovgal
1
-1/+1
2010-04-20
Fixed bug #48781 (Cyclical garbage collector memory leak)
Dmitry Stogov
1
-0/+2
2010-04-20
Updated version numbers
Dmitry Stogov
3
-3/+3
2010-04-20
Added a number of small performance tweaks and optimizations
Dmitry Stogov
18
-6973/+9920
2010-04-20
regenerated files
Dmitry Stogov
2
-335/+341
2010-04-20
Added concept of interned strings. All strings constants known at compile tim...
Dmitry Stogov
23
-152/+784
2010-04-20
Changed the structure of op_array.opcodes. The constant values are moved from...
Dmitry Stogov
18
-6185/+6835
2010-04-20
Added an optimization which saves memory and emalloc/efree calls for empty Ha...
Dmitry Stogov
1
-23/+34
2010-04-20
Added a micro benchmark which measures the performance of some primitive oper...
Dmitry Stogov
1
-0/+275
2010-04-19
restore $this support for closures to its former glory
Stanislav Malyshev
13
-25/+304
2010-04-15
Added traits test cases. No engine changes for now. [TRAITS]
Stefan Marr
30
-0/+866
2010-04-15
Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ext/sess...
Kalle Sommer Nielsen
1
-5/+3
2010-04-04
change namespaced ctors - only __construct would work
Stanislav Malyshev
2
-16/+8
2010-04-02
- Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection)
Felipe Pena
17
-177/+42
2010-04-01
fix #49192 - crash in GC when get_properties handler returns null
Stanislav Malyshev
1
-8/+40
2010-04-01
fix #51394 - try harder to find script lineno when exception happens
Stanislav Malyshev
2
-0/+20
2010-03-31
Set session.entropy_file to /dev/urandom or /dev/arandom by
Rasmus Lerdorf
1
-0/+7
2010-03-30
Add some const declarations, makes C++ extension writers happy
Johannes Schlüter
1
-2/+2
2010-03-12
- Reverted r296062 and r296065
Jani Taskinen
2
-37/+36
2010-03-11
MFH: Improved / fixed output buffering (Michael Wallner)
Jani Taskinen
2
-36/+37
2010-03-07
- Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include...
Felipe Pena
2
-1/+133
2010-03-07
- New test
Felipe Pena
1
-0/+46
2010-03-07
- Fixed bug #50810 (property_exists does not work for private)
Felipe Pena
1
-4/+2
2010-03-03
Fix test
Rasmus Lerdorf
1
-2/+2
2010-03-03
Turn on gc before we test it
Rasmus Lerdorf
26
-1/+52
2010-03-03
- Fixed bug #50731 (Inconsistent namespaces sent to functions registered with...
Felipe Pena
2
-2/+6
2010-03-02
- Fixed bug #51176 (Static calling in non-static method behaves like $this->)
Felipe Pena
6
-13/+45
2010-02-11
- those are in 5.3.2 now, merge to 5.3.2 section is coming
Pierre Joye
3
-3/+2
2010-02-07
touch
Jani Taskinen
2
-66/+69
2010-02-07
- Fixed bug #50952 (allow underscore _ in constants parsed in php.ini files)
Jani Taskinen
1
-1/+1
2010-02-02
Fix tests
Etienne Kneuss
2
-2/+2
2010-02-02
Fixed bug #50723 (Bug in garbage collector causes crash)
Dmitry Stogov
1
-1/+1
2010-02-02
Remove trailing dots
Etienne Kneuss
1
-2/+2
2010-02-01
- try again to get a crypto context when the key container did not exist (whi...
Pierre Joye
1
-4/+17
2010-02-01
Fix #48667 (Implementing Iterator and IteratorAggregate is now restricted in ...
Etienne Kneuss
3
-1/+31
2010-01-25
- Ensure that stderr output are not buffered, portability for tests
Pierre Joye
4
-0/+64
2010-01-25
Added test case for bug #44827
Ilia Alshanetsky
1
-0/+11
2010-01-15
Fix gcc version check - bug #50771
Rasmus Lerdorf
1
-2/+2
2010-01-11
Fixed bug #50519 (segfault in garbage collection when using set_error_handler...
Dmitry Stogov
2
-10/+9
2010-01-11
Year++
Ilia Alshanetsky
1
-1/+1
2010-01-05
sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php
Sebastian Bergmann
92
-94/+94
2010-01-05
sed -i "s#1998-2009#1998-2010#g" **/*.re **/*.y **/*.l
Sebastian Bergmann
4
-4/+4
2009-12-30
Fixed bug #44827 (define() allows :: in constant names).
Ilia Alshanetsky
1
-26/+3
2009-12-25
Fixed bug #50519 (segfault in garbage collection when using set_error_handler...
Dmitry Stogov
1
-0/+3
2009-12-24
fix flags handling in zend_parse_method_parameters_ex
Stanislav Malyshev
1
-1/+1
2009-12-20
- New tests
Felipe Pena
3
-0/+84
2009-12-18
fix regression bug #50394: Reference argument converted to value in __call
Stanislav Malyshev
3
-0/+43
[next]