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
/
main
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-21
Removed register_globals
Kalle Sommer Nielsen
4
-45/+11
2010-04-20
Added concept of interned strings. All strings constants known at compile tim...
Dmitry Stogov
1
-0/+5
2010-04-20
Changed the structure of op_array.opcodes. The constant values are moved from...
Dmitry Stogov
1
-1/+1
2010-04-15
Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ext/sess...
Kalle Sommer Nielsen
3
-27/+9
2010-04-15
final fix for long opts in getopt()
Antony Dovgal
1
-11/+7
2010-04-15
Bump PHP_API_VERSION
Kalle Sommer Nielsen
1
-1/+1
2010-04-14
discard first TWO symbols of a long argument
Antony Dovgal
1
-1/+1
2010-04-13
* Pass TSRMLS_C around pageinfo.c
Kalle Sommer Nielsen
2
-7/+7
2010-04-13
PHP_OS is now always WINNT on Windows, since we don't support anything prior ...
Kalle Sommer Nielsen
1
-9/+3
2010-04-13
Remove a couple TSRMLS_FETCH() calls around ext/main/sapi
Kalle Sommer Nielsen
1
-3/+3
2010-04-12
Removed y2k_compliance ini option, making it "always" enabled internally
Kalle Sommer Nielsen
2
-3/+0
2010-04-12
* Changed the way removed ini directives are shown so its easier to add new ones
Kalle Sommer Nielsen
1
-21/+41
2010-04-08
make sure the actual length of the argument passed matches the
Antony Dovgal
1
-3/+9
2010-04-08
- WS
Pierre Joye
1
-26/+26
2010-03-30
Remove main/php3_compat.h, for that a few references to `function_entry` have
Johannes Schlüter
2
-123/+0
2010-03-23
- Set trunk version.
Derick Rethans
1
-3/+3
2010-03-18
I am sorry I tried fixing PHP without extensive discussion on the mailing list.
Andrei Zmievski
3
-9/+4
2010-03-18
Fix a few problems with large (2G-4G) file uploads. Added
Andrei Zmievski
3
-4/+9
2010-03-12
- Reverted r296062 and r296065
Jani Taskinen
6
-1534/+834
2010-03-11
add backlock socket context option for stream_socket_server(),
Michael Wallner
2
-2/+15
2010-03-11
- Fix conflict
Jani Taskinen
1
-12/+0
2010-03-11
MFH: Improved / fixed output buffering (Michael Wallner)
Jani Taskinen
6
-825/+1537
2010-02-26
Fix for bug #23229 (syslog function truncates messages): remove the hard-coded
Adam Harvey
1
-1/+1
2010-02-21
- get the right error on windows
Pierre Joye
1
-0/+4
2010-02-07
- prevent unexpectable behaviors (for the user) with invalid path
Pierre Joye
2
-21/+29
2010-01-27
- #50854, fix build on non windows
Pierre Joye
1
-1/+2
2010-01-27
- removed debug breakpoint and improve inline comment
Pierre Joye
1
-2/+2
2010-01-27
- prevent bad things to happen when invalid path are passed to MoveFileEx
Pierre Joye
1
-1/+27
2010-01-26
- [DOC] #45986, bad file descriptor warning when rename is used with invalid ...
Pierre Joye
3
-3/+33
2010-01-25
- Ensure that stderr output are not buffered, portability for tests
Pierre Joye
1
-0/+4
2010-01-24
- prevent possible crash when error/warnings are raised during startup (like ...
Pierre Joye
1
-1/+7
2010-01-19
- Fixed bug #50791 (Compile failure: Bad logic in defining fopencookie emulat...
Jani Taskinen
1
-9/+9
2010-01-19
- WS + CS fixes
Jani Taskinen
1
-41/+53
2010-01-19
- Add extern declarations for fixing the build with some compilers
Johannes Schlüter
1
-1/+1
2010-01-18
Fixed bug #50787 (stream_set_write_buffer() has no effect on socket streams).
Ilia Alshanetsky
1
-0/+4
2010-01-16
- Fixed bug #48811 (Directives in PATH section do not get applied to subdirec...
Jani Taskinen
1
-1/+1
2010-01-06
Fixed bug #50657 (copy() with an empty (zero-byte) HTTP source succeeds but r...
Ilia Alshanetsky
1
-1/+1
2010-01-03
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
Sebastian Bergmann
69
-69/+69
2009-12-29
- Sync with HEAD
Jani Taskinen
1
-11/+13
2009-12-29
- WS + CS + folding tags
Jani Taskinen
1
-150/+121
2009-12-29
Fixed bug #48190 (Content-type parameter "boundary" is not case-insensitive i...
Ilia Alshanetsky
1
-0/+15
2009-12-25
remove automatic file unlocking on shutdown and/or stream close
Antony Dovgal
1
-3/+0
2009-12-22
PHP 5.3.2RC1
Johannes Schlüter
1
-3/+3
2009-12-19
fix bug #50196
Stanislav Malyshev
1
-0/+4
2009-12-15
- Make $sbindir be usable in C code as well (like $bindir and co.)
Jani Taskinen
1
-0/+1
2009-12-08
- Forgotten patch for trunk
Dmitry Stogov
1
-0/+1
2009-12-03
MFT: VC10 build support
Kalle Sommer Nielsen
2
-5/+14
2009-11-30
Fixed bug #50159 (wrong working directory in symlinked files)
Dmitry Stogov
1
-28/+35
2009-11-27
- Fixed bug #49935 (Deprecated warnings make "make test" to fail)
Jani Taskinen
1
-0/+1
2009-11-17
Make it possible to disable post_max_size
Rasmus Lerdorf
1
-1/+1
[next]