summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
...
* Pending touchMarcus Boerger2004-03-251-50/+120
|
* -Make NAN and INF more portable (atof() doesn't work on MSVC.6 for example)Marcus Boerger2004-03-252-5/+34
| | | | | -Change test to use constants without prior conversion
* Really use studlyCaps hereMarcus Boerger2004-03-251-127/+127
|
* Corrected package file.Ilia Alshanetsky2004-03-251-8/+7
|
* another package descriptionHartmut Holzgraefe2004-03-251-0/+48
|
* more visa to sibira ;)Hartmut Holzgraefe2004-03-247-0/+415
|
* added test for property_exists checks.George Schlossnagle2004-03-241-0/+25
|
* add account names & emailsAntony Dovgal2004-03-241-4/+4
|
* fixed non-existent elements checkGeorge Schlossnagle2004-03-241-1/+17
| | | | | ref: http://news.php.net/article.php?group=php.internals&article=8660
* Revert studlyCaps change for nowMarcus Boerger2004-03-2321-84/+84
| | | | | # until we reach a point where the majority knows what they want
* Fixed bug #27661 (snmpget() does not close the socket in some cases).Ilia Alshanetsky2004-03-231-0/+1
|
* Update .c output after .reMarcus Boerger2004-03-231-125/+134
|
* - Allow negative infinityMarcus Boerger2004-03-233-1/+34
| | | | | | - Register missing constants, they work anyway but cause an E_NOTICE # generation by atof() should be portable enough (afaik)
* Bugfix #27646: Cannot serialize/unserialize non-finite numeric valuesMarcus Boerger2004-03-232-117/+211
|
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-2329-0/+1648
| | | | | | | | | Adding a package.xml to a bundled extension does not only ease the transition to PECL whereever suitable but also allows to build and install an extension as "shared" using the PEAR installer without having to deal with phpize and friends by hand
* Consitency rulesMarcus Boerger2004-03-2315-34/+34
|
* Changed sqlite's OO API to studlyCaps.Marcus Boerger2004-03-2321-84/+84
|
* export libtidy symbolsWez Furlong2004-03-222-0/+295
|
* update for read handler api changeWez Furlong2004-03-221-4/+2
|
* Fixes to allow curl extension to compile against libcurl 7.11.1Ilia Alshanetsky2004-03-221-1/+14
|
* Revert patch to imagefillborder.Ilia Alshanetsky2004-03-221-7/+55
|
* ups - changed alias instead of method beforeGeorg Richter2004-03-211-2/+2
|
* renamed get_metadata method to get_result_metadata.Georg Richter2004-03-211-1/+3
| | | | | | (We have to differentiate between result_metadata and param_metdata. mysql_stmt_param_metadata will be added in libmysql 4.1.3)
* Update for new read_property APIStanislav Malyshev2004-03-213-6/+6
|
* Fixed a possible crash inside libgd's gdImageFillToBorder() due to a stackIlia Alshanetsky2004-03-211-55/+7
| | | | | overflow.
* Fix testMarcus Boerger2004-03-201-2/+7
|
* Fix return value to match std array func behaviorMarcus Boerger2004-03-201-5/+5
|
* Cleanup, minor refactor, and CSSara Golemon2004-03-191-19/+21
|
* Bug Fix #27657: TXT records longer than MAXHOSTNAMELEN cause segfaults.Sara Golemon2004-03-191-5/+7
|
* Fix testMarcus Boerger2004-03-191-1/+1
| | | | | # removing string conversion was a stupid idea
* Fix testMarcus Boerger2004-03-191-4/+3
|
* Make test work when user has memory limit settingMarcus Boerger2004-03-191-0/+2
|
* Fix for #26589. Crash when selecting many columns of type MoneyFrank M. Kromann2004-03-191-2/+19
|
* MFH: Fixed bug #27628 (Simplify the process of making a POST request viaIlia Alshanetsky2004-03-191-2/+20
| | | | | stream context).
* - Fix the test description and $Id$Pierre Joye2004-03-181-2/+2
|
* Fixed bug #27633 (Incorrect EOL translation by ftp_get() in ASCII mode).Ilia Alshanetsky2004-03-181-10/+32
|
* BUG #27469 was fixed (serialize() objects of incomplete class)Dmitry Stogov2004-03-184-12/+55
|
* fixed problems in mysql_stmt_init (missing alloc from stmt)Georg Richter2004-03-181-0/+3
|
* removed if type=string: val is allocated for any type of dataGeorg Richter2004-03-181-3/+1
|
* BUG #27457 was fixed (using temporary hash table with string keys only)Dmitry Stogov2004-03-181-1/+7
|
* s/emalloc/safe_emalloc/ where appropriate.Ilia Alshanetsky2004-03-184-14/+14
|
* Fixed bug #27300 (Improved regex for pg_convert()).Ilia Alshanetsky2004-03-181-4/+51
| | | | | # Patch by benjcarson at digitaljunkies dot ca
* Userspace Directory Stream TestSara Golemon2004-03-171-0/+52
|
* Fix CachingIterator's ability to cache string conversion results.Marcus Boerger2004-03-172-0/+124
| | | | | Add a test for that.
* Go with implicit callMarcus Boerger2004-03-171-1/+1
|
* Explicit cast needed for nowMarcus Boerger2004-03-171-1/+1
|
* - Fix crash when an invalid color index is used with imagecolortransparentPierre Joye2004-03-171-1/+1
|
* Test was fixedDmitry Stogov2004-03-171-3/+1
|
* Fixed bug #27498 (bogus safe_mode error on nonexistent directories forIlia Alshanetsky2004-03-161-1/+1
| | | | | chdir() and opendir() functions).
* fixed stmt->stmt->query which was removed in libmysql 4.1.2Georg Richter2004-03-165-4/+31
| | | | | | added query buffer in internal stmt structure to copy string after prepare