Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Touch file | Sascha Schumann | 2002-08-06 | 1 | -1/+1 |
| | |||||
* | Correct carset if iconv is active | Marcus Boerger | 2002-08-05 | 1 | -2/+16 |
| | | | | | #Same solution would work for mbstring - but that must wait | ||||
* | -New function ob_list_handlers | Marcus Boerger | 2002-08-05 | 1 | -0/+1 |
| | | | | | | @- Added ob_list_handlers() which returns an array of all active output @ handlers. (marcus) | ||||
* | need to export var_replace and var_destroy for win32 | Shane Caraveo | 2002-08-04 | 3 | -6/+6 |
| | |||||
* | -Send charset US-ASCII or ini setting default_charset. | Marcus Boerger | 2002-08-04 | 1 | -2/+8 |
| | | | | | | #After some discussion with Ilia Alshanetsky #But perhaps we should have a look for a mbstring solution... | ||||
* | ups.. :) | Georg Richter | 2002-08-04 | 1 | -1/+1 |
| | |||||
* | added meta tag (w3c compliance) | Georg Richter | 2002-08-04 | 1 | -1/+1 |
| | | | | | Thx to Ilia Alshanetsky (ilia@prohost.org) | ||||
* | Close pipes to avoid deadlock. | James E. Flemer | 2002-08-03 | 1 | -0/+6 |
| | | | | | Submitted By: Melvyn Sopacua <msopacua@idg.nl> | ||||
* | one last fix for array_shift | Brad LaFountain | 2002-08-03 | 1 | -0/+1 |
| | |||||
* | Fix typo in #if. Bug #17538. | James E. Flemer | 2002-08-02 | 1 | -1/+1 |
| | |||||
* | added money_format() function | Hartmut Holzgraefe | 2002-08-02 | 4 | -1/+31 |
| | | | | | | | this is similar to C-libs strfmon(), using the same format string semantics but a different function prototype, so i decided to give it a more speaking name similar to number_format() | ||||
* | made sapi_register_treat_data() to support multibyte input encoding ↵ | Rui Hirokawa | 2002-08-02 | 1 | -2/+2 |
| | | | | translation without MBSTR_ENC_TRANS and changed php_treat_data to php_default_treat_data. | ||||
* | array_pop wasnt setting next index | Brad LaFountain | 2002-08-01 | 1 | -13/+10 |
| | |||||
* | That was not correct.. | foobar | 2002-08-01 | 1 | -3/+0 |
| | |||||
* | Reset index when doing array_pop() | foobar | 2002-08-01 | 1 | -1/+4 |
| | |||||
* | Add test for the index resetting. | foobar | 2002-08-01 | 1 | -1/+4 |
| | |||||
* | Ugh | Rasmus Lerdorf | 2002-08-01 | 1 | -1/+1 |
| | |||||
* | Added tests for array_shift/array_pop. | foobar | 2002-08-01 | 2 | -0/+96 |
| | |||||
* | Nuke compile warning. | foobar | 2002-08-01 | 1 | -1/+2 |
| | |||||
* | - Removed the DOS line endings | foobar | 2002-08-01 | 1 | -1/+1 |
| | | | | | | - Changed the '//' comment (this is C, not C++) to /* */ # Brad, use some editor which works.. | ||||
* | made array_shift re-index like it did before previous fix | Brad LaFountain | 2002-08-01 | 1 | -6/+21 |
| | |||||
* | Reverted the patch..it breaks the original behaviour of at least array_shift. | foobar | 2002-07-31 | 1 | -4/+5 |
| | |||||
* | fixed bugs 16063 and 16068 | Brad LaFountain | 2002-07-30 | 1 | -5/+4 |
| | | | | | increased preformance of array_pop and array_shift | ||||
* | Commiting Steph@php.net's patch to re-enable touch on Win32 machines | Dan Kalowsky | 2002-07-30 | 1 | -2/+0 |
| | |||||
* | Fix strtotime() "next" keyword handling. | Rasmus Lerdorf | 2002-07-30 | 1 | -1/+1 |
| | |||||
* | Fix for #18638 (str_rot13 bug) | Rasmus Lerdorf | 2002-07-30 | 1 | -14/+11 |
| | |||||
* | Fixed bug #14657 (patch by Steph Fox) | Edin Kadribasic | 2002-07-29 | 1 | -1/+0 |
| | |||||
* | - Copy and paste error -> unify error messages | Derick Rethans | 2002-07-28 | 2 | -2/+2 |
| | |||||
* | Added sha1, sha1_file functions. | Stefan Esser | 2002-07-28 | 5 | -1/+462 |
| | |||||
* | Bugfix: #18532 | Georg Richter | 2002-07-26 | 1 | -11/+23 |
| | | | | | Fixed week number calculation in accordance with ISO 8601 | ||||
* | all functions based on php_stat are now safe mode aware... | Stefan Esser | 2002-07-26 | 1 | -0/+4 |
| | |||||
* | - Added parameter to print_r which returns the variable representation | Derick Rethans | 2002-07-25 | 1 | -7/+17 |
| | | | | | | | instead of echoing it. @- Added parameter to print_r which returns the variable representation @ instead of echoing it. (Derick) | ||||
* | is_object() returns FALSE if object is a "incomplete object". | Yasuo Ohgaki | 2002-07-24 | 3 | -9/+16 |
| | | | | | | Raise E_NOTICE, instead of E_ERROR, for setting/getting properties to/from a "incomplete object". | ||||
* | restore shane to list of members of php group (got lost somewhere along the way) | jim winstead | 2002-07-23 | 1 | -1/+1 |
| | |||||
* | Switch streams socket abstraction to use a timeval structure instead of an | Jason Greene | 2002-07-22 | 3 | -3/+3 |
| | | | | | | | | integer to allow subsecond timeouts. This supports the previous behavior of fsockopen() Fixes bug #16261 | ||||
* | @Fixed infinite recursion crash bug in ticks (Jason) | Jason Greene | 2002-07-16 | 1 | -20/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | Prevent reenterant calls to a user tick function by flagging the function entry during call. This prevents code like the following from infinitely recursing until a crash occurs: <?php register_tick_function(a); declare(ticks=1) { function a() { print "blah\n"; } ; ; ; ; } ?> | ||||
* | Fixed win32 build | Sander Roobol | 2002-07-13 | 1 | -6/+5 |
| | |||||
* | nuke unused variable warning | foobar | 2002-07-13 | 1 | -3/+7 |
| | |||||
* | Fixed bug: #16638. | foobar | 2002-07-13 | 1 | -2/+1 |
| | |||||
* | - Made the trim functions use same base function. (less code :) | foobar | 2002-07-13 | 2 | -65/+35 |
| | | | | | | | - Renamed php_trim2 -> php_trim (not used anyplace else, yet) - Made php_trim abit more usable for external use. (not necessary to use zvals with it anymore) | ||||
* | - Fixed compile (bug #18297) on such systems which define uchar. | foobar | 2002-07-12 | 1 | -8/+6 |
| | |||||
* | Fixed bug: #16637, username/password needs to be urlencoded. | foobar | 2002-07-11 | 1 | -0/+4 |
| | |||||
* | @Fixed socket_set_timeout on win32 (Jason, Edin, Jani) | Jason Greene | 2002-07-10 | 2 | -4/+3 |
| | |||||
* | - Add TSRMLS_DC to prototype. | Andi Gutmans | 2002-07-08 | 1 | -1/+1 |
| | |||||
* | - Fix TSRMLS_* stuff | Andi Gutmans | 2002-07-08 | 3 | -5/+5 |
| | |||||
* | Unify error messages | Derick Rethans | 2002-07-08 | 19 | -117/+116 |
| | |||||
* | Unify error messages | Derick Rethans | 2002-07-08 | 1 | -2/+2 |
| | |||||
* | - Add warning to is_*() functions if more than one argument was passed | Derick Rethans | 2002-07-08 | 1 | -0/+1 |
| | |||||
* | Silence warning | Derick Rethans | 2002-07-08 | 1 | -1/+1 |
| | |||||
* | Unify error messages | Derick Rethans | 2002-07-08 | 1 | -60/+60 |
| |