#
f12a6b76 |
| 05-Feb-2003 |
Ilia Alshanetsky |
Added array_walk_recursive() function that can apply array_walk recursively to an array.
|
#
d89c3896 |
| 03-Feb-2003 |
Ilia Alshanetsky |
Make putenv() return a proper error rather then NULL when invalid argument is passed.
|
#
37ff9897 |
| 30-Jan-2003 |
Sara Golemon |
Feature Request # 5919 - Addition of str_ireplace() Also removed deprecated BM str replace menthod Also rewrote php_str_to_str to use more processor/memory efficient method (ilia)
|
#
f8e014b2 |
| 29-Jan-2003 |
Harald Radi |
MFPHP_4_3
|
#
e6170c0b |
| 29-Jan-2003 |
Ilia Alshanetsky |
Added part of strpos commit that never made it in for some reason. # Thanks Pollita.
|
Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
2d0f4324 |
| 28-Jan-2003 |
Ilia Alshanetsky |
Added scandir() function, which allows quick retrieval of all files & directories within the specified path and sort the output in alphabetical or reverse alphabetical order.
|
#
8a9e09a4 |
| 21-Jan-2003 |
Ilia Alshanetsky |
ARG_COUNT(ht) -> ZEND_NUM_ARGS().
|
#
b51b6f0f |
| 19-Jan-2003 |
Harald Radi |
ini patch to allow 'entry[] = value' entries
|
#
309ef518 |
| 18-Jan-2003 |
Andrey Hristov |
Renamed get_memory_usage() to memory_get_usage() (per Andi's advice) This doesn't break any BC.
|
#
a3a2dcd8 |
| 15-Jan-2003 |
Wez Furlong |
Relieve scripts of the burden of ensuring that all pipes are closed prior to calling proc_close(). Implement proc_get_status(resource $process) which returns an array of information about
Relieve scripts of the burden of ensuring that all pipes are closed prior to calling proc_close(). Implement proc_get_status(resource $process) which returns an array of information about a process created with proc_open(). The information includes: array( "command" => string "name of the command", "pid" => long process identifier, "running" => bool true if the process is still running "exitcode" => long exitcode if the process exited "signaled" => bool true if the process was signaled "termsig" => long signal number if signaled "stopped" => bool true if the process is stopped "stopsig" => long signal number if stopped );
show more ...
|
#
1a314027 |
| 15-Jan-2003 |
Wez Furlong |
- Move proc_open code to a source file of it's own. - Tidy up that netware mess by performing a configure check which will define the symbol PHP_CAN_SUPPORT_PROC_OPEN if PHP can support pro
- Move proc_open code to a source file of it's own. - Tidy up that netware mess by performing a configure check which will define the symbol PHP_CAN_SUPPORT_PROC_OPEN if PHP can support proc_open. - Protected the proc_open specific code with #ifdef PHP_CAN_SUPPORT_PROC_OPEN so that user-space scripts can use function_exists and react accordingly. ** Heads Up Win32: You need to add ext/standard/proc_open.c to the DSP and ** #define PHP_CAN_SUPPORT_PROC_OPEN in the w32 config header.
show more ...
|
#
7866f022 |
| 14-Jan-2003 |
Andrey Hristov |
added function get_memory_usage(). available only when PHP is compiled with --enable-memory-limit
|
#
1cdc9566 |
| 13-Jan-2003 |
Andrey Hristov |
added array_combine(). Creates an array by using the elements of the first parameter as keys and the elements of the second as correspoding keys. Error is thrown in case the arrays has di
added array_combine(). Creates an array by using the elements of the first parameter as keys and the elements of the second as correspoding keys. Error is thrown in case the arrays has different number of elements. Number of elements 0 is not valid for both parameters.
show more ...
|
#
f37cb1c6 |
| 12-Jan-2003 |
Sebastian Bergmann |
ZTS fixes.
|
#
59e4fdcc |
| 09-Jan-2003 |
Wez Furlong |
Implement fprintf() and vfprintf(). Add a couple of tests.
|
#
651cea08 |
| 07-Jan-2003 |
Zeev Suraski |
whitespace
|
#
509b4d39 |
| 06-Jan-2003 |
Anantha Kesari H Y |
Added #ifdef HAVE_SYSLOG_H around syslog function in the whole file to avoid link failure.
|
#
43630e2a |
| 05-Jan-2003 |
Sara Golemon |
Added stream_get_filters(); to list registered filters
|
#
7b372723 |
| 03-Jan-2003 |
Sara Golemon |
Added stream_get_wrappers()
|
#
f58628ca |
| 01-Jan-2003 |
Wez Furlong |
Move rot13 filter into a new filters.c source file. Tidy up some other filter related code. # win32 -> someone please add user_filters.c and filters.c to the .dsp
|
#
350b0bbe |
| 31-Dec-2002 |
Wez Furlong |
Implement user-space filters. See ext/standard/tests/file/userfilters.phpt for an example of their use.
|
#
b506f5c8 |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year.
|
Revision tags: php-4.3.0, php-4.3.0RC4 |
|
#
26038795 |
| 20-Dec-2002 |
Marcus Boerger |
-disable uniqid() when required lib functions not available -emit an error when uniqid() will fail -make more_entropy parameter default to true for CYGWIN
|
Revision tags: RELEASE_1_0b3 |
|
#
44b7c16b |
| 12-Dec-2002 |
Melvyn Sopacua |
Fix for BSD's (possibly others): Accept system default, for the index. Don't initialize it.
|
Revision tags: php-4.3.0RC3 |
|
#
c6680551 |
| 05-Dec-2002 |
Ilia Alshanetsky |
Remove pointless checks for array_init() return values.
|