projects
/
php
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
php
2010-04-20
Jérôme Loyet
Add a check request_method. If fcgi protocol is not...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Jérôme Loyet
Change php_defines in configuration file to php_value...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Andrey Hristov
Hardening the reads of mysqlnd.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Stanislav Malyshev
add test for self:: and static::
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Andrey Hristov
put the trigger in the right place
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Andrey Hristov
It is possible that change user tries an user who has...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Felipe Pena
- Improve test
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Felipe Pena
- Fixed bug #51615 (PHP crash with wrong HTML in SimpleXML)
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Felipe Pena
- Fixed bug #51607 (pg_copy_from does not allow schema...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Dmitry Stogov
Fixed bug #49700 (memory leaks in php_date.c if garbage...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Johannes Schlüter
WS
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Felipe Pena
- Fixed bug #51609 (pg_copy_to: Invalid results when...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Felipe Pena
- Fix copyrights
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Antony Dovgal
fix ZTS build
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Antony Dovgal
fix build
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Dmitry Stogov
Fixed bug #48781 (Cyclical garbage collector memory...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Felipe Pena
- Fixed bug #51608 (pg_copy_to: WARNING: nonstandard...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Dmitry Stogov
Updated version numbers
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Dmitry Stogov
Added a number of small performance tweaks and optimiza...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Dmitry Stogov
regenerated files
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Dmitry Stogov
Added concept of interned strings. All strings constant...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Dmitry Stogov
Added concept of interned strings. All strings constant...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Dmitry Stogov
Changed the structure of op_array.opcodes. The constant...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Dmitry Stogov
Added an optimization which saves memory and emalloc...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Dmitry Stogov
Added a micro benchmark which measures the performance...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Antony Dovgal
fix infinite loop in the test
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Adam Harvey
Added explanatory comments to filter_input and filter_i...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-20
Stanislav Malyshev
fix 64-bit integer overflow in mhash_keygen_s2k
commit
|
commitdiff
|
tree
|
snapshot
2010-04-19
Jérôme Loyet
true/false was not a valid value for boolean directives
commit
|
commitdiff
|
tree
|
snapshot
2010-04-19
Stanislav Malyshev
restore $this support for closures to its former glory
commit
|
commitdiff
|
tree
|
snapshot
2010-04-19
Jérôme Loyet
correct path in the man page
commit
|
commitdiff
|
tree
|
snapshot
2010-04-18
Felipe Pena
- Fixed bug #51590 (JSON_ERROR_UTF8 is undefined)
commit
|
commitdiff
|
tree
|
snapshot
2010-04-16
Stanislav Malyshev
fix non-ts build
commit
|
commitdiff
|
tree
|
snapshot
2010-04-16
Christopher...
Fixed Bug #51577 (Uninitialized memory reference with...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
Stefan Marr
Added traits test cases. No engine changes for now...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
Christopher...
Fix php.ini comment typo
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
Kalle Sommer...
Removed register_long_arrays ini option (and $HTTP_SESS...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
Andrey Hristov
Last batch of int/uint comparison fixes
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
Andrey Hristov
More int/uint comparison warning fixes
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
Andrey Hristov
Fix some int/uint comparison warnings
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
Andrey Hristov
Remove unused file
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
Andrey Hristov
more WS
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
Andrey Hristov
CS + WS changes
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
Antony Dovgal
final fix for long opts in getopt()
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
Kalle Sommer...
Bump PHP_API_VERSION
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
Andrey Hristov
Fix for bug#49234 method not found ssl_set
commit
|
commitdiff
|
tree
|
snapshot
2010-04-14
Antony Dovgal
discard first TWO symbols of a long argument
commit
|
commitdiff
|
tree
|
snapshot
2010-04-14
Pierre Joye
- #35638, add udate to imap_fetch_overview
commit
|
commitdiff
|
tree
|
snapshot
2010-04-13
Antony Dovgal
simplify configure check for nanosleep()
commit
|
commitdiff
|
tree
|
snapshot
2010-04-13
Antony Dovgal
use new type + const static
commit
|
commitdiff
|
tree
|
snapshot
2010-04-13
Antony Dovgal
re-add updated FPM
commit
|
commitdiff
|
tree
|
snapshot
2010-04-13
Antony Dovgal
prepare to re-add newer FPM version
commit
|
commitdiff
|
tree
|
snapshot
2010-04-13
Kalle Sommer...
* Pass TSRMLS_C around pageinfo.c
commit
|
commitdiff
|
tree
|
snapshot
2010-04-13
Kalle Sommer...
PHP_OS is now always WINNT on Windows, since we don...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-13
Kalle Sommer...
Remove a couple TSRMLS_FETCH() calls around ext/main...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-12
Ilia Alshanetsky
MFB: Fixed bug #51512 (mb_send_mail* fail when mail...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-12
Antony Dovgal
add FPM sapi to trunk
commit
|
commitdiff
|
tree
|
snapshot
2010-04-12
Pierre Joye
- fix inline doc
commit
|
commitdiff
|
tree
|
snapshot
2010-04-12
Pierre Joye
- [doc] add stream_set_read_buffer, equivalent of strea...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-12
Kalle Sommer...
Removed y2k_compliance ini option, making it "always...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-12
Kalle Sommer...
NEWS entry for the define_syslog_variables commit
commit
|
commitdiff
|
tree
|
snapshot
2010-04-12
Kalle Sommer...
* Changed the way removed ini directives are shown...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-10
Derick Rethans
- Expose date-extension object creation externally.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-09
Rob Richards
fix bug #50828 (DOMNotation is not subclass of DOMNode)
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Antony Dovgal
make sure the actual length of the argument passed...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Andrey Hristov
Fixint INT_AND_FLOAT_AS native. It was working ok on...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Andrey Hristov
Fixing the second test
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Andrey Hristov
one more fix and both work with libmysql and mysqlnd
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Andrey Hristov
Fix for bug #51026 ssl not working
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Pierre Joye
- WS
commit
|
commitdiff
|
tree
|
snapshot
2010-04-08
Pierre Joye
- WS
commit
|
commitdiff
|
tree
|
snapshot
2010-04-07
Andrey Hristov
Another fix for the 16 chars user limitation of MySQL
commit
|
commitdiff
|
tree
|
snapshot
2010-04-07
Andrey Hristov
Fix test. The usernames in the server are 16 chars...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-06
Andrey Hristov
Fix the Windows build (void* arithmetic) as well as...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-06
Andrey Hristov
Stricly C
commit
|
commitdiff
|
tree
|
snapshot
2010-04-06
Antony Dovgal
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2010-04-06
Andrey Hristov
Recommit with an Windows build fix:
commit
|
commitdiff
|
tree
|
snapshot
2010-04-04
Stanislav Malyshev
change namespaced ctors - only __construct would work
commit
|
commitdiff
|
tree
|
snapshot
2010-04-04
Felipe Pena
- Fix tests
commit
|
commitdiff
|
tree
|
snapshot
2010-04-04
Felipe Pena
- Fix test
commit
|
commitdiff
|
tree
|
snapshot
2010-04-03
Felipe Pena
- Fixed tests
commit
|
commitdiff
|
tree
|
snapshot
2010-04-02
Felipe Pena
- Fixed bug #51445 (var_dump() invalid/slow *RECURSION...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-02
Rob Richards
fix bug #48983 (DomDocument : saveHTMLFile wrong charset)
commit
|
commitdiff
|
tree
|
snapshot
2010-04-02
Rasmus Lerdorf
Fix tests
commit
|
commitdiff
|
tree
|
snapshot
2010-04-02
Rasmus Lerdorf
Update the FILTER_VALIDATE_EMAIL filter to fix bug...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-02
Rob Richards
re-apply bug fix #35673 (formatOutput does not work...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-01
Stanislav Malyshev
fix #49192 - crash in GC when get_properties handler...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-01
Stanislav Malyshev
fix #51394 - try harder to find script lineno when...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-01
Rasmus Lerdorf
Add new full_special_chars filter to tests
commit
|
commitdiff
|
tree
|
snapshot
2010-04-01
Andrey Hristov
Fix inconsistencies
commit
|
commitdiff
|
tree
|
snapshot
2010-04-01
Andrey Hristov
Better fix for bug #51347 mysqli_close / connection...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-01
Ilia Alshanetsky
On beginTransaction() reset error state
commit
|
commitdiff
|
tree
|
snapshot
2010-04-01
Andrey Hristov
Fixed bug #51347 mysqli_close / connection memory leak
commit
|
commitdiff
|
tree
|
snapshot
2010-04-01
Pierre Joye
- fix build
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Rasmus Lerdorf
Fix FILTER_VALIDATE_URL - Host names can't start with...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Rasmus Lerdorf
Moved to 5.3
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Rasmus Lerdorf
Added the full htmlspecialchars() functionality which...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Rasmus Lerdorf
Set session.entropy_file to /dev/urandom or /dev/arandom by
commit
|
commitdiff
|
tree
|
snapshot
2010-03-30
Johannes Schlüter
Add some const declarations, makes C++ extension writer...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-30
Johannes Schlüter
Remove main/php3_compat.h, for that a few references...
commit
|
commitdiff
|
tree
|
snapshot
next