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

928 Commits

Author SHA1 Message Date
Felipe Pena 7de23da81e - Removed unused arguments 2008-08-22 15:51:50 +00:00
Pierre Joye adfa214688 - drop bindlib usage on windows
- inet_pton, inet_ntop and inet_aton are always available (VC9 uses the CRT implementation, VC6 our own)
2008-08-21 23:37:40 +00:00
Marcus Boerger 6b1377b1f5 - Fix 64bit issue 2008-08-21 16:55:31 +00:00
Antony Dovgal d5c8e59d97 revert for now 2008-08-21 08:37:01 +00:00
Pierre Joye 96310b8905 - work around ENV VC6 bug 2008-08-20 22:19:57 +00:00
Antony Dovgal 1cab2c1e24 fix warning 2008-08-20 09:00:37 +00:00
Antony Dovgal 9bb1694aa4 shudown crypt correctly and fix memleak in ZTS mode 2008-08-19 15:14:15 +00:00
Jani Taskinen 1f2d50e7c7 - Fix include 2008-08-18 10:40:05 +00:00
Pierre Joye 171791837d - this change was not part of the env patch 2008-08-18 07:47:52 +00:00
Pierre Joye 7a1487b025 - [DOC] make putenv behaves like unix putenv on Windows:
.  FOO=1234 => set FOO to 1234
 .  FOO= => set FOO to an empty string
 .  FOO= => unset FOO
 . Use Set/GetEnvironmnent variable only
2008-08-18 07:09:20 +00:00
Hannes Magnusson 16a53bd75d Added stream_context_set_default() function. (Davey Shafik) 2008-08-16 10:57:26 +00:00
Antony Dovgal c7a1743048 [DOC] add quoted_printable_encode() 2008-08-14 10:11:26 +00:00
Antony Dovgal c6ed73718e fix build 2008-08-14 09:41:47 +00:00
Kalle Sommer Nielsen 09b362ff07 Fix arginfo for nl2br 2008-08-14 09:26:54 +00:00
Kalle Sommer Nielsen f358d03691 Implemented feature request #34381 (nl2br() should have an option for XHTML/HTML compatible BR element) 2008-08-14 02:55:13 +00:00
Arnaud Le Blanc a51e5ebaeb Added clear_realpath_cache and filename parameters to clearstatcache() (Jani,
Arnaud)
[DOC] clearstatcache() now defaults to not affect the realpath cache.
clearstatcache() now takes two optionnal parameters, clear_realpath_cache to
clear the realpath cache (defaults to false), and filename to clear only the
given filename from the cache.
2008-08-07 09:24:04 +00:00
Jani Taskinen 9a3b00b16e missing eol 2008-08-03 12:04:57 +00:00
Felipe Pena 611ecc5111 - Added parameter TSRMLS_DC in zend_is_callable() 2008-08-02 04:40:45 +00:00
Johannes Schlüter e0e15347e2 - Add array_replace/array_replace_recursive (Mett Wilmas) 2008-07-31 20:17:07 +00:00
Pierre Joye b1f466b3ed - missing in the previous crypt commit (shutdown frees the locking mechanism) 2008-07-29 17:28:07 +00:00
Felipe Pena 8e1b4a55cc - Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments. 2008-07-24 19:50:23 +00:00
Dmitry Stogov 72dfe66661 LSB parent/self forwarding 2008-07-24 10:14:01 +00:00
Felipe Pena cc9a38bdca - New parameter parsing API 2008-07-23 19:33:58 +00:00
Jani Taskinen f25ac22c58 MFB: The rest of the fix too for previous commit 2008-07-21 11:27:45 +00:00
Jani Taskinen f6404d756c MFB:- Fixed bug #40079 (php_get_current_user() not thread safe). 2008-07-21 10:16:32 +00:00
Jani Taskinen 3ea12e99c0 ws 2008-07-21 10:10:34 +00:00
Felipe Pena d986dd8bc1 - MFB: Added arginfo 2008-07-20 14:29:30 +00:00
Dmitry Stogov 0cfa6a5977 support for closures 2008-07-17 09:52:51 +00:00
Pierre Joye dac1a1014d - [DOC] restore get_magic_quotes_gpc and get_magic_quotes_runtime
they always return false.
  (let save the world, spare bandwidth and kill the trolls 1/2)
2008-05-24 14:36:16 +00:00
Antony Dovgal a7ec33a1ef revert patch that causes invalid reads/crashes on Linux 2008-05-12 08:46:49 +00:00
Ilia Alshanetsky 7e68effe43 MFB: Fixed bug #44836 (putenv() crashes, avoid direct reference of environ
in POSIX systems).
2008-05-06 18:04:25 +00:00
Kalle Sommer Nielsen f914d50dd6 Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1() + removed Windows check on tests
[DOC] Windows support for asinh(), acosh(), atanh(), log1p() and expm1()
2008-05-05 06:28:03 +00:00
Jani Taskinen 009ac20f20 - missed one line 2008-04-15 09:02:16 +00:00
Jani Taskinen 263b1aa1d2 - Readd config_get_has(). No need to document, it is only available for debug builds. 2008-04-15 08:43:48 +00:00
Hannes Magnusson 0789f3d81c MFB5.3: Remove config_get_hash() & and add new boolean parameter to
ini_get_all() to list ini entries key=>current_value like config_get_hash()
 did.
2008-04-14 15:42:14 +00:00
Etienne Kneuss b5cdc9ffee Implement forward_static_call(_array) to complete LSB. Patch by Mike Lively 2008-04-07 10:39:43 +00:00
David Soria Parra a19e28ece9 Fix bug #44487 (call_user_method_array issues a warning when throwing an exception). 2008-03-20 00:50:47 +00:00
Antony Dovgal da036996be make use of zend_atol() 2008-03-19 12:40:48 +00:00
Felipe Pena a1e8d340c3 New macro for check void parameters 2008-02-28 14:16:25 +00:00
Marcus Boerger 925071ce41 - Rename it again
[DOC]
- Add config_get_hash()
2008-02-03 14:44:30 +00:00
Marcus Boerger f2ce43983f - Rename dump_config_hash() to get_config_hash() as it doesn't dump 2008-02-03 14:35:29 +00:00
David Coallier 7a66695286 - Added lcfirst() function. The sister function of ucfirst()
- Test #1 for lcfirst()
2008-01-19 19:23:25 +00:00
Sebastian Bergmann 9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
Hannes Magnusson 1727c712b6 - Add support for optional values
- Add support for = as seperator
2007-11-20 22:42:47 +00:00
Johannes Schlüter 6e7ba5ba5f Add stream_supports_lock() function (Benjamin Schulz) 2007-11-20 22:16:20 +00:00
Hannes Magnusson ebc540d2c9 - Allow numeric options
- Add tests
2007-11-15 13:11:48 +00:00
Hannes Magnusson 93850f2d70 MFB5.3: Fixed bug#43293 (Multiple segfaults in getopt()) 2007-11-14 14:55:44 +00:00
Jani Taskinen cc2dc92b1a ws + cs 2007-11-02 10:57:56 +00:00
Dmitry Stogov 29ee7ac05d Fixed move_uploaded_file() to always set file permissions of resulting file according to UMASK (Andrew Sitnikov) 2007-10-22 07:37:52 +00:00
Yiduo (David) Wang 95da0dc570 Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:15:07 +00:00