summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* MFBfoobar2003-02-192-3/+4
|
* prevent xdebug from crashingHarald Radi2003-02-191-0/+4
|
* code for the special functions MINIT, MSHUTDOWN, RINIT, RSHUTDOWN, MINFOHartmut Holzgraefe2003-02-193-20/+108
| | | | | | and for private internal C helper functions may now be embedded into the XML specification
* typo..Wez Furlong2003-02-191-1/+1
|
* News about the ZE stream thingWez Furlong2003-02-191-0/+3
|
* Fix stupid mistake that only affected interactive mode.Wez Furlong2003-02-191-2/+2
|
* test specifications for MINIT and friendsHartmut Holzgraefe2003-02-191-14/+65
|
* <code> inside <function> was supported but missing from the DTD,Hartmut Holzgraefe2003-02-191-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 thatMarc Boeren2003-02-191-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 improvementsSascha Schumann2003-02-191-7/+9
|
* Microsoft Developer Studio project file (.dsp) generation addedHartmut Holzgraefe2003-02-192-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 checkinHartmut Holzgraefe2003-02-1910-0/+1399
|
* - Revert latest commitCorne' Cornelius2003-02-191-896/+450
|
* ws/style fixesfoobar2003-02-191-36/+40
|
* - Added Input Descriptor Binding to be used by blobs. This fixed a bugCorne' Cornelius2003-02-191-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_alphasortfoobar2003-02-191-6/+4
|
* Fix the possible conflicts with other libs (like libc-client)foobar2003-02-193-15/+61
|
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-1951-26/+369
|
* Updated IFX_VERSION entry to work with new Version output of ESQL/CCorne' Cornelius2003-02-191-1/+1
| | | | | @- Updated IFX_VERSION entry to work with new Version output of ESQL/C (Corne')
* cleanup, documentation belongs elsewherefoobar2003-02-191-19/+14
|
* NEWS update2003-02-191-0/+2
|
* ChangeLog update2003-02-192-0/+285
|
* Fixed bug #22283 (possible crash when opening relative URLs).Ilia Alshanetsky2003-02-191-2/+7
|
* Added string.strip_tags filter.Moriyoshi Koizumi2003-02-191-0/+94
|
* Fixed memory leaks on conversion failure.Moriyoshi Koizumi2003-02-181-8/+17
|
* Revived convert filter codesMoriyoshi Koizumi2003-02-181-246/+141
|
* Remove a stray COM reference.Jon Parise2003-02-181-2/+2
|
* fileno() needs a FILE * here, and at least on FreeBSD with gcc-2.95.3Rasmus Lerdorf2003-02-181-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 Boerger2003-02-181-100/+85
| | | | | | - use define for block size - a bit faster
* coding styleMarcus Boerger2003-02-181-23/+47
|
* avoiding problemsMarcus Boerger2003-02-181-2/+2
|
* BFNMoriyoshi Koizumi2003-02-181-0/+1
|
* - Added new parameter to sha1() and md5() which return the digest asDerick Rethans2003-02-186-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 Koizumi2003-02-181-0/+11
|
* - Add check for proc_open() being availableDerick Rethans2003-02-181-0/+13
|
* Refactor new-session-id codeSascha Schumann2003-02-182-28/+35
|
* Remember whether to send a cookie, so that we send out the correctSascha Schumann2003-02-182-9/+15
| | | | | session id. Also improve check for active session
* Fix incorrect TSRMLS_CC usage.Wez Furlong2003-02-182-9/+7
| | | | | Fix com_create_guid()
* add session_regenerate_id()Sascha Schumann2003-02-182-0/+16
|
* Fixed mb_send_mail() so that Content-Type and Content-Transfer-EncodingMoriyoshi Koizumi2003-02-181-13/+296
| | | | | | headers are overridable by additional header parameters. This patch fixes bug #21985 and bug #22064.
* Fixed bug #21708 (ucfirst() trouble again)Moriyoshi Koizumi2003-02-181-1/+1
| | | | | # this bug is related to bug #21689
* Avoid using a C++ reserved wordZeev Suraski2003-02-186-14/+14
|
* Fixed bug #21689 (fgetcsv suppresses some characters before a separator)Moriyoshi Koizumi2003-02-181-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 stuffZeev Suraski2003-02-182-3/+0
|
* Fixup build for win32Wez Furlong2003-02-182-1/+9
|
* Implement com_create_guid().Wez Furlong2003-02-182-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 Furlong2003-02-1816-99/+274
|
* added new function mysqli_stmt_store_resultGeorg Richter2003-02-183-1/+23
|
* test for mysqli_stmt_store_resultGeorg Richter2003-02-181-0/+52
|
* Implement com_indexed_prop_set() which allows setting of array-like indexed ↵Wez Furlong2003-02-181-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.