I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Dec 03, 2022 — Dec 03, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Fix a buglet in the session module * Make some renames in the session module - avoid having a function called 'delete' so that we don't piss any C++ compilers. Also rename the {startup,shutdown}_globals to {startup,shutdown}_session_globals, so that they're a bit less general names, and made them static. * Remove uselss variables More... over 25 years ago
Now THAT's an annoying bug. More... over 25 years ago
make serialize work unserialize does not work yet More... over 25 years ago
Fixing serialize a bit. More... over 25 years ago
Added preg_grep() function. More... over 25 years ago
Sync. with php3. Only add Date: and From: if not supplied by user More... over 25 years ago
Make array_shift/array_pop work better. More... over 25 years ago
Fix More... over 25 years ago
* 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). More... over 25 years ago
A fix for a fix. More... over 25 years ago
Fixed a bug in preg_split. Fixed a bug in array_shift/array_pop. More... over 25 years ago
* Fix foreach() that receives a non array argument * Clean up some C++ comments More... over 25 years ago
oci8 to 3.0.9 implode works! More... over 25 years ago
- Fix the static array() initializing More... over 25 years ago
*** empty log message *** More... over 25 years ago
Fixed a bug in preg_replace. More... over 25 years ago
up to 3.0.9 More... over 25 years ago
resync informix driver with php 3.09 version More... over 25 years ago
Replace error messages More... over 25 years ago
* Fix a by-name call/method call bug * Clean and optimize the whole function call process More... over 25 years ago
Add zend_hash_get_current_key_type() More... over 25 years ago
better scaling for large servers using many session ids More... over 25 years ago
Don't set is_ref in _phpi_splice() More checking in array_merge() Added keys() and values() array functions. More... over 25 years ago
- some cleanups - add gc logic - add session_destroy() More... over 25 years ago
Fix an ereg_replace() crash bug More... over 25 years ago
- 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) More... over 25 years ago
one C too much More... over 25 years ago
avoid unnecessary PSLS_FETCH() in internal functions More... over 25 years ago
-Init tsrm on minit More... over 25 years ago
- Use PS() everywhere. More... over 25 years ago