summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
...
* added some more tags from WinXPMarcus Boerger2002-07-221-26/+118
| | | | | | | changed conersion for TAG_FMT_SBYTE & BYTE #second change fixes unnecessary conversion timeout #found by Johan Hultgren <johan@6thgear.se>
* added EXIF Version 2.2 TagsMarcus Boerger2002-07-221-40/+155
|
* Fix typo..foobar2002-07-221-1/+1
|
* Copy empty_string, fixed crash.Yasuo Ohgaki2002-07-221-1/+1
| | | | | # I thought efree() won't free empty_string...
* unify error messages & noticesMarcus Boerger2002-07-211-30/+30
| | | | | # this fixes exif again since it was broken by message unify
* removed changes for mysql_select_db (optional parameter)Georg Richter2002-07-211-23/+3
| | | | | | | | | | | | | | | | | | | | Why: 1) Its not the common way to add additionally functionality for functions or features which are already implemented in SQL. Therefore also a lot of mysql functions are marked as deprecated (and will be removed in near future) 2) The implemented workaround works only when mysql_select_db was called before (fetching the databasename from mysql->conn.db). It returns invalid or inconsistent results e.g.: - when "USE databasename" via mysql_query was used - when database was dropped or grant privileges had changed. In conjunction with persistent connection, there are also some inconsistencies, cause mysql_select_db returns the databasename from an old connection. To determine the database name just use the SQL command "SELECT DATABASE()"
* fixed bug in mysql_real_escape_string:Georg Richter2002-07-211-1/+1
| | | | | allocated 1 more byte for '\0' terminating character
* Added pg_fetch_all() that fetch all rows in result.Yasuo Ohgaki2002-07-212-0/+27
| | | | | | Useful and faster when there is enough memory. @Added pg_fetch_all() that fetch all rows in result. (Yasuo)
* * fixed some errors in package.xmlStig Bakken2002-07-211-36/+43
|
* Fixed php_pgsql_convert's bool type handling.Yasuo Ohgaki2002-07-201-9/+6
|
* Hmm. My PostgreSQL returns "bool" for boolean now.Yasuo Ohgaki2002-07-201-1/+1
|
* Fixed convetion when null string is passed to php_pgsql_convert()Yasuo Ohgaki2002-07-201-2/+1
|
* Fixed crash.Yasuo Ohgaki2002-07-201-1/+1
|
* - added a skeleton for new layersHarald Radi2002-07-196-10/+246
| | | | | - a bit cleanup
* Unify error messagesDerick Rethans2002-07-191-72/+68
|
* Unify error messagesDerick Rethans2002-07-191-113/+113
|
* Unify error messagesDerick Rethans2002-07-191-7/+7
|
* ext/rpc/com should work now, but there's still lots of work left.Harald Radi2002-07-1819-2344/+1635
|
* removing tclink extension so it can be moved to pear/peclDan Helfman2002-07-179-3783/+0
|
* new credit card processing module for TrustCommerceDan Helfman2002-07-179-0/+3783
| | | | | http://trustcommerce.com/tclink.html
* Fix DL entry point.Andrei Zmievski2002-07-171-0/+6
|
* Remove evil quotesfoobar2002-07-171-1/+1
|
* even more items on the TODO listChristian Stocker2002-07-171-2/+2
|
* nodename is not always set, check if it really is.Christian Stocker2002-07-171-1/+3
|
* Fixed build.Yasuo Ohgaki2002-07-171-2/+2
|
* unbreak the shared build..againfoobar2002-07-171-6/+7
|
* Added safe_mode & open_basedir checks for pg_lo_export()Yasuo Ohgaki2002-07-171-0/+8
| | | | | @Added safe_mode & open_basedir checks for pg_lo_export() (Yasuo)
* Added open_basedir check.Yasuo Ohgaki2002-07-171-0/+4
| | | | | @ Added open_basedir check for pg_lo_import() (Yasuo)
* Changed configure option order to make it clear option dependecy to users.Yasuo Ohgaki2002-07-171-8/+9
|
* Disable input encoding tranlation by default.Yasuo Ohgaki2002-07-171-2/+2
|
* fix protosfoobar2002-07-161-2/+2
|
* @Fixed infinite recursion crash bug in ticks (Jason)Jason Greene2002-07-161-20/+29
| | | | | | | | | | | | | | | | | | | | | | | Prevent reenterant calls to a user tick function by flagging the function entry during call. This prevents code like the following from infinitely recursing until a crash occurs: <?php register_tick_function(a); declare(ticks=1) { function a() { print "blah\n"; } ; ; ; ; } ?>
* Added support for php.ini parameter "mysql.connect_timeout"Georg Richter2002-07-162-0/+13
|
* Fix bug #16985 (wrong count of GET/POST variables).Edin Kadribasic2002-07-151-8/+11
|
* mysql_create_db and mysql_drop_db disabled for NetWareAnantha Kesari H Y2002-07-151-0/+6
|
* Clean up code a little (Remove a use of magic number)Yasuo Ohgaki2002-07-151-12/+12
| | | | | Change/add appropriate comments.
* make this work with wsdl alsoShane Caraveo2002-07-141-3/+12
|
* Fix Bug #18341.Andrei Zmievski2002-07-141-2/+3
| | | | | | @- Fixed cases where preg_split() incorrectly terminated final element if @ it contained null byte. (Andrei)
* a few fixesShane Caraveo2002-07-144-38/+49
| | | | | | | | fix __isfault fix decimal encoding fix a couple crashers in release builds by initializing variables set http to 1.0 since 1.1 features are not really supported
* A start towards porting interop tests to php-soapShane Caraveo2002-07-1421-0/+2647
|
* Fix a couple of protosRasmus Lerdorf2002-07-141-6/+6
|
* Move comment.Yasuo Ohgaki2002-07-142-2/+2
| | | | | Remove a skip condition does not required.
* These options are all enabled by default. (why?)foobar2002-07-141-2/+2
|
* These options are all enabled by default. (why?)foobar2002-07-141-2/+2
|
* Fix tests. Moriyoshi Koizumi <readjust@deneb.freemail.ne.jp>Yasuo Ohgaki2002-07-143-3/+3
|
* Fixed win32 buildSander Roobol2002-07-131-6/+5
|
* Kill compiler warningfoobar2002-07-131-1/+1
|
* Fix SKIPs for these tests.foobar2002-07-132-5/+2
|
* nuke unused variable warningfoobar2002-07-131-3/+7
|
* Fixed some unused variable warningsfoobar2002-07-131-2/+5
|