Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create branch 'PHP_5'.PHP-5 | SVN Migration | 2003-02-27 | 2549 | -694437/+0 |
| | |||||
* | Another big commit (tm). | Wez Furlong | 2003-02-27 | 24 | -927/+2232 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Main Changes: - Implement a socket transport layer for use by all code that needs to open some kind of "special" socket for network or IPC. - Extensions can register (and override) transports. - Implement ftruncate() on streams via the ioctl-alike option interface. - Implement mmap() on streams via the ioctl-alike option interface. - Implement generic crypto API via the ioctl-alike option interface. (currently only supports OpenSSL, but could support other SSL toolkits, and other crypto transport protocols). Impact: - tcp sockets can be overloaded by the openssl capable sockets at runtime, removing the link-time requirement for ssl:// and https:// sockets and streams. - checking stream types using PHP_STREAM_IS_SOCKET is deprecated, since there are now a range of possible socket-type streams. Working towards: - socket servers using the new transport layer - mmap support under win32 - Cleaner code. # I will be updating the win32 build to add the new files shortly # after this commit. | ||||
* | Fixed bug #21410 (fixed handling of NULL or "" files on Win32) | Ilia Alshanetsky | 2003-02-27 | 1 | -0/+4 |
| | |||||
* | ..if only all lakes were kossu.. | foobar | 2003-02-27 | 1 | -5/+6 |
| | |||||
* | changed from strncpy to strlcpy on request | Hartmut Holzgraefe | 2003-02-27 | 1 | -2/+1 |
| | |||||
* | rename macro argument so that it does not partially match the string. | Sascha Schumann | 2003-02-27 | 1 | -2/+2 |
| | | | | | fixes a warning on unixware | ||||
* | - Changed maxmsglen in ifx_errormsg() back to normal 255 instead of 10 | Corne' Cornelius | 2003-02-27 | 1 | -1/+1 |
| | |||||
* | - Fixed possible Segfault in ifx_errormsg() using malloc() instead of emalloc() | Corne' Cornelius | 2003-02-27 | 1 | -6/+5 |
| | |||||
* | NEWS update | 2003-02-27 | 1 | -0/+4 | |
| | |||||
* | ChangeLog update | 2003-02-27 | 2 | -0/+89 | |
| | |||||
* | MFB: We know ini file scanning will never be interactive, so speed it up a | Rasmus Lerdorf | 2003-02-27 | 1 | -0/+1 |
| | | | | | bit. Need a dynamic check for the language scanner. | ||||
* | add imagesavealpha wrapper (Jukka Holappa <jukkaho@mail.student.oulu.fi>, | Pierre Joye | 2003-02-26 | 1 | -115/+137 |
| | | | | | 2 Pierre-Alain Joye) | ||||
* | add imagesavealpha wrapper (Jukka Holappa <jukkaho@mail.student.oulu.fi>, | Pierre Joye | 2003-02-26 | 1 | -1/+2 |
| | | | | | Pierre-Alain Joye) | ||||
* | MFB: Get rid of a redundant syscall on non-Windows | Rasmus Lerdorf | 2003-02-26 | 1 | -0/+2 |
| | |||||
* | 1) Make the output of system() binary safe | Ilia Alshanetsky | 2003-02-26 | 2 | -198/+120 |
| | | | | | | | | | | | | | 2) Solved a memory leak when the return_value variable passed by reference is not an integer in system()/exec()/passthru(). 3) Solved a bug in exec(), which would make it append to the 2nd parameter (passed by reference) if the parameter is an array instead of overwriting it. 4) Changed the code to use the streams code, resulting in a smaller code base. 5) Various cleanups resulting in reduction of overall code base inside the file by ~ 1/3. 6) Speed improvements of ~2.5 times compared to previous performance (based on attached PHP script). | ||||
* | allow keys as array(group, name) for handler inifile | Marcus Boerger | 2003-02-26 | 1 | -17/+99 |
| | |||||
* | ws | Marcus Boerger | 2003-02-26 | 1 | -11/+19 |
| | |||||
* | make it faster | Marcus Boerger | 2003-02-26 | 1 | -11/+2 |
| | |||||
* | if skip param of dba_fetch is -1 stop do not restart search after last element | Marcus Boerger | 2003-02-26 | 1 | -3/+3 |
| | |||||
* | - Added an extra ini setting with which extra commands can be forced to | Derick Rethans | 2003-02-26 | 2 | -1/+5 |
| | | | | | | | | | | | the sendmail deamon on a per-vhost base. The value in this ini setting will override all extra commands passed as the 5th parameter to mail() and will work in Safe Mode. @- Added an extra ini setting (mail_force_extra_paramaters) which forces @ the addition of the specified parameters to be passed as extra @ parameters to the sendmail binary. These parameters will always replace @ the value of the 5th parameter to mail(), even in safe mode. (Derick) | ||||
* | - Fix proto | Derick Rethans | 2003-02-26 | 1 | -1/+1 |
| | |||||
* | - Whitespace | Derick Rethans | 2003-02-26 | 1 | -4/+4 |
| | |||||
* | changed to emalloc just to be safe | Hartmut Holzgraefe | 2003-02-26 | 1 | -2/+2 |
| | |||||
* | forgot to add these two on my last commit :( | Hartmut Holzgraefe | 2003-02-26 | 2 | -0/+116 |
| | |||||
* | Syntactic sugar is sweet. | Sebastian Bergmann | 2003-02-26 | 1 | -0/+5 |
| | |||||
* | changes in the past shouldn't have compiled. | Brad LaFountain | 2003-02-26 | 3 | -31/+32 |
| | |||||
* | ChangeLog update | 2003-02-26 | 2 | -0/+177 | |
| | |||||
* | Made shell_exec() use streams, this simplifies the code and in some cases | Ilia Alshanetsky | 2003-02-25 | 1 | -15/+11 |
| | | | | | makes it a little faster too. | ||||
* | MFH (forgot to put this fix into the 5.X tree). | Ilia Alshanetsky | 2003-02-25 | 1 | -0/+3 |
| | |||||
* | NEWS update | Moriyoshi Koizumi | 2003-02-25 | 1 | -0/+1 |
| | |||||
* | Set fgetss() free from the length parameter | Moriyoshi Koizumi | 2003-02-25 | 1 | -18/+26 |
| | |||||
* | Fixed test. | Ilia Alshanetsky | 2003-02-25 | 1 | -2/+3 |
| | |||||
* | Fixed bug #22414 and added a test case for it. | Ilia Alshanetsky | 2003-02-25 | 2 | -1/+38 |
| | |||||
* | Cleanup | foobar | 2003-02-25 | 1 | -7/+6 |
| | |||||
* | - Fixed bug #21224 (apache configure fails when using --enable-versioning) | foobar | 2003-02-25 | 1 | -3/+7 |
| | |||||
* | Get the bits right - final/private fix | Zeev Suraski | 2003-02-25 | 1 | -1/+1 |
| | |||||
* | Fixed bug #20256 (snprintf() not defined) | foobar | 2003-02-25 | 4 | -5/+5 |
| | |||||
* | Tabify | Adam Dickmeiss | 2003-02-25 | 1 | -142/+142 |
| | |||||
* | yaz_search supports query type cql | Adam Dickmeiss | 2003-02-25 | 1 | -0/+12 |
| | |||||
* | Do not redefine zend_isnan if it is already defined. | foobar | 2003-02-25 | 1 | -0/+2 |
| | |||||
* | typofix | foobar | 2003-02-25 | 1 | -1/+1 |
| | |||||
* | (hope) fix some win32 build errors | foobar | 2003-02-25 | 2 | -3/+16 |
| | |||||
* | - Added Corne' Cornelius to CREDITS/Authors | Corne' Cornelius | 2003-02-25 | 4 | -1/+4 |
| | |||||
* | Another win32 build fix. | foobar | 2003-02-25 | 1 | -0/+2 |
| | |||||
* | (hopefully) fix the build.. | foobar | 2003-02-25 | 2 | -3/+6 |
| | |||||
* | - Fixed bug #14245 ('make install' fails on AIX when using --with-apxs). | foobar | 2003-02-25 | 2 | -1/+7 |
| | |||||
* | - Changed IFX_VERSION to work with Major versions with more then one digit | Corne' Cornelius | 2003-02-25 | 1 | -1/+1 |
| | |||||
* | fix bug #22324, libjdbcoci8.so is not necessarily needed.. | foobar | 2003-02-25 | 1 | -6/+12 |
| | |||||
* | Fixed bug #22402 (opening of ftp for read/write could fail due to invalid | Ilia Alshanetsky | 2003-02-25 | 1 | -1/+1 |
| | | | | | | return code handling). Solution suggested by jan@jancm.org | ||||
* | Fixed a crash in gdImageCopyMergeGray(). | Ilia Alshanetsky | 2003-02-25 | 1 | -58/+41 |
| |