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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-02
MFH: Fixed bug #60573 (type hinting with "self" keyword causes weird errors)
Xinchen Hui
1
-4/+0
2012-03-02
MFH: Fixed bug #60978 (exit code incorrect)
Xinchen Hui
2
-2/+1
2012-03-02
MFH: Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical v...
Xinchen Hui
1
-2/+0
2012-03-02
MFH: Fixed bug #61011 (Crash when an exception is thrown by __autoload access...
Xinchen Hui
1
-2/+0
2012-03-02
MFH: Fixed bug #61072 (Memory leak when restoring an exception handler).
Xinchen Hui
1
-2/+0
2012-03-02
MFH: Fix bug #61165 (Segfault - strip_tags())
Xinchen Hui
1
-1/+0
2012-03-02
Fixed bug #61225 (Lexing 0b0*+<NUM> incorectly)
Pierrick Charron
4
-189/+206
2012-03-02
Fixed bug #61172 (Add Apache 2.4 support)
Christopher Jones
3
-6/+35
2012-03-01
- Updated to version 2012.1 (2012a)
Derick Rethans
1
-587/+567
2012-02-28
- fix bug #60879, unserialize does not invoke __wakeup
Pierre Joye
2
-0/+12
2012-02-27
Fix bug 61193
Rasmus Lerdorf
1
-8/+3
2012-02-26
Improve fix for #61165, the previous one cause #43450 test failed
Xinchen Hui
1
-3/+2
2012-02-25
Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid scann...
Xinchen Hui
4
-120/+136
2012-02-25
Fixed bug #61011 (Crash when an exception is thrown by __autoload accessing a...
Xinchen Hui
4
-26/+354
2012-02-25
test for bug #61124
Olivier DOUCET
1
-0/+12
2012-02-25
fix phpt : fopen(data://) requires allow_url_fopen=1
Olivier DOUCET
1
-0/+2
2012-02-25
more verbose skip reason in test files with not so obvious extension requirem...
Olivier DOUCET
15
-15/+15
2012-02-25
merge test to 5.3, and remove xfail since the bug was fixed
Xinchen Hui
1
-2/+0
2012-02-25
Fixed bug #61165 (Segfault - strip_tags())
Xinchen Hui
2
-2/+8
2012-02-25
Fix test
Xinchen Hui
1
-1/+1
2012-02-25
typo
Xinchen Hui
2
-2/+2
2012-02-25
test for bug #61011
Xinchen Hui
1
-0/+17
2012-02-25
Tests for bug #61165
Xinchen Hui
1
-0/+30
2012-02-24
- Better fix for #61115.
Gustavo André dos Santos Lopes
2
-7/+8
2012-02-24
- Fixed bug #61173 (Unable to detect error from finfo constructor).
Gustavo André dos Santos Lopes
2
-8/+37
2012-02-23
Fixed bug #61124 (Crash when decoding an invalid base64 encoded string).
Scott MacVicar
1
-0/+4
2012-02-22
- Fixed bug #61115 (stream related segfault on fatal error in
Gustavo André dos Santos Lopes
2
-1/+16
2012-02-22
- Cleanup UPGRADING and UPGRADING.INTERNALS from 5.4 changes.
Gustavo André dos Santos Lopes
2
-489/+38
2012-02-21
- Revert r134029. The streams pooling API was never used in more
Gustavo André dos Santos Lopes
2
-77/+0
2012-02-21
Add a __wakeup() method to SplFixedArray, thereby fixing serialising an
Adam Harvey
3
-0/+88
2012-02-20
Fix #61095 (Lexing 0x0*+<NUM> incorrectly)
Etienne Kneuss
4
-186/+203
2012-02-20
fix race condition in find (it was finding the copied files over and over aga...
Nuno Lopes
1
-1/+2
2012-02-19
Fix bug #61139 gzopen leaks when specifying invalid mode
Nikita Popov
2
-15/+24
2012-02-18
Fix bug #61097 Memory leak in xmlrpc functions copying zvals
Nikita Popov
2
-6/+20
2012-02-18
Fix headers generated by phar
Nikita Popov
1
-3/+3
2012-02-18
Fix cli server tests broken by r323078
Nikita Popov
11
-17/+17
2012-02-17
I think we should let this be settable from .htaccess to match the other post...
Rasmus Lerdorf
1
-1/+1
2012-02-16
Weird, what happened here?
Rasmus Lerdorf
1
-19/+0
2012-02-16
make ZEND_SIGNALS configurable, off by default
Stanislav Malyshev
3
-8/+8
2012-02-14
fix compat function not passing along input buffer with php_output_context_pa...
Michael Wallner
1
-4/+12
2012-02-14
* fixed bug #60704 unlink() bug with some files path
Mateusz Kocielski
1
-7/+20
2012-02-14
Fixed reinitialization of SAPI callbacks after php_module_startup()
Dmitry Stogov
1
-7/+9
2012-02-14
This one depends on max_input_vars as well
Rasmus Lerdorf
1
-0/+0
2012-02-14
These tests fail unless max_input_vars and/or max_file_uploads is set high en...
Rasmus Lerdorf
11
-0/+13
2012-02-14
Added ability to reset user opcode handlers (Yoram)
Dmitry Stogov
1
-1/+6
2012-02-14
Improved max_input_vars directive to check nested variables
Dmitry Stogov
2
-30/+32
2012-02-14
Fixed bug #61072 (Memory leak when restoring an exception handler)
Xinchen Hui
2
-2/+3
2012-02-13
Add credit line for the PHP Output Handler
David Soria Parra
1
-0/+1
2012-02-12
Improved fix for #61058, and add test script
Xinchen Hui
2
-6/+15
2012-02-12
Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX)
Xinchen Hui
2
-2/+10
[next]