openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
PHP
Settings
|
Report Duplicate
8,005
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Dec 03, 2022 — Dec 03, 2023
Showing page 4,473 of 4,490
Search / Filter on:
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
Zeev Suraski
More...
over 25 years ago
Now THAT's an annoying bug.
Zeev Suraski
More...
over 25 years ago
make serialize work unserialize does not work yet
Sascha Schumann
More...
over 25 years ago
Fixing serialize a bit.
Andrey Hristov
More...
over 25 years ago
Added preg_grep() function.
Andrey Hristov
More...
over 25 years ago
Sync. with php3. Only add Date: and From: if not supplied by user
Frank M. Kromann
More...
over 25 years ago
Make array_shift/array_pop work better.
Andrey Hristov
More...
over 25 years ago
Fix
Zeev Suraski
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).
Zeev Suraski
More...
over 25 years ago
A fix for a fix.
Andrey Hristov
More...
over 25 years ago
Fixed a bug in preg_split. Fixed a bug in array_shift/array_pop.
Andrey Hristov
More...
over 25 years ago
* Fix foreach() that receives a non array argument * Clean up some C++ comments
Zeev Suraski
More...
over 25 years ago
oci8 to 3.0.9 implode works!
Thies C. Arntzen
More...
over 25 years ago
- Fix the static array() initializing
Andi Gutmans
More...
over 25 years ago
*** empty log message ***
Andrey Hristov
More...
over 25 years ago
Fixed a bug in preg_replace.
Andrey Hristov
More...
over 25 years ago
up to 3.0.9
Thies C. Arntzen
More...
over 25 years ago
resync informix driver with php 3.09 version
Danny Heijl
More...
over 25 years ago
Replace error messages
Zeev Suraski
More...
over 25 years ago
* Fix a by-name call/method call bug * Clean and optimize the whole function call process
Andi Gutmans
More...
over 25 years ago
Add zend_hash_get_current_key_type()
Zeev Suraski
More...
over 25 years ago
better scaling for large servers using many session ids
Sascha Schumann
More...
over 25 years ago
Don't set is_ref in _phpi_splice() More checking in array_merge() Added keys() and values() array functions.
Andrey Hristov
More...
over 25 years ago
- some cleanups - add gc logic - add session_destroy()
Sascha Schumann
More...
over 25 years ago
Fix an ereg_replace() crash bug
Zeev Suraski
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)
Zeev Suraski
More...
over 25 years ago
one C too much
Sascha Schumann
More...
over 25 years ago
avoid unnecessary PSLS_FETCH() in internal functions
Sascha Schumann
More...
over 25 years ago
-Init tsrm on minit
Andi Gutmans
More...
over 25 years ago
- Use PS() everywhere.
Andi Gutmans
More...
over 25 years ago
←
1
2
…
4469
4470
4471
4472
4473
4474
4475
4476
4477
…
4489
4490
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree