2bb01b6f | 10-Jun-1999 |
Andrey Hristov |
Fixing serialize a bit. |
3b1843bc | 10-Jun-1999 |
Andrey Hristov |
Added preg_grep() function. |
f6ad4b09 | 10-Jun-1999 |
Frank M. Kromann |
Sync. with php3. Only add Date: and From: if not supplied by user |
f7072fbf | 09-Jun-1999 |
Andrey Hristov |
Make array_shift/array_pop work better. |
2fb5e561 | 09-Jun-1999 |
Zeev Suraski |
Fix |
95c9e301 | 09-Jun-1999 |
Zeev Suraski |
* Fix cases where you assign an array element to the parent array (the array was being erased before the assignment, so the element was being smashed). |
b331ead5 | 09-Jun-1999 |
Andrey Hristov |
A fix for a fix. |
3d45dd58 | 09-Jun-1999 |
Andrey Hristov |
Fixed a bug in preg_split. Fixed a bug in array_shift/array_pop. |
b484f40c | 09-Jun-1999 |
Zeev Suraski |
* Fix foreach() that receives a non array argument * Clean up some C++ comments |
a3464b7c | 09-Jun-1999 |
Thies C. Arntzen |
oci8 to 3.0.9 implode works! |
7ed49234 | 09-Jun-1999 |
Andi Gutmans |
- Fix the static array() initializing |
835b0d88 | 09-Jun-1999 |
Andrey Hristov |
*** empty log message *** |
2a64925a | 09-Jun-1999 |
Andrey Hristov |
Fixed a bug in preg_replace. |
e5da9fc1 | 09-Jun-1999 |
Thies C. Arntzen |
up to 3.0.9 |
f3d179ff | 09-Jun-1999 |
Danny Heijl |
resync informix driver with php 3.09 version |
230846f6 | 08-Jun-1999 |
Zeev Suraski |
Replace error messages |
04b2c1d4 | 08-Jun-1999 |
Andi Gutmans |
* Fix a by-name call/method call bug * Clean and optimize the whole function call process |
fd4650b5 | 07-Jun-1999 |
Zeev Suraski |
Add zend_hash_get_current_key_type() |
4b023c15 | 07-Jun-1999 |
Sascha Schumann |
better scaling for large servers using many session ids |
bc1e4a5a | 07-Jun-1999 |
Andrey Hristov |
Don't set is_ref in _phpi_splice() More checking in array_merge() Added keys() and values() array functions. |
d8a9548c | 07-Jun-1999 |
Sascha Schumann |
- some cleanups - add gc logic - add session_destroy() |
b886985d | 07-Jun-1999 |
Zeev Suraski |
Fix an ereg_replace() crash bug |
34b3dc9b | 06-Jun-1999 |
Zeev Suraski |
- Fix PSLS issues - Add a standard info function for the session module (use them!) - Replace PATH_MAX with MAXPATHLEN (that's our platform indepedent constant) |
82806ea2 | 06-Jun-1999 |
Sascha Schumann |
one C too much |
e9b28fe2 | 06-Jun-1999 |
Sascha Schumann |
avoid unnecessary PSLS_FETCH() in internal functions |