1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00
Commit Graph

39433 Commits

Author SHA1 Message Date
Dmitry Stogov 3c62c4bf7e Removed warning 2008-07-29 11:50:05 +00:00
Antony Dovgal 57caabf653 don't segfault if given invalid/empty private key 2008-07-29 11:18:40 +00:00
Antony Dovgal 2543206105 don't free function name before calling the function 2008-07-29 11:09:00 +00:00
Antony Dovgal b53da9cd80 fix folding 2008-07-29 10:52:08 +00:00
Antony Dovgal d9abccb322 MFH: fix copy/paste error (patch by Mikko) 2008-07-29 10:42:44 +00:00
Marcus Boerger a487c8b964 - MFH Exclude bundled libs from gcov processing 2008-07-29 08:10:44 +00:00
Scott MacVicar e30b104148 Fix build where __const is already defined like OS X. 2008-07-29 01:20:28 +00:00
Scott MacVicar 2b040f2d66 MFH: Add freelist for tracking sqlite statements to free on implicit SQLite3::close() 2008-07-29 00:56:53 +00:00
Moriyoshi Koizumi ae04a26afe - Typo. 2008-07-29 00:02:12 +00:00
Scott MacVicar b8744bf3c9 Fix error when fetchArray reaches the last row, and prototyp error 2008-07-28 23:01:02 +00:00
Derick Rethans 1c8055a4ff - Updated to version 2008.5 (2008e) 2008-07-28 19:31:44 +00:00
Arnaud Le Blanc 0f9026daf9 MFH: When automatically redirecting an HTTP request, use the GET method when the
original method was not HEAD or GET (fixes #45540)
#
# The RFC says that in case of 3xx code, "The action required MAY be
# carried out [...] *only if the method used in the second request is GET or
# HEAD*".
#
# This may not break anything as actually POST requests replying
# with a Location header never worked as the redirecting request was sent using
# the POST method, but without Entity-Body (and without Content-Length header,
# which caused the server to reply with a "411 Length Required" or to treat
# the request as GET).
#
2008-07-28 19:08:02 +00:00
Elizabeth Marie Smith 49aa0feaae Secure versions of string functions don't exist for VC6 2008-07-28 16:43:51 +00:00
Pierre Joye d4b0beb322 - MFH: vc6 is picky about brackets when used with a defined type... 2008-07-28 16:33:17 +00:00
Etienne Kneuss 1da16cef08 MFH: Increase coverage a bit 2008-07-28 14:24:45 +00:00
Dmitry Stogov 44caafc62e Fixed constant substitution (Matt) 2008-07-28 14:12:19 +00:00
Felipe Pena e062594215 - MFH: New tests 2008-07-28 14:10:00 +00:00
Jani Taskinen 7a70ad4502 - Fix EOLs 2008-07-28 11:59:35 +00:00
Pierre Joye f2b67842c7 - nothing to do here 2008-07-28 11:54:37 +00:00
Pierre Joye 1e820eca02 -MFH:
- #45430, windows implementation of crypt is not TS
 - add Blowfish (using implementation from Solar Designer <solar at openwal dot com>) and extended DES support
 - Make crypt features portable:
   - if no crypt_r, php's implemetation is used (all algo and TS), php can't be used with unsafe crypt anymore
   - if one algo is missing, php's implemetation is used
   - Windows always use php's implementation
 - removed old code in windows/
2008-07-28 11:50:35 +00:00
Moriyoshi Koizumi ba84cd7359 - Touch. 2008-07-28 07:02:05 +00:00
Moriyoshi Koizumi b9eaa80150 - SCNG(input_filter) can be null if the script encoding is idential to
the internal encoding.
2008-07-28 07:01:54 +00:00
Moriyoshi Koizumi cc8145d14f - ??? 2008-07-28 06:13:57 +00:00
Moriyoshi Koizumi 4857586ec2 - Touch 2008-07-28 06:05:36 +00:00
Moriyoshi Koizumi 1782511e72 - WS 2008-07-28 06:05:14 +00:00
Moriyoshi Koizumi fa8f78d96c - touch 2008-07-28 06:00:15 +00:00
Moriyoshi Koizumi a28497d6e5 - Fix __halt_compiler() weirdness with zend-mulibyte enabled 2008-07-28 05:59:17 +00:00
Marcus Boerger f24a083dfe - Allow building with ming-0.4rc1 (the latest available ming)
# Necessary to get gcov.php.net working again
2008-07-27 21:32:50 +00:00
David Soria Parra e4ad2672b8 MFB: - Fixed the fix for not requiring C++ always 2008-07-27 20:43:40 +00:00
Derick Rethans 7537b5b6d7 - MFH: Fixed DateTime::setTimestamp() and added a test for it. 2008-07-27 19:10:23 +00:00
Christopher Jones 8126b1ab94 MFH Update README. Bump ver ready for PECL release 2008-07-27 17:50:41 +00:00
Christopher Jones f00dc07f92 MFH: Sync oci8.default_prefetch example value with recent change 2008-07-27 16:37:57 +00:00
Christopher Jones 0dc603c839 Add OCI8 changes 2008-07-27 16:27:41 +00:00
Jani Taskinen cbb5dac4de MFH:- Fixed the fix for not requiring C++ always 2008-07-27 15:05:39 +00:00
Dmitry Stogov b2eba97d8b Fix for bug #43487 (Wrong conversion of float to string) 2008-07-27 11:29:10 +00:00
Marcus Boerger fb5c092815 - Fix openssl check 2008-07-27 04:23:00 +00:00
Jani Taskinen 7187819fcc nuke \r\n 2008-07-27 00:05:36 +00:00
Jani Taskinen 9218157548 MFH: fix build 2008-07-26 23:58:06 +00:00
Jani Taskinen 96ea7313a6 MFH: build fixes, cs, ws, etc. 2008-07-26 23:42:53 +00:00
Jani Taskinen 9acc87feff - Removed merge typos 2008-07-26 23:38:14 +00:00
Jani Taskinen 0bc9577588 update credits 2008-07-26 22:19:41 +00:00
Jani Taskinen 54203ea5d0 MFH:tune 2008-07-26 22:18:38 +00:00
Jani Taskinen d448b6b70d - No tabs. 2008-07-26 22:14:52 +00:00
Dmitry Stogov 64c721e04e *** empty log message *** 2008-07-26 19:14:38 +00:00
Dmitry Stogov 8ee5b58bbe Added checks for destroied objects 2008-07-26 18:32:20 +00:00
Dmitry Stogov f5f8cba8e9 Fixed bug #44660 (Indexed and reference assignment to propery of non-object don't trigger warning) 2008-07-26 17:59:54 +00:00
Dmitry Stogov b25f9f6a6a Added support for overloaded functions (e.g. COM) in call_user_func(). 2008-07-26 17:01:40 +00:00
Dmitry Stogov 478acfd8b4 . Added support for using static HEREDOCs to initialize static variables and class members or constants. (Matt)
. Improved syntax highlighting and consistency for variables in double-quoted strings and literal text in HEREDOCs and backticks. (Matt)
. Optimized interpolated strings to use one less opcode. (Matt)
2008-07-26 15:30:28 +00:00
Dmitry Stogov 8b14236557 Fixed bug #45608 (closures don't work in static methods) 2008-07-26 14:15:19 +00:00
Dmitry Stogov 4f81a0c358 Fixed crashes and memory leak for objects with NULL write_property/has_property/unset_property handlers 2008-07-26 14:08:11 +00:00