summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* It's better not touch those ldap->ld_* when they aren't given as parameters.foobar2000-07-231-16/+32
| | | | | | (Now using -1 the parameters not wanted can be omitted) # Plus some source-polishing.
* (getimagesize) fix FORCE_REF.Thies C. Arntzen2000-07-231-1/+2
|
* Add another check for broken browscap objectStanislav Malyshev2000-07-231-2/+5
| | | | | # I do not know how it could get broken, but just in case...
* Try to fix some get_browser crashes and clean it upStanislav Malyshev2000-07-231-15/+17
| | | | | # Probably needs more work, just what I could see immediately
* Setting "compatibility" parameter requires having a PDF structure thatJoey Smith2000-07-231-0/+5
| | | | | | | | | | | | has NOT had PDF_open_*() called on it, according to the documentation. There is not currently any way to obtain such from user-land in PHP. @ Catch users trying to set "compatibility" parameter, which is not @ supported from user-land. # # Not sure this is the best way to do this... # Uwe, could you please double check this?
* @ Fixed dbase_add_record. (Sterling)Sterling Hughes2000-07-231-2/+7
| | | | | Fixed dbase_add_record
* Complete the work mapping arrays and hashtablesSam Ruby2000-07-226-6/+136
|
* Fix regression in passing strings as parametersSam Ruby2000-07-222-2/+2
|
* fix bug 5322.Sterling Hughes2000-07-221-1/+1
|
* Allow java.lang.Hashtables to be passed into PHP as arrays.Sam Ruby2000-07-224-0/+46
|
* Verify that a classname is actually passed on a new Java() call.Sam Ruby2000-07-222-2/+14
|
* Respect the object type the user specified (i.e., never automaticallySam Ruby2000-07-222-2/+2
| | | | | convert the result of "new Java()" to a primitive type)
* Don't assume that Java byte arrays are null terminated.Sam Ruby2000-07-222-2/+4
|
* # zeev is godDavid Croft2000-07-221-1/+1
|
* fixed socket_set blocking in windowsDavid Croft2000-07-221-1/+1
| | | | | (bug 3845)
* wordwrap function from Chris Russel <russel@yorku.ca>David Croft2000-07-223-0/+140
| | | | | | | | | | | | differences from his patch: - wordwrap width and wrap-string now optional parameters (default to 75 and "\n" respectively) - wordwrap_byte is now just an automatic special case of wordwrap - Zend API compliant @- Added new function "wordwrap" to wordwrap long strings from Chris @ Russel <russel@yorku.ca> (David Croft)
* Forgot those constants.foobar2000-07-221-0/+6
|
* Pass PHP arrays to Java as hash tables; minor cleanupSam Ruby2000-07-214-98/+208
|
* INI stuff labelled sybase.* should be sybct.*.Joey Smith2000-07-211-8/+8
| | | | | Thanks to dean.bennett@home.com.
* @- Added four additional arguments: attrsonly, sizelimit, timelimit, deref whichfoobar2000-07-211-47/+69
| | | | | | | | | | @ were missing in ldap_search(), ldap_list() and ldap_read() functions (Jani) @- Fixed a bug in ldap_search/list/read() which prevented returning the partial @ results when 'Sizelimit exceeded' error occurred. (Jani Taskinen) # And nuked some compile time warnings. Took a while to get this commit message # written..I hope I got it right. =)
* column size for date in imap_headers increased (see bug id #5699)Hartmut Holzgraefe2000-07-211-3/+9
|
* (php_addslashes) Fixed stop condition - it should only take into accountAndrei Zmievski2000-07-211-1/+2
| | | | | the length of the string, not the characters.
* Undo numerical format regression introduced by the fix of theKen Coar2000-07-211-6/+6
| | | | | zero-precison %s formatting.
* fix for bug #5707Hartmut Holzgraefe2000-07-201-1/+7
|
* fix 5705Sterling Hughes2000-07-201-3/+1
| | | | | .
* # There you go, Wico.Andrei Zmievski2000-07-201-1/+5
| | | | | | | Fix bug $5676. @- Fixed preg_replace() to automatically escape quotes in matched @ strings when using /e modifier. (Andrei)
* Fix dbase_create() for real.Sterling Hughes2000-07-201-7/+7
|
* automatically initialise library at first use if necessaryDavid Croft2000-07-191-7/+47
| | | | | | automatically cleanup library at request end if user hasn't done so libpfpro library version shown on phpinfo()
* # remove leading _ from #defineDavid Croft2000-07-191-3/+3
|
* Itanium patch from Steve Robb <steve@eu.c2.net>Rasmus Lerdorf2000-07-191-0/+16
| | | | | @ Itanium patch (Steve Robb)
* typoSascha Schumann2000-07-181-2/+2
|
* Fix building ingres_ii as a shared moduleSascha Schumann2000-07-181-2/+2
|
* Shutup a gcc warningZeev Suraski2000-07-181-1/+1
|
* Fixed compilation errors.Andrei Zmievski2000-07-182-9/+4
|
* Bring forward the zero-precision (%.0s) string formatting fixKen Coar2000-07-181-40/+52
| | | | | | from PHP3. (After being nagged by Thies. :-) Whee! My first PHP4 commit..
* @Set default include_path so PEAR files can be reached (Stig)Stig Bakken2000-07-181-9/+9
|
* Patch STDOUT support.Sterling Hughes2000-07-181-1/+1
|
* Added new function ii_autocommit()Hénot David2000-07-172-0/+40
|
* Made ingres_ii module compile with its new nameHénot David2000-07-174-8/+8
|
* Fixed some protos. Only one line for the description.Egon Schmid2000-07-171-27/+17
|
* Added extension ii for Ingres II native support.Hénot David2000-07-176-0/+1523
| | | | | | @- Added extension ii for Ingres II native support. See README in ext/ii @ directory. (David H)
* Build fixesZeev Suraski2000-07-171-36/+48
|
* - Made Interbase compile under Win32, cleaned warningsZeev Suraski2000-07-173-25/+129
| | | | | @- Added Win32 project for the Interbase module (Zeev)
* - Cannot see any good reason why the test script in the dir ofUwe Steinmann2000-07-172-72/+0
| | | | | the extension, though it is in tests as well
* *** empty log message ***Andrei Zmievski2000-07-171-1/+1
|
* Fix crash in stripcslashes("") (#5628)Stanislav Malyshev2000-07-171-1/+4
|
* Add CURL support (http://curl.haxx.se).Sterling Hughes2000-07-164-0/+339
| | | | | | | | | | | | # Currently pretty experimental, and labeled so, it # only really works with the CGI version. I wanted # to get the sources in CVS, so I could give a # reference point for some issues, and get more # extensive testing... # # Does anyone know how long it is going to be till # the next minor release?
* Tiny wording fixRasmus Lerdorf2000-07-163-3/+3
|
* Some cosmetic changes.Egon Schmid2000-07-152-10/+9
|
* fixed uninitilized var in ZTS mode.Thies C. Arntzen2000-07-152-10/+1
|