Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | MFB | foobar | 2003-02-19 | 2 | -3/+4 | |
| | ||||||
* | prevent xdebug from crashing | Harald Radi | 2003-02-19 | 1 | -0/+4 | |
| | ||||||
* | code for the special functions MINIT, MSHUTDOWN, RINIT, RSHUTDOWN, MINFO | Hartmut Holzgraefe | 2003-02-19 | 3 | -20/+108 | |
| | | | | | | and for private internal C helper functions may now be embedded into the XML specification | |||||
* | typo.. | Wez Furlong | 2003-02-19 | 1 | -1/+1 | |
| | ||||||
* | News about the ZE stream thing | Wez Furlong | 2003-02-19 | 1 | -0/+3 | |
| | ||||||
* | Fix stupid mistake that only affected interactive mode. | Wez Furlong | 2003-02-19 | 1 | -2/+2 | |
| | ||||||
* | test specifications for MINIT and friends | Hartmut Holzgraefe | 2003-02-19 | 1 | -14/+65 | |
| | ||||||
* | <code> inside <function> was supported but missing from the DTD, | Hartmut Holzgraefe | 2003-02-19 | 1 | -1/+3 | |
| | | | | | | | added "role" attribute to support "internal" functions like MINIT and stuff, "private" C functions not to be published as PHP functions and "public" implemenations of PHP functions | |||||
* | Fix for bug #22221: pgsql version for dbx_query suppressed a warning that | Marc Boeren | 2003-02-19 | 1 | -16/+2 | |
| | | | | | | was trappable by using a user-defined error-handler. A different use of pgsql_getrow removed the warning and thus the need for suppressing it. | |||||
* | some improvements | Sascha Schumann | 2003-02-19 | 1 | -7/+9 | |
| | ||||||
* | Microsoft Developer Studio project file (.dsp) generation added | Hartmut Holzgraefe | 2003-02-19 | 2 | -4/+178 | |
| | | | | | | for now both config.m4 and .dsp files are generated for the simples case only (one .c file, one .h file, no external dependencies) | |||||
* | next generation ext_skel script - initial checkin | Hartmut Holzgraefe | 2003-02-19 | 10 | -0/+1399 | |
| | ||||||
* | - Revert latest commit | Corne' Cornelius | 2003-02-19 | 1 | -896/+450 | |
| | ||||||
* | ws/style fixes | foobar | 2003-02-19 | 1 | -36/+40 | |
| | ||||||
* | - Added Input Descriptor Binding to be used by blobs. This fixed a bug | Corne' Cornelius | 2003-02-19 | 1 | -450/+896 | |
| | | | | | | | where ESQL/C would cause a Segmentation fault if the first blob in a result is NULL or '' as soon as it gets a result with blob != NULL - Fixed leaks where blobs resources weren't always freed | |||||
* | scandir -> php_scandir, alphasort -> php_alphasort | foobar | 2003-02-19 | 1 | -6/+4 | |
| | ||||||
* | Fix the possible conflicts with other libs (like libc-client) | foobar | 2003-02-19 | 3 | -15/+61 | |
| | ||||||
* | ws fixes + missing $Id$ tags, headers added | foobar | 2003-02-19 | 51 | -26/+369 | |
| | ||||||
* | Updated IFX_VERSION entry to work with new Version output of ESQL/C | Corne' Cornelius | 2003-02-19 | 1 | -1/+1 | |
| | | | | | @- Updated IFX_VERSION entry to work with new Version output of ESQL/C (Corne') | |||||
* | cleanup, documentation belongs elsewhere | foobar | 2003-02-19 | 1 | -19/+14 | |
| | ||||||
* | NEWS update | 2003-02-19 | 1 | -0/+2 | ||
| | ||||||
* | ChangeLog update | 2003-02-19 | 2 | -0/+285 | ||
| | ||||||
* | Fixed bug #22283 (possible crash when opening relative URLs). | Ilia Alshanetsky | 2003-02-19 | 1 | -2/+7 | |
| | ||||||
* | Added string.strip_tags filter. | Moriyoshi Koizumi | 2003-02-19 | 1 | -0/+94 | |
| | ||||||
* | Fixed memory leaks on conversion failure. | Moriyoshi Koizumi | 2003-02-18 | 1 | -8/+17 | |
| | ||||||
* | Revived convert filter codes | Moriyoshi Koizumi | 2003-02-18 | 1 | -246/+141 | |
| | ||||||
* | Remove a stray COM reference. | Jon Parise | 2003-02-18 | 1 | -2/+2 | |
| | ||||||
* | fileno() needs a FILE * here, and at least on FreeBSD with gcc-2.95.3 | Rasmus Lerdorf | 2003-02-18 | 1 | -1/+1 | |
| | | | | | | it is unable to figure out that this is indeed a FILE * and hence it won't compile without this cast. | |||||
* | - wrong use of sizeof(char) | Marcus Boerger | 2003-02-18 | 1 | -100/+85 | |
| | | | | | | - use define for block size - a bit faster | |||||
* | coding style | Marcus Boerger | 2003-02-18 | 1 | -23/+47 | |
| | ||||||
* | avoiding problems | Marcus Boerger | 2003-02-18 | 1 | -2/+2 | |
| | ||||||
* | BFN | Moriyoshi Koizumi | 2003-02-18 | 1 | -0/+1 | |
| | ||||||
* | - Added new parameter to sha1() and md5() which return the digest as | Derick Rethans | 2003-02-18 | 6 | -19/+101 | |
| | | | | | | | | | binary data. (Original patch by Michael Bretterklieber <mbretter@jawa.at>) - Added test cases for sha1() and md5() based on the testvectors in RFC 1321 and RFC 3174. @- Added new parameter to sha1() and md5() which return the digest as @ binary data. (Michael Bretterklieber <mbretter@jawa.at>, Derick) | |||||
* | Added description for the hand-made finite state machine. | Moriyoshi Koizumi | 2003-02-18 | 1 | -0/+11 | |
| | ||||||
* | - Add check for proc_open() being available | Derick Rethans | 2003-02-18 | 1 | -0/+13 | |
| | ||||||
* | Refactor new-session-id code | Sascha Schumann | 2003-02-18 | 2 | -28/+35 | |
| | ||||||
* | Remember whether to send a cookie, so that we send out the correct | Sascha Schumann | 2003-02-18 | 2 | -9/+15 | |
| | | | | | session id. Also improve check for active session | |||||
* | Fix incorrect TSRMLS_CC usage. | Wez Furlong | 2003-02-18 | 2 | -9/+7 | |
| | | | | | Fix com_create_guid() | |||||
* | add session_regenerate_id() | Sascha Schumann | 2003-02-18 | 2 | -0/+16 | |
| | ||||||
* | Fixed mb_send_mail() so that Content-Type and Content-Transfer-Encoding | Moriyoshi Koizumi | 2003-02-18 | 1 | -13/+296 | |
| | | | | | | headers are overridable by additional header parameters. This patch fixes bug #21985 and bug #22064. | |||||
* | Fixed bug #21708 (ucfirst() trouble again) | Moriyoshi Koizumi | 2003-02-18 | 1 | -1/+1 | |
| | | | | | # this bug is related to bug #21689 | |||||
* | Avoid using a C++ reserved word | Zeev Suraski | 2003-02-18 | 6 | -14/+14 | |
| | ||||||
* | Fixed bug #21689 (fgetcsv suppresses some characters before a separator) | Moriyoshi Koizumi | 2003-02-18 | 1 | -4/+4 | |
| | | | | | | | The fix is suggested by Masahiro Nakayama <masa@sfc.wide.ad.jp> # is* functions expect their argument to be an integer in range of 0-255 | |||||
* | Commit missing stuff | Zeev Suraski | 2003-02-18 | 2 | -3/+0 | |
| | ||||||
* | Fixup build for win32 | Wez Furlong | 2003-02-18 | 2 | -1/+9 | |
| | ||||||
* | Implement com_create_guid(). | Wez Furlong | 2003-02-18 | 2 | -0/+26 | |
| | | | | | | Add a special case for RETVAL_VARIANT when a variant is of type VT_DISPATCH but has a NULL dispatch pointer. This kind of variant is returned by the WindowsInstaller automation interface. | |||||
* | Implement simple stream support in the ZE scanners. | Wez Furlong | 2003-02-18 | 16 | -99/+274 | |
| | ||||||
* | added new function mysqli_stmt_store_result | Georg Richter | 2003-02-18 | 3 | -1/+23 | |
| | ||||||
* | test for mysqli_stmt_store_result | Georg Richter | 2003-02-18 | 1 | -0/+52 | |
| | ||||||
* | Implement com_indexed_prop_set() which allows setting of array-like indexed ↵ | Wez Furlong | 2003-02-18 | 1 | -0/+73 | |
| | | | | | | | | properties on COM objects. It is expected that this function will be transient, waiting for engine-level and then rpc-level support to be implemented so that this can be integrated more completely. I'm committing this now so that others can help develop the msi installer scripts that require this feature. |