#
39f30755 |
| 15-Nov-2001 |
Stanislav Malyshev |
Check in ftok() function by Andrew Sitnikov <sitnikov@infonet.ee>
|
Revision tags: php-4.1.0RC2 |
|
#
12cfb76b |
| 13-Nov-2001 |
foobar |
Fixed the wrong logic in ini_get_all() function. Now it behaves same as how phpinfo() outputs the ini entries. If there is a local value, then the global one is the 'original one' if
Fixed the wrong logic in ini_get_all() function. Now it behaves same as how phpinfo() outputs the ini entries. If there is a local value, then the global one is the 'original one' if there is such. Otherwise global value is same as local. :)
show more ...
|
#
78e4644f |
| 11-Nov-2001 |
Derick Rethans |
- Renaming key_exists to array_key_exists @- Renamed key_exists tp array_key_exists. (Derick) #- Not sure if this belongs in NEWS, but it was already in a released # version. And yes, I
- Renaming key_exists to array_key_exists @- Renamed key_exists tp array_key_exists. (Derick) #- Not sure if this belongs in NEWS, but it was already in a released # version. And yes, I know I'm breaking BC here, but as it was not documented # yet, that doesn't matter.
show more ...
|
#
88c66d48 |
| 11-Nov-2001 |
Stanislav Malyshev |
Fix crash bug on malformed .ini file
|
#
88c6758d |
| 10-Nov-2001 |
Derick Rethans |
- Fixing this bad idea
|
#
4f787370 |
| 10-Nov-2001 |
James Moore |
Fix apache win32 dso build. (This is untested on linux but shouldnt break anything)
|
#
2f08cb11 |
| 29-Oct-2001 |
Zeev Suraski |
more ws
|
#
c06c27af |
| 28-Oct-2001 |
Zeev Suraski |
Whitespace fixes Don't Adafy the code, Jani :)
|
#
2890b57e |
| 27-Oct-2001 |
Andrei Zmievski |
@- Added array_chunk() function that splits an array into chunks of specified @ size. (Andrei)
|
Revision tags: POST_PARAMETER_PARSING_API |
|
#
72fc6bc4 |
| 23-Oct-2001 |
Rasmus Lerdorf |
As suggested on php-dev, array_fill() is probably a better name for this function.
|
#
f73ee14b |
| 23-Oct-2001 |
foobar |
Check that realpath is available. Bug: #9469 # TSRM still uses it without checking. I can't fix that.
|
#
798ec793 |
| 21-Oct-2001 |
Rasmus Lerdorf |
Motivated by bug #13607 I wrote up a simple array_init() function that lets you quickly create an array and initialize each element to a certain value. @ Add array_init() function (Rasmus)
|
Revision tags: PRE_PARAMETER_PARSING_API, php-4.1.0RC1 |
|
#
d9c26ab2 |
| 16-Oct-2001 |
foobar |
fixed proto
|
#
68925208 |
| 11-Oct-2001 |
Stig Bakken |
* zend_module_entry change: apino, debug and zts are moved first, see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
|
#
925ff7f2 |
| 11-Oct-2001 |
Stig Bakken |
* remove version_{lt,le,gt,ge,eq} functions, added a third optional parameter to version_compare doing the same thing
|
#
f0c30a06 |
| 10-Oct-2001 |
Stig Bakken |
* added function entries for version_{lt,le,gt,ge,eq}
|
#
62fb3d63 |
| 07-Oct-2001 |
Derick Rethans |
@- Added mmapfile(), read a file into a variabele with mmap (Ilia A, Derick) - Added mmapfile(), read a file into a variabele with mmap (Patch by: Ilia A. <ilia@prohost.org>)
|
#
9ce63824 |
| 05-Oct-2001 |
Stig Bakken |
* prototype of version_compare, doesn't work yet
|
#
e78b6154 |
| 05-Oct-2001 |
Edin Kadribasic |
Added array_change_key_case() function that returns array with with all string keys lowercased or uppercased @- Added array_change_key_case() function that returns array with @ with all
Added array_change_key_case() function that returns array with with all string keys lowercased or uppercased @- Added array_change_key_case() function that returns array with @ with all string keys lowercased or uppercased (EdinK)
show more ...
|
Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS |
|
#
c0332885 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
|
Revision tags: PRE_SUBST_Z_MACROS |
|
#
f61dfce3 |
| 23-Sep-2001 |
Jeroen van Wolffelaar |
Make chop the alias and rtrim the main function, in order to get automagically generated alias-listings correct.
|
#
929ae94c |
| 22-Sep-2001 |
Jeroen van Wolffelaar |
Let settype also accept 'int', 'bool', 'float' and 'null' @Let settype also accept 'int', 'bool', 'float' and 'null' (Jeroen)
|
#
03f74067 |
| 21-Sep-2001 |
Hartmut Holzgraefe |
proto fixes "double" -> "float"
|
#
2c275bf7 |
| 21-Sep-2001 |
Hartmut Holzgraefe |
renamed doubleval to floatval and made doubleval an alias to floatval made is_float the function entry and is_double the alias
|
#
9002e37e |
| 21-Sep-2001 |
Sascha Schumann |
Always seed the LCG from the request-init hook, otherwise the seed would be shared among the threads which is quite pointless. Also use a function of the current time as one factor.
Always seed the LCG from the request-init hook, otherwise the seed would be shared among the threads which is quite pointless. Also use a function of the current time as one factor. Use gettimeofday() instead of time(), because it is faster on some operating systems.
show more ...
|