1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00
Commit Graph

29433 Commits

Author SHA1 Message Date
Hartmut Holzgraefe fa5070b39c just to be sure ... 2005-02-27 11:55:39 +00:00
Hartmut Holzgraefe beb7151936 cols 2005-02-27 11:46:38 +00:00
Hartmut Holzgraefe 8725ed75cd CS / whitespace 2005-02-27 11:42:18 +00:00
Hartmut Holzgraefe d3fcc41be7 use auto generated error -> state mappings 2005-02-27 11:39:15 +00:00
Hartmut Holzgraefe 4c4ec3c5db line endings 2005-02-27 11:36:07 +00:00
Hartmut Holzgraefe 409a94ffea error code mapping (generated from mysql 5 sql_state.h file using
the get_error_codes.php script)
2005-02-27 11:31:49 +00:00
Stanislav Malyshev 634a5ec6f8 fix typo 2005-02-27 11:30:41 +00:00
Hartmut Holzgraefe 49a383ef4f initial checkin 2005-02-27 11:29:17 +00:00
Sara Golemon 00c6078ff1 Enum filters in phpinfo() 2005-02-27 08:12:12 +00:00
Wez Furlong ae5649598d upgrade bundled sqlite to sqlite 3.1.3 2005-02-27 05:20:19 +00:00
58f61a16ee ChangeLog update 2005-02-27 01:35:00 +00:00
Wez Furlong cbe40ddd2d fix comma 2005-02-27 01:30:58 +00:00
Wez Furlong 2c5b2fc105 Alan: moved your fields away, but reserved you a pointer.
Changed PDO::lastInsertId() to have following proto:

	string PDO::lastInsertId([string name])

this allows arbitrary unique identitifers to be returned from the driver.

The optional name parameter is for databases that require additional contextual
information to be able to return the correct identifier.  None currently use
it, but pgsql will be on the list of drivers that do.
2005-02-26 17:27:51 +00:00
Wez Furlong 31239f2130 *cough* 2005-02-26 16:03:55 +00:00
Wez Furlong 09fee0bf21 and the generated file 2005-02-26 15:45:43 +00:00
Wez Furlong b4ad599df2 fix for PECL #3545 2005-02-26 15:44:38 +00:00
Wez Furlong 31f5f8f907 fix line endings 2005-02-26 15:41:54 +00:00
Wez Furlong 8be87fbab0 fix broken line endings 2005-02-26 15:35:41 +00:00
Wez Furlong b38f21b99c let the test-suite run from an alternate build dir 2005-02-26 15:23:10 +00:00
Marcus Boerger f6bf9e67a8 - Make detection work for macros 2005-02-26 02:15:00 +00:00
Marcus Boerger ec2babc448 - Simplify 2005-02-26 02:06:49 +00:00
4e66bbdfb7 ChangeLog update 2005-02-26 01:34:35 +00:00
Greg Beaver a247bf01ba use 1.3.5 2005-02-26 01:27:49 +00:00
Edin Kadribasic b8a6661c81 Allow arbitrary files to be added to distro with ADD_DIST_FILE(filename) 2005-02-26 01:07:48 +00:00
Marcus Boerger 74dba52933 - Prepare for db1.85 emulation with db3 2005-02-26 01:05:33 +00:00
Edin Kadribasic bf3ec794f1 Added .reg files to the disto (were added manually) 2005-02-26 00:37:10 +00:00
Marcus Boerger 9ffeb12c4c - Add support for db1 through emulation
# Most probably db4 requires a slightly different detection since functions
# are macros which most probably doesn't work with current configure check.
2005-02-25 23:51:53 +00:00
Frank M. Kromann 28dbc778d8 FreeTDS does not have support for DBTEXTLIMIT 2005-02-25 23:24:18 +00:00
Frank M. Kromann 9d0e081c56 Kill warnings. There should be no need for this flag as it's already defined in libxml headers. 2005-02-25 22:59:26 +00:00
Marcus Boerger d907a500bd - Align 2005-02-25 20:02:45 +00:00
Antony Dovgal 4707b43193 fix bug preventing from building oci8 as shared module
(patch by stanislav dot voroniy at portavita dot nl)
2005-02-25 11:31:10 +00:00
Georg Richter 2e2bfb83c4 fix for bug #31939 2005-02-25 08:43:41 +00:00
Anantha Kesari H Y 5ecdba358c changing the windows style path seperator in netinet\in.h to netinet/in.h 2005-02-25 06:31:06 +00:00
Anantha Kesari H Y 147dab1b57 time.h is available in NetWare LibC.
path sperator has been changed from \ to / while including netware\sendmail_nw.h
2005-02-25 05:57:41 +00:00
896efd3a13 ChangeLog update 2005-02-25 01:35:47 +00:00
Marcus Boerger 5b1af1c1ed - Change to enable (synch with unix build system) 2005-02-25 01:17:45 +00:00
Edin Kadribasic dec1c86ab6 Added --enable-debug-pack which will create a zip file with *.pdb debug
symbol files. Could be used to allow windows users to use free Microsoft
debugging tools to generate useful backtraces.

Debug tools can be found at:
http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx

CLAGS used described in:
http://support.microsoft.com/default.aspx?scid=kb;en-us;291585

Only tested on VC 6.0.
2005-02-25 00:20:19 +00:00
Ilia Alshanetsky a3085602d0 Fixed bug #32081 (default socket value is not being used). 2005-02-24 23:58:59 +00:00
Edin Kadribasic e2974d755d Offical zip files have -Win32 suffix 2005-02-24 23:28:49 +00:00
Marcus Boerger 89d75d5c9c - Little speed up 2005-02-24 20:22:40 +00:00
Marcus Boerger 72dc2d1025 - This must be == 1 2005-02-24 20:22:18 +00:00
foobar 34805e8d39 - Fixed all buildconf warnings + cross-compiling issues 2005-02-24 19:27:10 +00:00
Andi Gutmans ac63e8c2c1 - Make one line comments work the same with <script ...> </script> as with
- other tags. This will break scripts that have whitespace at the end
- of the closing tag </script    > but this is barely used as it is
- and I doubt ppl used whitespace. (patch by Jani)
2005-02-24 19:25:44 +00:00
foobar 9a3c0eca4b - cross-compile fix 2005-02-24 19:05:01 +00:00
Andi Gutmans 74b722f14c - This part of the patch was right 2005-02-24 18:40:19 +00:00
foobar 2a6da0f24c - Restructured and added a few comments here and there.
- Made macros of couple of tests previously littering configure.in
  (e.g. PHP_PROG_AWK, PHP_PROG_LEX, PHP_PROG_BISON..)
- Moved all PHP_SUBST() calls into their respective macros.
  (no point adding empty entries in Makefile if macro is not used)
2005-02-24 18:11:36 +00:00
foobar 129a8a7607 - Generated with re2c 0.9.4 2005-02-24 17:50:20 +00:00
Pierre Joye a6b93ee6a0 - we do not use any global 2005-02-24 15:35:56 +00:00
Pierre Joye ec93388662 - we do not need this function anymore 2005-02-24 15:30:24 +00:00
Pierre Joye 19c1535ae5 - revert previous commit, use libxml version to enable or not a function
(safer)
- add xmlwriter_flush, flush the buffer, works with both file and mem
  buffer, BC kept
- use ifdef for the function implementation
(Rob, Pierre)
2005-02-24 15:08:37 +00:00